/*  shuvahyisrael.org CSS  |  shuvah.css  */

body {
	background: #082A4D url(../img/background.jpg) top center repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #635F4D;
}

#wrap {
	background:#fff;
	width:780px;
	height:100%;
	padding:1px;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #082A4D;
}

/*Typography*/

a, a:link, a:visited {
	text-decoration: none;
}
a:link {
	color: #005695;
}
a:visited {
	color: #005695;
}
a:hover {
	color: #005695; text-decoration: underline;
}
a:active {
	color: #005695;
}

p {
	font-size: 0.9em;
	text-align:justify;
}

h1 {
	font-size: 1em;
	color: #89614C;	 
	line-height: 1.5em;
}
h2 {
	font-size: 1em;
	color: #3F5C6E;	
	line-height: 1.5em;
}
h3 {
	font-size: 1em;
	color: #A5AC68; 
	line-height: 1.5em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/* Header */

#header {
background:#fff;
margin:0px auto;
width:780px;
}

banner {
background:#082A4D;
width:670px;
height:130px;
float:left;
}

#logo a {
background:url(../img/logo.jpg);
width:105px;
height:130px;
float:right;
}

#logo a:hover {
background:url(../img/logo_over.jpg);
width:105px;
height:130px;
float:right;
}

/* Container - Surrounds the Content + Sidebar */

#container {
background:#fff;
width:780px;
height:100%;
margin:0px auto;
padding:0px;
}

/* Content Area */

#content {
background:#fff;
width:508px;
height:100%;
float:left;
margin:0px;
padding:10px 20px 10px 20px;
}

/* Sidebar Area */

#sidebar {
background:#fff;
width:190px;
height:100%;
float:right;
margin:0px;
padding:10px 20px 10px 20px;
}

/* Sidebar Menu */

#sb_menu {
font-size:0.9em;
padding:10px 0px;
margin-left:-30px;
}

/* Sidebar Content */

#sb_content {
padding:10px 0px;
}

/* Footer */

#footer {
clear:both;
background:url(../img/footer.jpg) no-repeat;
width:780px;
height:29px;
margin:0px auto;
}

#sitemap_link a {
width:150px;
height:29px;
float:right;
}