body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(images/Chequer-Grad-Back.jpg);
}

body, table, td{
	vertical-align: top;
}

h1{
	font-size: 22px;
	margin: 0px;
	margin-bottom: 10px;
	color: #CCCCCC;
	font-weight: bold;
}

a{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
}

#pagecontent{
	float: left;
	background-color: #0e0e0e;
}

#wrapper, #pagecontent, #headerbar{
	width: 1000px;
}

#headerbar{
	float: left;
	margin-top: 0px;
	background-image:url(images/WeldingBack.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


#headerdiv{
	background-image: url(images/Neil-Handbury-Racing.jpg);
	background-repeat: no-repeat;

	height: 176px;
	width: 600px;
	float: left;
}

#headerdiv span{
	display: none;
}


.intoblurb{
	width: 510px;
	margin: 10px;
	float: left;
	font-size: 12px;
}

.intoblurb img{
	width: 200px;
	float: right;
	margin-left: 10px;
}

.fourbyfour{
	width: 450px;
	margin: 10px;
	float: right;
}

.fourbyfour img{
	width: 200px;
	float: right;
	margin-left: 10px;
}

.services{
	width: 980px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0;
	padding: 0;
	float: left;
	background-color: #444444;
}

.services legend{
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	background-color: #333333;
	
}

.services ul li{
	float: left;
	list-style: none;
	margin-left: 26px;
	margin-bottom: 5px;
	font-size: 13px;
	padding: 0;
	font-weight: bold;
}

.contact{
	float: left;
	font-size: 12px;
	width: 400px;
}

.contact table{
	margin-left: 50px;
}

.map{
	float: right;
	width: 430px;
	margin-bottom: 10px;
}

#footer{
	border-top: 1px solid #990000;
	width: 1000px;
	float: left;
	color: #666666;
}

#footer a{
	color: #666666;
}


