body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#f8f8f8;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
color: #333;
text-align: center;
}

a{
color:#828282;
font-weight: bold;
text-decoration: none;
}

a:hover{
color:#ea250d;
}


#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color: #fff;
border: 2px #000 solid;


}


#header{
float: left;
}



#feature #inlineFourth {
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 50px 0px 0px 0px;
}


#flash{
float: left;
width:431px;
}


#content{
width: 611px;
float: left;
text-align: left;
padding: 0px 0px 0px 10px;
}


#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: #fff;
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: #333;
text-decoration: none;
}

#footer li a:hover{
color:#ea250d;
}

#footer p{
padding: 20px 0px 0px 0px;
line-height: 22px;
}

img{
border: none;
}




table {
	font-size: 11px;
	width:570px;
  margin: 0px 0px 0px 5px;
 
}
input {
	width: 250px;
}
textarea {
	height: 50px;
	width: 250px;
}
.send {
	width: 100px;
}
h4 {
	font-size: 12px;
	background-color: #6e6e6e;
	padding: 3px;
	margin: 0px;
	color: white;
}

-->