body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#000;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
color: #fff;
text-align: center;
}

a{
color:white;
font-weight: bold;
}

a:hover{
color: f5f4f4;
}


#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color: black;
border: 1px #d3d1d1 solid;
}


#header{
float: left;
}


#feature{
float: left;
width: 200px;
height: 276px;
	background-image: url(images/featurebox.jpg);
	background-repeat: no-repeat;
}



#feature #inlineFourth {
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 50px 0px 0px 0px;
}


#flash{
float: left;
width:630px;
border-right: 1px #d3d1d1 solid;
}


#content{
width: 631px;
float: left;
text-align: left;
}


#content p{
margin: 0;
padding: 7px;
}


#buttons{
float: right;
width: 154px;
}


#footer{
width: 785px;
clear: both;
background-image: url(images/bot_bg.jpg);
background-repeat: no-repeat;
color: white;
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, #footer a{
color: #000;
text-decoration: none;
}

#footer li a:hover, #footer a:hover{
color: white;
}

#footer p{
padding: 20px 0px 0px 0px;
line-height: 22px;
}

img{
border: none;
}

h3{
font-size:20;
}

