/* Global Styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000000;
}
	
#container {
width: 780px;
height: auto;
margin-right: auto;
margin-left: auto;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;

}
#header {
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	background-color: #000000;
	background-image: url(images/torahpagebanner.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 780px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
	
#topContainer {
width: 780px;
height: 34px;
padding-left: 7px;
padding-right: 7px;
padding-top: 7px;
padding-bottom: 7px;
margin-right: auto;
margin-left: auto;
background-color: #F8F3E2;

}

#mainContent {
width: 755px;
height: auto;
padding-left: 15px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-right: auto;
margin-left: auto;
background-color: #BAE0F8;
}
	
#footer {
width: 780px;
height: 24px;
background-color: #FFFFFF;
margin-left: 0px;
padding-top: 5px;
padding-right: 7px;
padding-bottom:20px;
padding-left: 7px;
}
	
/* Class Styles */
	
.bodyText {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
}
	
.titleText {
	font:20px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:0px;
	margin-top:0px;
	margin-bottom: 0px;	
}	
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

	
