* {
	font-family: Calibri;
	margin: 0px;
}
body {
	background-color: #333;
}

#top {
	height: 20px;
	background-repeat: repeat-x;
	color: #FFC;
	font-weight: bold;
	font-size: 7px;
	text-align: center;
	background-color: #3F3F3F;
}
#header {
	height: 127px;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}



#title {
	height: 100px;
	padding-left: 50px;
}
#title h1 b {
	font-size: 12px;
}

#navigation {
	height: 27px;
	z-index: 1;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 27px;
	width: 138px;
	float: left;
	line-height: 25px;
	color: #FFC;
	background-image: url(images/nav_back2.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	background-position: top;
	font-size: 13px;
	font-weight: bold;
}



#navigation ul li a:hover {
	background-image: url(images/nav_back.png);
	background-repeat: no-repeat;
	color: #FFC;
}
#main_body {
	color: #FFF;
	padding: 20px;
	margin-right: 234px;
	height: auto;
	height: 100%;
	font-size: 14px;
	overflow: hidden;
}

.truck_wrapper {
	height: 200px;
	margin: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #467D91;
}

.truck_wrapper p {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 163px;
	overflow: hidden;
}
#pic_wrapper {
	float: left;
	margin-left: 10px;
	text-align: center;
}

#apDiv1 {
	position:fixed;
	right: 0px;
	bottom: 0px;
	vertical-align: bottom;
	z-index: 1;
}
.headding {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	display: block;
	background-color: #467D91;
	padding-right: 5px;
	float: right;
	padding-left: 5px;
}


#simplegallery1{
	position: relative;
	border: 5px solid #467D91;
	height: 500px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#simplegallery1 .gallerydesctext{ 
text-align: left;
padding: 2px 5px;
}

#footer {
	height: 20px;
	color: #FFF;
	bottom: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 10px;
	position: relative;
	padding-top: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #2C2C2C;
	font-weight: bolder;
}
.link {
	text-decoration: none;
	color: #FFF;
}
a  {
	text-decoration: underline;
	color: #FFF;
}
