body{
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #666;
}
h3 span{
	display: none;
}
a img{
	border: none;
}
#top{
	height: 40px;
	background-color: #C06;
	position: relative;
}
#logo{
	position: absolute;
	top: 10px;
	left: 30px;
}
#main_menu{
	position: absolute;
	top: 16px;
	left: 390px;
}
#main_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

#main_menu ul li{
	display: inline;
}

#main_menu a{
	margin-right: 17px;
}
#main{
	padding: 15px 30px;
	min-height: 404px;
	height: auto !important;
	height: 404px;
	background-color: #FFF;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
#main_flash{
	padding: 0px;
	min-height: 404px;
	height: auto !important;
	height: 404px;
	background-color: #FFF;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	border-bottom: 10px solid #C06;
}
#main p{
	width: 680px;
	line-height: 16px;
}
#main p a{
	color: #C06;
	text-decoration: none;
}
#main p a:hover{
	text-decoration: underline;
}
#bottom{
	background-color: #666;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	padding: 15px 30px;
}
#helper_text{
	margin: 0;
	padding: 0;
	width: 390px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFF;
	float: left;
}
#helper_text a{
	color: #FF0;
}
#helper_text a:hover{
	color: #FFF;
}
#supporters{
	float: left;
	width: 300px;
	margin-left: 80px;
}
#footer{
	clear: both;
	color: #FFF;
	width: 680px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	margin-top:15px;
	padding-top: 5px;	
}
#footer a{
	color: #FF0;
}
#footer a:hover{
	color: #FFF;
}