* {
	margin: 0px;
	padding: 0px;
}

#header {
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	background-image: url(header_back.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(body_back.png);
	background-repeat: repeat-y;
	background-position: center;
}
#main-body {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 150px;
	background-image: url(footer_back.png);
	background-repeat: repeat-x;
}
#header_image {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	padding-top: 20px;
}
#navigation {
	height: 30px;
	background-color: #D6D6D6;
	background-image: url(nav_back.png);
	background-repeat: repeat-x;
}
#bottom_shadow {
	height: 50px;
	background-image: url(bottom_shdow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#editable-body {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.truck_card {
	margin: 30px;
	height: 240px;
	width: 210px;
	float: left;
	background-color: #FFC;
}
.text {
	font-family: Calibri;
	font-size: 13px;
	color: #FFF;
}
.truck_card_botton {
	height: 30px;
	text-align: center;
	font-family: Calibri;
	color: #FFF;
	background-color: #8C0000;
}
.pic_box {
	margin: 40px;
	height: 180px;
	width: 180px;
	float: left;
}
.headers {
	font-family: Calibri;
	color: #FFF;
	background-color: #8C0000;
	height: 25px;
	padding-right: 20px;
}
.pics_container {
	width: 860px;
	overflow: hidden;
}
.parteners {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri;
	color: #D6D6D6;
}
#footer .parteners a {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #B30000;
	color: #FFF;
}
#navigation ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	text-align: center;
}
#navigation a {
	height: 30px;
	width: 200px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 13px;
}
