body {
	background-color:#663;
	margin:0;
	padding:0;
}

#wrapper {
	width:800px;
	margin:auto;
}

.style1 {
	font-size:26px;
	font-weight:600;
}

.style2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#topper {
	background-image:url(images/grass3.jpg); 
	height:70px;
}

#logo {
	width:800px; 
	margin:auto; 
	background-color:#ebebd8;
}
	
#menu {
	background-color:#009da0; 
	height:27px;
	width:800px;
	margin:auto;
}

#menuwrapper {
	width:785px;
	margin:auto;
}

.divlink a {
display: block;
width: 95px;
/*background: url(images/navbg.gif) repeat;*/
background-color:#009da0;
}

.divlink a:hover {
background: url(images/navbg.gif) repeat;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #FFF;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #336699;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	width: 80px;
    background: url(images/navhoover.gif) repeat;
	color:#336699;
	/*background-color:#C9BA65;*/
}

li {
	float: left;
	position: relative;
	width:95px;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #336699;
}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #009da0;
	border-right: solid 1px #666666;
    border-left: solid 1px #666666;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/*.style1 {color: #c9ba65}*/

#content {
	width:780px; 
	margin:auto; 
	background-color:#ebebd8;
	padding:0px 10px 0 10px;
	text-align:justify;
}

#tycontent {
	width:780px;
	height:250px; 
	margin:auto; 
	background-color:#ebebd8;
	padding:0px 10px 0 10px;
	text-align:justify;
	font-weight:500;
	font-size:24px;
}
	
#rtbodypic {
	float:right;
	padding:0px 0px 0px 10px;
}

#ltbodypic {
	float:left;
}

#rtrotate {
	float:right;
	margin-left:10px;
}

#ltrotate {
	float:left;
	margin-right:10px;
}

#lowermenu {
	width:800px;
	margin:auto;
	background-color:#E4C07C;
	text-align:center;
	font-size:12px;
}

#legal {
	width:800px;
	margin:auto;
	background-color:#DEA52E;
	text-align:center;
	font-size:12px;
	color:#EBEBD8;
}

