@charset "utf-8";
/* CSS Document */
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: #CBE3A5;
	background-image: url(img/bg.jpg);
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #121C11;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0px;
	height: 98px;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.txtfooter {
	color: #61855e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #61855e;
}
a:visited {
	text-decoration: none;
	color: #61855e;
}
a:hover {
	color: #72a06e;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #61855e;
}
.txtinfo {
	color: #e5ffb9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
img.floatRight {
	float: right;
}
