body {
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	background-color: #111111;
}
a {
	color: #ef4135;
}
#wrapper {
	margin: 0px auto;
	text-align: center;
	background-color: #242424;
	width: 750px;
	border: 1px solid #3f3f3f;
	padding: 3px;
}
#header {
	background-color: #444444;
}
#splashLeft {
	float: left; 
	background-image: url('images/frontTruckLeft.jpg'); 
	height: 260px; 
	width: 428px;
}
#splashRight {
	float: right;
	background: url('images/frontTruckRight.jpg') no-repeat bottom;
	width: 322px;
	height: 260px;
}
#templateLeft {
	float: left;
	background-image: url('images/aboutUsHdrImg.jpg');
	width: 428px;
	height: 69px;
}
#templateRight {
	float: right;
	width: 322px;
	height: 69px;
}
#quickLinks {
	position: relative;
	right: 0px;
	width: 321px;
	height: 65px;
	float: right;
	background-color: #a8160b;
	border-top: 4px solid #ef4135;
}
#footer {
	margin: 0px auto;
	margin-top: 10px;
	width: 750px;
	font-size: 10px;
	text-align: left;
}
img.quickLink {
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
}
div.templateCol {
	float: left;
	width: 240px;
	text-align: left;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 10px;
	background-color: #3f3f3f;
	border-top: 5px solid #000000;
}
div.templateBody {
	float: right;
	width: 480px;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
}
#templateContent {
	padding-left: 6px;
	padding-top: 10px;
	margin-top: 10px; 
	margin-right: 10px; 
	border-top: 1px solid #ef4135;
}
img.navItem {
	margin-bottom: 10px;
	margin-left: 8px;
}
.paddLeft {
	padding-left: 6px;
}
