body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #f4f4f3;
	color: #000000;
}

a:link, a:active, a:visited
{
    font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
	color: #0082e7;
}

a:hover
{
    font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #404040;
}

.maintext {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 650px;
	height: 800px;
	color: #000000;
	background-color: #f4f4f3;

}


.lightblue {
	position: absolute;
	top: 530px;
	left: 0px;
	height: 23px;
	width: 230px;
	color: #000000;
	background-color: #c0d7ec;
}

.darkblue {
	position: absolute;
	top: 530px;
	right: 0px;
	height: 23px;
	width: 461px;
	color: #000000;
	background-color: #75bee9;
}


.heading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 649px;
	height: 50px;
	color: #000000;
	font-size: 22px;
	line-height: 30px;
	background-color: #c0d7ec;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.headingtext {
	position: absolute;
	left: 10px;
	top: 16px;
	width: 400px;
	height: 21px;
	background-image: url('../pictures/headings/service.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.map {
	position: absolute;
	top: 55px;
	right: 10px;
	width: 427px;
	height: 475px;
	background-image: url('../pictures/map.jpg');
	background-repeat: no-repeat;
	
}

.servicetext {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 250px;
	height: 460px;
}

.car {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 174px;
	height: 116px;
	background-image: url('../pictures/car.jpg');
	background-repeat: no-repeat;

}

