@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #79b97b;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px 20px 10px 20px;
	position: inherit;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	width: 800px;
}
.oneColFixCtrHdr #navbar {
	height: 30px;
	background-image: url(../images/bg-container.jpg);

}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px 0px 20px; 
	background: #FFFFFF;
	background-image: url(../images/bg-container.jpg);
	width: 760px;
	float: left;
}
.oneColFixCtrHdr #footer {
	background:#ffffff;
}
.oneColFixCtrHdr #footer2 {
	background:#FFFFFF;
	padding-top: 10px;
	width: 800px;
	text-align:center;
}

.oneColFixCtrHdr #leftimages {
	float:left;
	width:240px;
	margin-right:30px;
	margin-left:20px;
}
.oneColFixCtrHdr #righttext {
	width:450px;
	float: left;
}
.oneColFixCtrHdr #topheading {
	width:740px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:20px;
}
.oneColFixCtrHdr #onebox {
	width:740px;
	margin-right:20px;
	margin-left:20px;
}



