* {
	margin-top: 0px;
}
#wrapper {
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(Templates/shadow_back.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 50px;
	background-image: url(ice-cream-truck.jpg);
	color: #FFF;
	padding-top: 100px;
	padding-left: 100px;
	line-height: 0px;
}
#container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	font-family: Calibri;
	color: #FFF;
	background-color: #600;
	padding-left: 20px;
}

#container {
	float: left;
	width: 800px;
	padding-right: 22px;
	padding-left: 22px;
}

#footer {
	height: 20px;
	background-color: #D6D6D6;
	font-family: Calibri;
	font-size: 12px;
	line-height: 20px;
}
#navigation {
	height: 30px;
	background-color: #600;
}
#web-body {
}
#editable-body {
	overflow: hidden;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFC;
}

.pic_frame {

	height: 500px;

}

.pic_wrapper {
	height: 500px;
	width: 225px;
	float: left;
	overflow: auto;
	background-image: url(shadaow_large.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

.pic_viewer {
	height: 480px;
	width: 480px;
	float: right;
	background-image: url(large_pic_back.png);
	padding: 10px;
	background-repeat: no-repeat;

}

.pics_holder {

	width: 200px;

	float: left;

}

.pic_box {

	margin: 20px;

	height: 160px;

	width: 160px;

}

.truck_info_large {
	overflow: hidden;

}

.trucks_viewer {
	height: 205px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(truck_back.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.truck_pic {
	height: 185px;
	width: 185px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.truck_small_info {
	height: 165px;
	width: 175px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.truck_description {
	height: 185px;
	width: 320px;
	float: left;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}.text {
	font-family: Calibri;
}
.trucks_viewer_admin {
	height: 185px;
	width: 740px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.admin_body {
	padding-right: 20px;
	padding-left: 20px;
}
.space {
	padding-right: 20px;
	padding-left: 20px;
}
.truck_viewer_bottom {
	height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}
#navigation ul li a {
	display: block;
	height: 30px;
	width: 200px;
	text-decoration: none;
	color: #FFF;
	font-family: Calibri;
	font-size: 14px;
	background-color: #600;
	line-height: 27px;
}
#navigation ul li a:hover {
	display: block;
	height: 30px;
	width: 200px;
	text-decoration: none;
	color: #FFF;
	font-family: Calibri;
	font-size: 14px;
	background-color: #DE312D;
	line-height: 27px;
}

