* {
	margin: 0px;
	font-family: Calibri;
}
a {
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#sub-main-body a {
	color: #336;
	text-decoration: none;
}


#container {
	overflow: hidden;
	position: static;
	background-image: url(images/container-back.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 20px;
}
#top {
	overflow: hidden;
	background-image: url(images/top-back.jpg);
	background-repeat: repeat-x;
}
#top-left {
	float: left;
	background-image: url(images/top-left.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 44px;
}
#top-right {
	background-image: url(images/top-right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 39px;
	width: 44px;
}

#header {
	height: 130px;
	margin-left: 44px;
	background-image: url(images/container-back.jpg);
	background-position: right;
	padding-right: 44px;
}
#navigation {
	height: 40px;
	margin-left: 44px;
	background-image: url(images/container-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 44px;
}
#main-body {
	margin-left: 44px;
	background-image: url(images/container-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 44px;
	background-color: #FFF;
}
#bottom {
	overflow: hidden;
	background-image: url(images/bottom-back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom-left {
	float: left;
	background-image: url(images/bottom-left.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 44px;
}
#bottom-mid {
	height: 39px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri;
	font-size: 12px;
	float: left;
}

#bottom-right {
	background-image: url(images/bottom-right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 39px;
	width: 44px;
}

#sub-header {
	background-color: #CCF;
	height: 100px;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	font-family: Calibri;
	color: #FFF;
	padding-left: 50px;
	padding-top: 30px;
}
#sub-navigation {
	background-color: #CCC;
	height: 40px;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
}
#sub-main-body {
	background-color: #F2F2F2;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: visible;
}
#sub-navigation ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sub-navigation ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
}
#sub-navigation ul li a {
	display: block;
	height: 40px;
	width: 200px;
	background-image: url(images/nav1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 40px;
}
#sub-navigation ul li a:hover {
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	line-height: 40px;
	height: 40px;
	width: 200px;
}
#sub-navigation ul li a.active {
	display: block;
	height: 40px;
	width: 200px;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 40px;
}
#pic_wrapper {
	height: 660px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #6B9660;
}
#pic_wrapper a  {
	float: left;
	height: 290px;
	width: 250px;
	display: block;
	overflow: hidden;
	margin: 20px;
}
#pic_wrapper a p  {
	color: #514A75;
	text-align: center;
}
.truck_wrapper {
	height: 280px;
}
.truck_wrapper a {
	display: block;
	height: 280px;
	width: 280px;
	float: left;
	margin-right: 20px;
}
img {
	border: 3px solid #6B9660;
}
