* {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	overflow: hidden;
	width: 850px;
}
.header {
	height: 90px;
	background-image: url(header.jpg);
	padding-top: 30px;
	padding-left: 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	width: 810px;
}
#navigation {
	background-image: url(nav_back.jpg);
	background-repeat: repeat-x;
	height: 45px;
}

#websitebody {
	background-color: #D6D6D6;
	padding: 20px;
	overflow: hidden;
}
#footer {
	background-color: #F5EFE1;
}
.truck_card {
	margin: 30px;
	height: 210px;
	width: 210px;
	float: left;
}
.header_text_small {
	height: 15px;
}
.header_text_large {
	height: 60px;
}
.wrapper .header b {
	font-size: 10px;
	margin-left: 20px;
}
#navigation a  {
	font-family: Calibri;
	color: #000;
	width: 190px;
	height: 35px;
	text-align: center;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	float: left;
	line-height: 25px;
}


#navigation a:hover {
	background-image: url(menu.png);
	background-position: 0px -45px;
	background-repeat: repeat-x;
	text-decoration: none;
	height: 35px;
	width: 190px;
	padding-top: 10px;
	padding-left: 10px;
}
#navigation a.selected{
	background-image: url(header.png);

}
