@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #009900;
	background-image: url(images/Grass3.jpg);
	background-repeat: repeat;
}

.oneColFixCtr #BigContainer{
	width: 940px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;

}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
/*	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #000000;*/
	/*text-align: left;  this overrides the text-align: center on the body element. */
	padding-top: 0px;
}
.oneColFixCtr #idHeader {
	background: #009900;
/*	height: 105px;*/
	padding: 0px;
	padding-top: 10px;	
	margin: 0;
	z-index: 1;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	z-index: 20;
}
.oneColFixCtr #AdsContainer {
	/*position:relative;*/
	float:right;
	margin: 0px;
	width:166px;
/*	left: 790px;
	top: 80px;*/
}
.oneColFixCtr #idFooter {
	background: #009900;
	padding-top: 10px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-color: #B32400;
	border-top-width: medium;
	width: 940px;
}
img.Left {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 10px;
 	border: medium solid #009900;
}
img.Right {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right: 0px;
 	border: medium solid #009900;	
}	