@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/background.jpg) repeat-x center top #b5c594;
	margin-top: 120px;
	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;
}

a:link, visited{
	font: Verdana, Geneva, sans-serif;
	color:#5e7e5a;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	text-decoration: none;
}

a:hover, active{
	font: Verdana, Geneva, sans-serif;
	color:#5e7e5a;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	text-decoration:underline;
}

.oneColFixCtr #container {
	width: 863px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #footer {
	font: Verdana, Geneva, sans-serif;
	color:#5e7e5a;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

.oneColFixCtr #menu {
	height: 65px; margin: 0 0 15px 0;
}

.oneColFixCtr #img {
  height: 570px;
}
.oneColFixCtr #desc {
	float: right; width: 437px; height: 460px;
}