* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height:20px;
 margin-top: 20px;
 background-image: 
url('images/bg.jpg');
}
p{margin: 0.7em;
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:300;
line-height:20px;

}
h1 {color:#006200; line-height:normal;}
h2 {color:#006200;}


a:link {color:#0000FF; text-decoration:underline; font-weight:bold;}
a:visited {color:#0000FF; text-decoration:underline; font-weight:bold;}
a:hover {color:#000080; text-decoration:none; font-weight:bold;}

a.header:link {color:#11AE11; text-decoration:none; font-weight:600;}
a.header:visited {color:#11AE11; text-decoration:none; font-weight:600;}
a.header:hover {color:#006200; text-decoration:underline; font-weight:600;}



.floatright { float:right; padding-left:15px; padding-bottom:15px; }

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background-color:#FFFFFF;
 border: 2px solid #FF8000;
}
#top {
 
 width: 994px;
 padding: 2px;
 border: 2px solid #FF8000;
 margin: 0px 0px 10px 0px;
 background: #FFFFFF;

 
}
#banners {
 
 width: 1000px;
 padding: 0px;
 border-bottom: 2px solid #FF8000;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;

 
}

#menu {	
	
	margin: 0px 0px 10px 0px; 
	padding: 0 0 20px 0;		
	width: 1000px;		
	background: #FFFFFF;
	float: left;
	
}

#menu ul {
	font: bold 17px 'Trebuchet MS', sans-serif;
	letter-spacing:1px;
	width: 998px;
	color: #FFF;
	background-color: #11AE11;		 	
	margin: 0 0;
	padding: 0;
	display: inline;
	border: 2px solid #FF8000;
	float: left;	
}


#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
background-color:#80FF00;
	color: #FFF;
}
#menu li a#current  {
	background: #11AE11;
	color: #FFF;
	
}
#content {

padding: 5px 25px;
height:2000px;



}

#footer {
 
 width: 990px;
 padding: 5px;
 border-top: 2px solid #FF8000;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;

 
}
