@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	background-color: #fff;
	background-image: url(images/page-bg-new.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:255px;
	background-image: url(images/page-bg-new.jpg);
	background-repeat: repeat-x;
}
}
.oneColFixCtrHdr #header {
	background: #fff;
}

.oneColFixCtrHdr #header h1{
	margin: 0;
}

#intro {
	background-color: #FFFFFF;
	background-image: url(images/main-bg-new.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-left:10px;
	
	width: 100%;
	text-align: left;
	
}
#intro-wrap {width: 1000px;margin: 0 auto;padding: 0px 0 0 0;}
#content-wrap {width: 1000px;margin: 0 auto;padding: 0px 0 0 0;text-align: left;padding-left:10px;}


.oneColFixCtrHdr #mainContent h1{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



.oneColFixCtrHdr #footer {
	width: 100%;
	padding-left: 10px;
	background-color: #333;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	float: left;
	text-align: left;
	margin: auto;
}
.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 */
	color: #CCCCCC;
	font-size: 12px;
}

}
.oneColFixCtrHdr #footer h1 {
	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 */
	color: #ffffff;
	font-size: 16px;
}
