body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#a0a0a0;
color: #2d2d2d;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
text-align: center;
}

a{
color:#800000;
font-weight: bold;
}

a:hover{
color:#800000;
}


#wrapper{
	width: 819px;
	padding:0;
	margin: auto;
	background-color: #fff;
	border: 1px white 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:620px;
}


#content{
width: 620px;
float: left;
text-align: left;
}


#content p{
margin: 0;
padding: 7px;
}


#buttons{
	float: right;
	width: 190px;
}


#footer{
	width: 819px;
	clear: both;
	background-image: url(images/bot.jpg);
	background-repeat: no-repeat;
	color: white;
	height: 135px;
	padding: 0px 0px 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: white;
text-decoration: none;
}

#footer li a:hover{
color: silver;
}

#footer p{
padding: 7px 0px 0px 0px;
line-height: 22px;
color: #000;
}

img{
border: none;
}

