body {
	width: 728px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: small;
	background-color:#00A000;
	text-align: center;
}
#container {
  width: 728px;
  border: 1px solid #000;
  background: #fff;
  margin: auto;
  text-align: left;
}
#header {
  margin: 0px;
  padding: 0px;
  width: 728px;
  height: 90px;
}

#nav ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #009933;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#nav li { display: inline; }

#nav li a
{
text-decoration: none;
background-color: #009933;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#nav li a:hover
{
background-color: #006600;
color: gold;
}

#nav #current a {
	background: gold;
	color: #00A000;
}
#menu {
	width: 711px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
#menu h1 {
	text-align:center;
	text-indent:0px;
}
#text {
	width: 711px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	
}
#text p {
	text-indent: 50px;
	vertical-align: bottom;
}
#text h1 {
	text-align:center;
	text-indent:0px;
}
/*#text p:first-letter {
font-size:24px;
color:#00A000;
}*/
#footer {
text-indent:0px;
text-align:left;
font-size:12px;
}
#center {
	text-align:left;
}
