html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial;
	font-size:10px;
}
body {
	background:#a1cb5b url("images/body_bg.jpg") center top repeat-y;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:765px;
	margin:0 auto;
	background:white url("images/container_bg.jpg") left top repeat-y;
	min-height:100%;
	height:auto;
	_height:100%;
	position:relative;
}
#content {
	background:url("images/header.jpg") right top no-repeat;
	overflow:hidden;
	_height:1px;
	_overflow:visible;
}
#head {
	border-top:14px solid white;
	height:124px;
	background:#a1cb5b;
	color:white;
	width:325px;
}
#head h1, #head h2 {
	margin:0 0 0 30px;
	font-weight:normal;
	padding:0;
	text-align:left;
}
#head h1 {
	font-size:26px;
	padding-top:18px;
	font-family:"Arial Black";
}
#head h2 {
	font-size:18px;
}
#left_menu,
#main_menu,
#data {
	float:left;
}
#left_menu,
#main_menu {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#left_menu {
	width:170px;
	border-bottom:64px solid #676767;
}
#left_menu li {
	margin:10px 0 0 10px;
}
#left_menu li a, 
#left_menu li.selected li a {
	color:white;
	font-weight:normal;
}
#left_menu li.selected a,
#left_menu li li.selected a {
	color:#fe9901;
	/*font-weight:bold;*/
}
#left_menu li ul {
	margin-left:1em;
	padding-left:1em;
	list-style-type:square;
}
#left_menu li li {
	color:white;
}
#main_menu {
	width:150px;
	margin-left:5px;
	padding-top:4px;
}
#main_menu li {
	margin-left:10px;
	text-indent:25px;
	text-transform:uppercase;
	line-height:19px;
}
#main_menu li a {
	color:#789289;
	text-transform:uppercase;
}
#main_menu li a:hover {
	color:black;
	text-decoration:none;
}
#main_menu li.selected {
	margin-left:0;
	padding-left:10px;
	background:url("images/main_li.jpg") left center no-repeat;
}
#main_menu li.selected a {
	color:black;
}
#data {
	border-bottom:64px solid white;
	width:581px;
	margin-left:14px;
	background:url("images/data.jpg") 28px 34px no-repeat;
	float:right;
}
#data .title {
	background:#a1cb5b url("images/title_bg.jpg") right top repeat-y;
	margin:0 0 12px 0;
	padding:8px 40px 8px 0;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
	line-height:18px;
	color:white;
}
#data p {
	margin:0.5em 2em 1.5em 2em;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:565px;
	border-bottom:18px solid white;
	height:44px;
	background:#333333 url("images/container_bg.jpg") left top repeat-y;
	color:white;
	padding:2px 0 0 200px;
}