/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pts;
}
#headerimg, #menubar, #header .truck, #header .title, #footer {
	display: none;
}
#contentWrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDC7BC;
	margin: 0px 20px 5px;
	padding: 10px 0px 5px 10px;
	clear: both;
}
#contentWrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	line-height: 18px;
}
#contentWrapper a {
	color: #93372E;
	text-decoration: underline;
}
#contentWrapper .imgleft {
	float: left;
	padding: 0px;
	border: 3px solid #CDC7BC;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#contentWrapper .imgright {
	float: right;
	padding: 0px;
	border: 3px solid #CDC7BC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#contentWrapper .imgcenter {
	padding: 0px;
	border: 3px solid #CDC7BC;
	margin: 8px 8px 12px;
	clear: both;
}
#credits {
	font: 12px/19px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 8px;
	border-top: 1px solid #575F67;
	border-bottom: 1px solid #575F67;
	text-align: center;
}
#credits a {
	color: #222528;
	text-decoration: underline;
}

