#index {
	margin: 0px;
	background-image: url('../images/shadow_borders.png');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F5F4EF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a { color: #26560a; font-weight: bold; text-decoration: none; }

#main_container {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {}
p { font-size: ;}


#left 		  			{ float: left; width: 100%; }
#left .left   			{ float: left; width: 25%; clear: left; }
#left .logo 			{ float: left; width: 60%; margin-bottom: 20px; }
#left .center 			{ float: left; width: 75%; }
#left .text_center		{ text-align: center;}

#floats					{ float: left; width: 40%; height: 152px; position: relative; overflow: hidden; margin-bottom: 20px; }
#floats div				{ position: absolute; right: 0px;}
#members_of img 		{ margin-right: 20px; }

#left_menu .item	 	{ font-weight: bold; padding: 3px; margin-right: 10px; }
#left_menu .hover	 	{ color: #FFF; background-color: #26560a; }
#left_menu .sub_items	{ padding-left: 10px; margin-bottom: 5px; }
#left_menu .sub_items a { font-weight: normal; }
#left_menu .sub_items a:hover { text-decoration: underline; }
#left_menu a 	 		{ text-decoration: none; }
#left_menu .notice 		{ font-size: 9px; margin-top: 20px; width: 170px; }

#top_menu				{ float: left;  width: 75%; margin-bottom: 10px; }
#top_menu .item 		{ margin-right: 20px; }

#right 		 			{
	float: left;
	width: 0%;
}
             			
#right img   			{ border: 0px; margin-bottom: 10px;}
#bottom		 			{ clear: both; width: 100%; text-align: center; }


