body {
	background: #6F8A50;
	font-family: Tahoma, verdana, arial;
	color: #744D24;
	font-size: 1em;
}
.mceContentBody { 
	background: #FFFFFF; 
}


div#container {
	background: #FFFFFF;
	margin-left: auto;
	margin-right:auto;
	width:950px;
}

div#tophead {
	background-image: url(/media/images/base/top_repeat.jpg);
	background-repeat: repeat-x;
	height:40px;
	border-bottom: 1px solid #744D24; 
}

div#innercontainer {
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

div#menubar {
	float:left;
	width: 170px;
}

div#menubar ul {
	margin-left:-15px;
	padding-top: 4px;
	list-style-type: none;
}

div#menubar li {
	padding-bottom: 10px;
}



div#content {
	float:left;
	width: 700px;
	padding: 20px;
}

div#header {
}

div#footer {

}

div#bottom {
	background-image: url(/media/images/base/bottom_repeat.jpg);
	background-repeat: repeat-x;
	height:40px;
	border-top: 1px solid #744D24;
}

a, a:link, a:active, a:visited { text-decoration: none; font-weight: bold; color: #744D24;}
a:hover { text-decoration: underline; color:#6F8A50; font-weight: bold;}
