* {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {
	margin-right: 10%;
	margin-left: 10%;
	background-color: #C9C9C9;
	overflow: hidden;
}
#header {
	height: 90px;
	line-height: 0px;
	padding-top: 60px;
	padding-left: 30px;
	background-repeat: repeat-x;
	color: #FFF;
	background-image: url(../images/header_back.jpg);
}

#navigation {
	float: left;
	width: 200px;
	background-color: #FFC;
}
#main-body {
	padding: 20px;
	margin-left: 200px;
	background-color: #E5E5E5;
	overflow: visible;
	font-size: 12px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-image: none;
	list-style-type: none;
	background-repeat: repeat-x;
	background-color: #C9C9C9;
}
#navigation ul li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	height: 50px;
	width: 180px;
	display: block;
	line-height: 45px;
	padding-left: 20px;
	background-image: url(../images/nav_back.jpg);
	background-repeat: repeat-x;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(../images/nav_hover.jpg);
}
#footer {
	height: 30px;
	line-height: 25px;
	color: #FFF;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 10%;
	margin-left: 10%;
	background-image: url(../images/header_back.jpg);
	background-position: center;
}
#pic_wrapper  {
	width: 480px;
	border: 2px solid #666;
	overflow: hidden;
}
#pic_wrapper a {
	display: block;
	height: 250px;
	width: 200px;
	text-align: center;
	padding: 20px;
	float: left;
	text-decoration: none;
}
.truck_wrapper {
	height: 200px;
	padding: 10px;
	border: 2px solid #535353;
}

