body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#D5D5D5;

color: #ebebeb;
text-align: center;
}

a{
color:#c1c1c1;
font-weight: bold;
}

a:hover{
color: #fff;
text-decoration:underline; 
font-weight:bold;
}


#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color: #898989;
border: 2px gray solid;

	
}


#header{
float: left;
}


#feature{
float: left;
width: 200px;
height: 276px;
	background-image: url(images/featurebox.jpg);
	background-repeat: no-repeat;
		margin: 0;

}



#feature #inlineFourth {
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 50px 0px 0px 0px;
}


#flash{
float: left;
width:630px;
	margin: 0;
}


#content{
width: 600px;
float: left;
text-align: left;
min-height:480px;
}


#content p{
margin: 0px 15px 0px 0px;
padding: 5px;
}


#buttons{
float: right;
width: 152px;
  background-image: url(images/grnside.jpg);
	background-repeat: repeat-y;
	margin: 0px 1px 0px 0px;
	
}


#footer{
width: 785px;
clear: both;
background-image: url(images/bot.jpg);
background-repeat: no-repeat;
color: #D5D5D5;
height: 142px;
padding: 9px 0px 0px 0px

}

#footer ul{
list-style: none;
margin: 0;
padding: 0;
}

#footer li{
display: inline;
margin: 0px 5px 0px 5px;
}

#footer li a, #footer a{
color: #D5D5D5;
text-decoration: none;
}

#footer li a:hover, #footer a:hover{
color: #fff;
}

#footer p{
padding: 20px 0px 0px 0px;
font-size: 11px;
width: 780px;
margin: 0px;
}


img{
border: none;
}

#about{
width: 550px;
float: left;
text-align: left;
min-height:300px;
}



#about p{
margin: 0px 15px 0px 10px;
padding: 7px;
}

h4 {
	font-size: 12px;
	background-color: #000;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	color:#ebebeb;
}

