body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#666666;

color: #e6e6e6;
text-align: center;
}

a{
color:#fff;
font-weight: bold;
}

a:hover{
color: #ce0c14;
text-decoration:underline; 
font-weight:bold;
}


#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color: #000;
border: 2px gray solid;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	
	
}


#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:431px;
	margin: 0;
}


#content{
width: 600px;
float: left;
text-align: left;
min-height:480px;
}


#content p{
margin: 0px 15px 0px 0px;
padding: 5px;
}


#side{
float: right;
width: 152px;
height:300px;
 background-color:#222222;
 text-align:left;
	
}

#buttons ul{
margin:0px;
padding:0px;

list-style-type:none;
}

#buttons ul li{
height:20px;
}

#buttons ul li a{
display:block;

height:20px;
padding:5px 5px 0px 5px;
background-color:#ce0c14;
text-decoration:none;
}

#buttons ul li a:hover{
color:#FFFFFF;
background-image:url(images/button_hover.gif);
}


#services ul{

margin-left:20px;
padding:0px;
list-style-type:circle;

}

#footer{
width: 785px;
clear: both;
background-image: url(images/bot.jpg);
background-repeat: no-repeat;
color: #e6e6e6;
height: 143px;
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: #e6e6e6;
text-decoration: none;
}

#footer li a:hover{
color: #ce0c14;
}

#footer p{
padding: 20px 0px 0px 0px;
line-height: 22px;
}

#footer a{
text-decoration: none;
}

img{
border: none;
}

#about{
width: 625px;
float: left;
text-align: left;
min-height:500px;

}



#about p{
margin: 0px 15px 0px 10px;
padding: 7px;
}

h4 {
	font-size: 12px;
	background-color: white;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	color: black;
}

.horse{
float:right;
margin-top:30px;
}

html>body .horse{
float:right;
margin-top:30px;
}

*:lang(en).horse{
float:right;
margin-top:10px;
}


.auto{
float:left;
margin-left:15px;
}


