div#title-border {
	margin-left: -177px;
	margin-right: 0px;
	height: 40px;
	border-bottom: 1px solid #8F2D2A;
	clear: both;
	position: relative;
	z-index: 4;
}

div#title-text {
	margin: -28px 0 0 -175px;
	padding: 0;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	font-size-adjust: none;
	text-align: left;
	line-height: 2em;
	position: relative;
	z-index: 3;
}

div#title-text span {
	font: inherit;
	background: white;
	white-space: nowrap;
}

div#container {
	/* override padding-right and width (from main.css) */
	margin: 0;
	padding-right: 0px;
	width: 685px;
}

img#title-image {
	/* trucks image is 217x144px */
	margin: 10px 0px 10px -148px;
	border: 2px solid white;
	position: absolute;
	z-index: 10;
}

div#column-right h1 {
	margin: 0 10px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	color: #FF3535;
}

div.content-column table,
div.content-column li,
div.content-column form {
	margin: 0px 0px 0px 20px;
}

