body{
  font-family: arial, tahoma, Sans-serif;
  font-size:12px;
  text-align: center;
  margin:0;
  padding: 0;
  color:black;
  background-image: url(images/tile.gif);
  background-repeat: repeat-x;
  background-color:#99d5f6;
}

/*a{
text-decoration:none;
font-weight:bold;
color:red;
}

a:hover{
text-decoration:none;
font-weight:bold;
color:white;
}

a:visited{
text-decoration:none;
font-weight:bold;
color:red;
}
*/

.wrapper{
width:767px;
min-height:450px;
margin:auto;
background:white;
}

.top{
width:775px;
height:249px;
float:none;
}

.maincontent{
width:775px;
min-height:228px;
float:left;
background-image: url(images/mainback.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
}

.mainleft{
width:162px;
text-align:left;
font-size:11px;
font-weight: normal;
margin:20px 0px 0px 6px;
float:left;
}

.mainleft p{
text-align:left;
padding: 0px 0px 0px 5px;
}

html>body .mainleft{
font-size:11px;
text-align:left;
font-weight: normal;
margin:20px 0px 0px 10px;
float:left;
}

.mainleft a{
text-decoration:none;
font-weight: normal;
color:black;
}


.mainleft a:hover{
text-decoration:underline;
font-weight: normal;
color:red;
}

.mainright{
width:600px;
font-weight:normal;
text-align:left;
margin:20px 0px 0px 0px;
float:left;
}

html>body .mainright{
width:600px;
font-weight:normal;
text-align:left;
margin:20px 0px 0px 0px;
float:left;
}


.type{
font-weight:normal;
}

.cars{
float:right;
}

.footer{
width:775px;
height:30px;
margin:20px 0px 0px 0px;
clear:both;
background-image: url(images/footerbar.jpg);
background-repeat: no-repeat;
}


.footer ul{
list-style:none;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}

.footer li{
display:inline;
text-align:center;
}

.footer li a{
color:white;
text-decoration:underline;
padding:0px 10px 0px 10px;
width:125px;
}


.footer li a:hover{
color:red;
text-decoration:underline;
}

.footer li a:visited{
color:white;
}

/*Styles for Forms */

table {
	font-size: 12px;
	width:300px;
	border: none;
	float:left;
	margin-left:12px;
}


input {
	width: 250px;
}
textarea {
	height: 50px;
	width: 250px;
}

.send {
	width: 100px;
	background-color:red;
	color:white;
	border: 1px solid black;
}
h1 {
	font-size: 12px;
	background-color: red;
	color:white;
	width:550px;
	padding: 3px;
}


/*End Styles for Forms */

.map{
margin: 20px 0px 20px 0px;
height:250px;
width:350px;
}

img{
border:none;
}

html>body .contact{
float: left;
margin-left:0px;
}

*:lang(en) .contact{
float: left;
margin-left:0px;
}

.contact{
float: left;
margin-left:-20px;
}




