html {background-color: #9cbf75;}
body {
  width:900px;
  margin: 0px auto;
  margin-top: 15px;
  text-align: center;
  background-color: white;
  font-family: Arial;
  font-size: 12px;
}
a {text-decoration: none; color:darkblue;}
#header {
	height: 206px;
	margin: 0px auto; padding: 0px;
  background-color: #98fb98;
	background: url(images/header.jpg) no-repeat center; 
  background-position: center center;
}
#header a { display: block; height: 206px; }
.main {
  display: block;
  margin: 0px;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding-top: 30px;
  padding-left: 30px;
  color: white;
  font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
}
.sub {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
  position: absolute;
  padding-top: 10px;

}
#menu {
  margin: 0px auto;
  height: 36px;
  text-align: center;
  background-color: #9cbf75;
  width: 898px;
 }
#menu a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 41px;
  padding-right: 41px;
  line-height: 35px;
  text-transform: uppercase;
  background-color: #528b3f;
  background-image: url(images/green.jpg); background-repeat: repeat-x;
  font-size: 13px;
  font-weight: bold;
  color: white;
}
#content {
	padding:10px;
}
#content-left {
	width:250px;
	height: 300px;
	float: left;
	padding-bottom: 10px;
  border: 1px;
}
#content-right {
	width:600px;
	float: right;
	text-align: left;
}
#footer {
  line-height:30px;
  border: 1px solid white;
  color:white;
  background-color: #528b3f;
  font-size: 80%;
  clear: both;
}
#footer a  {text-decoration: none; color: silver;}
#footer a.hover  {text-decoration: underline;}
