body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#230000;
color: #000;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
text-align: center;
}

a{
color:red;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:#000;
text-decoration: none;
font-weight: bold;
}


#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color: #fff;
border: 1px red solid;
}


#header{
float: left;
margin-bottom: -2px;
}


*:lang(en) #header{
margin-bottom: 0;
}

#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: 35px 0px 0px 0px;
}


#flash{
float: left;
width:431px;
}


#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.jpg);
background-repeat: no-repeat;
color: #000;
height: 150px;
padding: 0px 0px 0px 0px
border-top: 1px white solid;
margin: 1px 0ox 0px 0px;
}

#footer ul{
list-style: none;
margin: 0;
padding: 9px 0px 0px 0px
}

#footer li{
display: inline;
margin: 0px 5px 0px 5px;
}

#footer li a{
color: red;
text-decoration: none;
font-weight: bold;
}

#footer li a:hover{
color: silver;
text-decoration: none;
font-weight: bold;
}

#footer p{
margin: 0;
padding: 4px 0px 0px 0px;
line-height: 22px;
color: #000;
}

img{
border: none;
}