@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #037002 url(images/bg.gif) repeat-x top center;
	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;
}
.oneColElsCtr #container {
	width:715px;
	background: #FFFFFF url(images/bg-ct.gif) repeat-x bottom;
	margin: 40px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #009900;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #footer {
	text-align:right;
	padding:105px 20px 0px 0px;
	color:#87d868;
}

.oneColElsCtr #footer a { color:#baf3a5; }
.oneColElsCtr #footer a:hover { color:#ffcc33; }

