#header {
	text-align: center;
	font-family: "Flat Brush", Verdana, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #0000FF;
	margin-bottom: 25px;
	width: 100%;
}
#subHeader {
	font-size: 24px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #000000;
	clear: both;
}
#nav1 {
	float: left;
	width: 100%;
	text-decoration: none;
	margin-bottom: 25px;
	clear: both;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0000FF;
}

#nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav1 ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}

#nav1 ul li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 0.75em;
	padding-left: 0.75em;
	text-align:center;
	font-weight: bold;
}

#nav1 ul li a:hover	{
	color: #999999;
	text-decoration: none;
}
p {
	line-height: 1.5em;
	color: #333333;
}
.header-line {
	line-height: 2em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

body {
	min-width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

#footer {
	width: 100%;
	clear: both;
	margin-top: 25px;
	height: 100px;
}
#footer p {
	font-size: 10px;
	text-align: center;
}#logo {
	float: left;
	margin-top: 15px;
	width: 100%;
	background-image: url(images/mercedes_sprinter_van-top-2.jpg);
	background-repeat: no-repeat;
	background-position: 250px;
}
#left-col {
	float: left;
	width: 150px;
}
#content {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 600px;
}
#footer-centre {
	width: 650px;
}
#logo-float-right {
	float: right;
}
.green-tick {
	list-style-image: url(images/tick.gif);
	line-height: 1.5em;
}
.bold_18 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
.detail-box {
	padding: 5px;
	border: thin solid #666666;
	overflow: auto;
	height:100%;
	margin-bottom: 20px;
}
.width-110 {
	width:110px;
	clear: both;
}
.width-450 {
	width:425px;
}
.img-border {
	border: thin ridge #000000;
	margin-right: 15px;
}
.italic {
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
