body {
	background:#e5e5e5;
	margin:0px;
	padding:0px;
}

#container {
	width:810px;
	margin:0 auto;
}

#header {
	width:810px;
	height:210px;
}

#header_left {
	width:245px;
	height:161px;
	float:left;
}

#header_mid {
	width:321px;
	height:161px;
	float:left;
}

#header_right {
	width:244px;
	height:161px;
	float:left;
}

#body_area {
	background: #FFFFFF url(../images/interface/body_bg_tile.jpg) repeat-y;
	width:810px;
}

#nav {
	width:783px;
	height:29px;
	padding:10px 0px 10px 27px;
	background:url(../images/interface/nav_bar_bg.jpg) no-repeat;
}

a.nav_item {
	display:block;
	width:107px;
	font:bold 14px arial;
	color:#FFFFFF;
	background:url(../images/interface/nav_bg_tile.jpg) repeat-x;
	padding:6px 5px 5px 5px;
	border:solid 1px #5e5e5a;
	margin:0px 4px 0px 3px;
	float:left;
	text-decoration:none;
	text-align:center;
}

a.nav_item:hover {
	border:solid 1px #8a8a84;
	color:#9ad0fe;
	background:url(../images/interface/nav_bg_tile_over.jpg) repeat-x;
}

#side_bar {
	width:254px;
	height:625px;
	float:left;
}

#side_bar_top {
	width:231px;
	height:58px;
	padding:20px 0px 0px 23px;
	background:url(../images/interface/side_bar_top.jpg) no-repeat;
	text-align: center;
}

#sidebar_logos {
	width:254px;
	height:272px;
}

#sidebar_truck {
	width:254px;
	height:334px;
}

#content_area {
	background:url(../images/interface/content_top_bg.jpg) no-repeat;
	padding:30px 10px 50px 20px;
	width:526px;
	float:left;
}

#content_body {
	width:495px;
}

#footer_area {
	width:810px;
}
#footer_left {
	width:184px;
	background:url(../images/interface/footer_bg_left.jpg) no-repeat;
	padding:30px 0px 0px 70px;
	float:left;
	height: 95px;
}

#footer_right {
	width:556px;
	background:url(../images/interface/footer_bg_right.jpg) no-repeat;
	padding:32px 0px 0px 0px;
	float:left;
	height: 98px;
}
#clear {
	clear:both;
}
.side_bar_small {
	font: bold 14px arial;
	color: #666666;
	letter-spacing:2px;
}
.side_bar_large {
	font: bold 18px arial;
	color: #000000;
	letter-spacing:0px;
}
