#wrapper {
	position: relative;
	background-image: url(/images/bg_page.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #5E5E5E;
	width: 100%;
	margin: 0 auto;
}

.shadow_left {
	background-image: url(/images/ct_shdw_left.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	width: 11px;
	vertical-align: bottom;
}

.shadow_right {
	background-image: url(/images/ct_shdw_right.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	width: 11px;
	vertical-align: bottom;
}

.footer_left {
	background-image: url(/images/bg_footer.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
}

.footer_right {
	background-image: url(/images/bg_footer.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header {
	position: relative;
	background-image: url(/images/bg_head.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height: 249px;
}

#head_table {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}

#head_table td {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.logo {
	background-image: url(/images/bg_truck.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 129px;
	vertical-align: bottom;
}

.truck {
	background-image: url(/images/bg_truck.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: right;
}

.nav {
	text-align: center;
	vertical-align: top;
}

#nav_table {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
}

#nav_table td {
	text-align: center;
	vertical-align: top;
	padding: 0px;
	padding-bottom: 6px;
}

#nav_table a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

#nav_table a:hover {
	color: #CB9800;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

.selected {
	border-bottom: 5px #CC0000 solid;
}

#content {
	position: relative;
	background-color: #FFF;
	text-align: left;
}

#footer {
	position: relative;
	background-color: #660000;
	height: 45px;
}

#footer_text {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100%;
	font-family: Times New Roman, Arial, Heletiva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-style: italic;
	text-align: center;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	background-color: #660000;
	width: 100%;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

#copyright a {
	color: #CE9B15;
}

#basic_image {
	position: absolute;
	top: -20px;
	left: 36px;
	border-top: 3px white solid;
	border-left: 3px white solid;
	border-right: 3px white solid;
	width: 250px;
	z-index: 4;
}

#contactinfo {
	font-family: Arial, Times New Roman, Heletiva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	text-align: center;
}

#contactinfo a {
	text-decoration: none;

}

#contactinfo a:hover {
	text-decoration: underline;

}