body {
	background: #96c177;
	margin: 0;
	padding: 0;
}

#header{
	background: #e0e0e0;
	width: 100%;
}

#header_overlay {
	position: absolute; top: 10px; right: 10%;
        width: 300px;
        height: 135px;
	z-index: 100;
	background: url("../img/radio.png") top right no-repeat;
}

#header_top {
	border-top: 20px solid #e0e0e0;
	padding: 0;
	background: #4ca20f;
	width: 90%-40px;
	height: 1.0em;
	margin: 0 5% 0 5%;
	padding-left: 40px;
	padding-top: 40px;
	font-size: 4em;
	color: #234c07;
	border-bottom: 1px solid #4ca20f;
}

#menu {
	margin: 0 5% 0 5%;
	border-top: 1px solid #4ca20f;
	border-bottom: 1px solid #4ca20f;
	background: #4ca20f;
	width: 100%;
}
html>body #menu {
	width:90%;
}

ul#navigation_top {
	margin: 1px 0 0 0;
	padding-left: 0;
	list-style-type: none;
	background: #18903c;
	float: left;
	width: 100%;
	border-top: 2px solid #96c177;
	border-bottom: 2px solid #96c177;
}

ul#navgiation_top li
{
	display: inline;
}

/* FIX IE stacking bug \*/
* ul#navigation_top li { float: left; }
* ul#navigation_top li a { height: 1%; }
/* END */
ul#navigation_top a
{
	display: block;
	border-right: 2px solid #96c177;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #013c12;
}

ul#navigation_top a:hover
{
	color: #178c3a;
	background: #003911;
}


#body
{
height: 200px;
}

html>body #body
{
height: auto;
min-height: 200px;
} 

#body {
	clear: left;
	background: #ffffff;
	margin: 0 5% 0 5%;
	padding: 15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 90%-30px;
}

#footer {
	margin: 0 5% 0 5%;
	border-top: 1px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 90%-2px;
	background: #18903c;
}

#navigation_bottom {
	margin: 1px 0 0 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background: #18903c;
	text-align: center;
	width: 100%;
	height: 25px;
}

#navigation_bottom a
{
	margin: 0 auto;
	font-size: .75em;
	padding: .2em 1em;
	color: #013c12;
}

#navigation_bottom a:hover
{
	color: #178c3a;
	background: #003911;
}

