@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
.style2 {font-size: 10px;
text-align:center;}

.oneColFixCtrHdr a:link {
	color: #940000;
}
.oneColFixCtrHdr a:hover {
	color: #000000;
}
.oneColFixCtrHdr a:visited {
	color: #940000;
}
.oneColFixCtrHdr #container {
	width: 712px; 
	background: #FFFFFF;
	margin: 0 auto; 
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	background-image:url(./images/header.jpg);
	background-repeat:no-repeat;
	height: 360px;
	margin: 0;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	background-image:url(body.jpg);
	background-repeat:repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer3 {
height:75px;
	padding-left: 50px;
	padding-right: 50px;
	width:400px;
}.oneColFixCtrHdr #footer2 {
height:235px;
background-color:#000000;
}
.oneColFixCtrHdr #footer {
background-image:url(footer.jpg);
height:37px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
