
body {
	font:10pt "Trebuchet MS", sans-serif;
	color:#000;
	background-image:url(img/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	text-align:center;
}
#clear {
	clear:both;
}
/******** Layout divs********/
#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:150px;
	text-align:left;
	background-image:url(img/logo2.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	margin-top:-10px;
}
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	background-color:#AFBD79;
	background-image:url(img/lb_bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	margin-bottom:50px;
}
#left {
	float:left;
	width:160px;
	_width:160px;
	background-color:#AFBD79;
	border-top:3px solid #837A3E;
	text-transform:uppercase;
	font:12pt "Trebuchet MS", sans-serif;
	margin-right:-50px;
}
#center {
	float:right;
	width:600px;
	_width:640px;
	background-color:#FFF;
	border-top:3px solid #837A3E;
	padding:5px 20px 20px;
	background-image:url(img/center_bg.jpg);
	background-position:top right;
	background-repeat: repeat-y;
}
#footer {
	clear:both;
	height:50px;
	text-align:center;
	background-color:#AEBC77;
	border-bottom:5px solid #3A8476;
	bottom:20px;
}
/******** Navigation ********/
#menu {
	position:relative;
	top:-16px;
	_top:0px;
	right:40px;
	_right:20px;
	_margin:0px -20px;
	
}
#menu ul li{
	list-style:none;
	border-bottom:3px solid #837A3E;
	width:160px;
	_width:160px;
	background-image:url(img/nav_bg.jpg);
	background-position:top left;
	background-repeat: repeat-y;
}
#menu ul li a{
	display:block;
	width:129px;
	_width:180px;
	padding:3px 0px 3px 6px;
	color:#FFF;
	border-left:25px solid #3A8476;
}
#menu ul li a.current, #menu ul li a.current:hover{
	background-color:#FFF;
	border-right:5px solid #FFF;
	color:#0C5400;
	border-left:25px solid #4EB353;
}
#menu ul li a:hover{
	background-color:#E9EDD9;
	border-right:5px solid #FFF;
	color:#0C5400;
	border-left:25px solid #C5D0A5;
}
/********   Styles   ********/
h1.hideme {
position:absolute;
	top:-200px;
}
h1 {
	color:#837A3E;
}
#header h1 {
	position:relative;
	text-align:right;
	top:25px;
	font-size:220%;
	_font-size:210%;
	padding-right:35px;
	color:#465C2C;
}
#header p {
	position:relative;
	text-align:right;
	top:25px;
	font-size:200%;
	_font-size:190%;
	padding-right:35px;
	color:#465C2C;
}
#footer p {
	font:12px arial, sans-serif;
	padding-top:10px;
}
h2.hideme {
position:absolute;
	top:-500px;
}
#menu a, #footer a  {
	text-decoration:none;
	color:#FFF;
}
a {
	text-decoration:none;
	color:#4EB353;
}
#center table {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
span.red {
	color:red;
	font-size:200%;
}