body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#fff;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
color: #898989;
text-align: center;
}

a{
color:#000;
font-weight: bold;
text-decoration: none;
}

a:hover{
color:gray;
text-decoration: underline;
}



#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color: white;
border: 2px gray solid;
}


#header{
float: left;
}


#feature{
float: left;
width: 200px;
height: 276px;
	background-image: url(images/featurebox.jpg);
	background-repeat: no-repeat;
}



#inlineFourth {
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 50px 0px 0px 0px;
}


#flash{
float: left;

}


#content{
width: 585px;
float: left;
text-align: left;
}


#content p{
margin: 0;
padding: 7px;
color:#898989;
}


#buttons{
float: right;
width: 157px;
}


#footer{
width: 785px;
clear: both;
background-image: url(images/bot.jpg);
background-repeat: no-repeat;
color: #fff;
font-weight: bold;
height: 125px;
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{
color: #fff;
text-decoration: none;
}

#footer li a:hover{
color: #c2c2c2;
}

#footer li a:visited{
color:#fff;
}

#footer p{
margin-top:40px;
padding: 0px 10px 0px 10px;
color: #000;
text-align:center;
font-size: 11px;
}

img{
border: none;
}