/*************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: 'trebuchet ms', arial, verdana;
	background-color: #e1e5aa;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
}
img {
	border: 0;
}
h1 {
	font-size : 1.3em;
}
h2 {
	font-size : 1.2em;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea {
	border : 1px solid #000000;
	background-color: #ffffff;
	font-size : 0.9em;
	font-family : "trebuchet ms", arial, verdana;
}
ul {
	margin: 5px 0 10px 20px;
}
/*************************************************************************************/
div#background {
	margin: 0 auto;
	width: 100%;
	min-width: 984px;
	height: 620px;
	background-image: url('../images/head_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
div#top {
	margin: 0 auto;
	width: 984px;
	height: 400px;
	background-image: url('../images/wheels_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
div#main {
	margin: 0 148px;
	width: 688px;
}
div#head {
	width: 800px;
	height: 400px;
}
div#menu {
	width: 688px;
	height: 26px;
	text-align: center;
	color: #ffffff;
	background-image: url('../images/menu_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div#content {
	margin: 10px 0 0 0;
	width: 688px;
}
div#foot {
	width: 688px;
	height: 73px;
	background-image: url('../images/foot_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div#submenu {
	width: 688px;
	height: 24px;
	padding: 2px 0 0 0;
	text-align: center;
}
div#copyright {
	width: 688px;
	height: 47px;
	font-size: 0.6em;
	color : #ffffff;
}
div#left {
	float: left;
	width: 500px;
}
div#right {
	float: right;
	margin: 0 0 0 7px;
	width: 181px;
}
div.content_left {
	min-height: 132px;
	padding: 0 14px;
	width: 472px;
	background-color: #ffffff;
	font-size: 0.8em;
	text-align: justify;
}
div.margin_left_top {
	width: 500px;
	height: 10px;
	background-image: url('../images/main_bg_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.margin_left_bottom {
	margin: 0 0 10px 0;
	width: 500px;
	height: 10px;
	background-image: url('../images/main_bg_bottom.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.right_title {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	width: 171px;
	height: 18px;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/right_bg_black.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.content_right {
	padding: 0 10px 0 10px;
	width: 161px;
	background-color: #f7f7e5;
	font-size: 0.8em;
	text-align: justify;
}
div.margin_right_top {
	width: 181px;
	height: 6px;
	background-image: url('../images/right_bg_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.margin_right_bottom {
	width: 181px;
	height: 6px;
	background-image: url('../images/right_bg_bottom.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div#menu a {
	font-size: 0.8em;
	color : #ffffff;
	text-decoration : none;
}
div#submenu a {
	font-size: 0.7em;
	color : #000000;
	text-decoration : none;
}
div#menu a:hover, div#submenu a:hover {
	text-decoration : underline;
}
img.news_img {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	float: right;
	margin: 14px 0 14px 14px;
	border: 1px solid #000000;
}
img.gallery {
	margin: 10px 16px 0 16px;
	border: 1px solid #000000;
}
td.time {
	padding: 0 10px 0 0;
	white-space: nowrap;
	vertical-align: top;
}
