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

body,td,th,font{ font-family:verdana,arial,sans-serif; font-size:12px; }

body {
	background: #fff url("../pics_new/bg_main.gif");
	text-align: center;
}

html, body {
	height: 100%;
}

a:link, a:visited, a:hover, a:active
{
	color:#006699;
}

/*MENU*/
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: url("../pics/item.gif");
	list-style-position: inside;
	width: 190;
	border: 0px;
}

fieldset {
    padding: 5px;
    margin: 5px;

    background: #ccc;
}

blockquote {
    padding-left: 15px;
}

ul li a
{
	display: block;
	text-decoration: none;
	/*background-color: #fff;*/
	padding: 3px 5px 0px 12px;
	border-top: 1px solid #ccc;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
}

ul li a:hover
{
	background-color: #ccc;
}

.news_img {
	width: 10px;
	height: 10px;
	border: 0px;
	vertical-align: top;
	margin: 1px;
}

#wide_body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: url("../pics_new/bg_gradient.gif") repeat-x top;
}

#content_body {
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	width: 800px;
	min-width: 800px;
	height: 100%;
}

.logo {
	height: 135px;
	margin: 15px 15px 15px 10px;
}

.logo_main {
	height: 130px;
	margin: 0px 15px 15px 15px;
}

.right_align {
	text-align: right;
	font-size: 10px;
}


.outer_wrapper_top {
	background: url("../pics_new/bg_main_lev1_top.gif") no-repeat top left;
	padding-top: 10px;
}

.outer_wrapper_main {
	background: url("../pics_new/bg_main_lev1_main.gif") repeat-y;
	padding: 15px;
	padding-right: 30px;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}

.main {
	margin: 0px 0px 0px 215px;
	background: url("../pics_new/bg_left2.gif");
	padding: 5px 5px 5px 5px;
}

.main h1 {
    margin-bottom: 20px;
    padding-left: 3px;
    font-size: 15px;
    text-align: center;
}

.main p {
   line-height: 1.5em;
   text-align: justify;
   padding: 3px;
}

.left {
	width: 200px;
	float: left;
	background: url("../pics_new/bg_left2.gif") repeat-y left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

.footer {
	text-align: center;
	height:50px;
	padding-top: 20px;
	background: url("../pics_new/bg_main_lev1_bottom.gif") no-repeat top left;
}

.clearing {
	height: 0;
	clear: both;
}

.clearing_bottom {
	clear: both;
	height: 0px;
}


#news_main {
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
}

div.news_date {
	font-size: 10px;
	padding: 2px;
}

div.vehicle1 {
	height: auto;
	width: auto;
	text-align: left;
	background: url("/pics/arrow.gif") no-repeat top left;
	padding-left: 12px;
	margin-bottom: 3px;
}

div.loading {
	width: 35px;
	height: 35px;
}

img.loading {
	width: 35px;
	height: 35px;
}

.fullw {
    width: 100%;
}