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

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;
	width: 800px;
	padding: 0px;
	border: 0px;
}


#pagecontent{
	z-index: 0;
	float: left;
	clear: both;
	width: 760px;
	padding: 20px;
	background-color: #0e0e0e;
}




.McRae-Car{
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 200px;
	float: right;
	background-image: url(images/McRae.gif);
	background-repeat: no-repeat;
}

.address{
	font-size: 12px;
	padding-top: 20px;
}

.contactwrapper{
	float: left;
	clear: both;
	width: 730px;
}

.contactblurb{
	float: left;
	font-size: 12px;
	width: 280px;
	padding-right: 10px;
}

.mapwrapper{
	float: right;
	width: 430px;
}

#footer{
	border-top: 1px solid #990000;
	width: 800px;
	clear: both;
	color: #666666;
}

#footer a{
	color: #666666;
}

