body {
    font: normal 13px arial, verdana, tahoma;
	color:#000000;
	background: #FFFFFF;
}

html, body {
    margin:0;
    padding:0;
    border:0 none;
  
	height:100%;
    width:100%;
}

.clear {
	clear:both;
}
a {
	color: #1E4176;
}
a:link {
	color: #1E4176;
	text-decoration: none;
}

a:visited {
   color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #15428b;
}
p { text-align: justify; font-size: 12px; line-height: 16px; margin: 0px 0px 14px 0px; padding: 0px; }


h1 {
 font-size: 150%;
 font-weight: bold;
 padding-left:5px;
 margin: 0;
 color:#bc0308;
 margin-bottom:12px;
}

img {border:0}

#main {
	width: 100%;
	margin: 0px;
	padding:0px;
	text-align:center;
}

div.center {
	width: 750px;
	margin: 0px auto;
}

.column {
 float: left;
 margin-top:0px;
}
/* fix for IE*/
* html .column {
 display: inline;
}

#header_container {
	width: 750px;
	height:70px;
	text-align:left;
	position:relative;
	background:url('../images/header.jpg') top no-repeat;
}

#header_container #language{
	position:relative;
	float:left;
	left:30px;
	top:14px;
}
#header_container #login{
	
	position:relative;
	float:right;
	right:20px;
	top:25px;
	text-align:right;
	/* border:1px solid black; */
	color:white;
	height:30px;
	width:690px;
	
}


#banner{
	width:750px;
	height:208px;
}


#content_container {
width:100%;
overflow: hidden;
background:url('../images/menu.jpg') top repeat-y;

}

#left_menu {
	width: 214px;
	text-align:left;
}

/* #left_menu ul
{
	margin:0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#left_menu ul li {
	
	line-height:25px;
	list-style: none;
	padding-left:15px;
	width:199px;
	display:block;
	border-bottom:1px solid gray;
}



#left_menu  ul li a {
	
	font-size:12pt;
	color:#5c7e1e;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	background:url('../images/menu_bullet.jpg') left center no-repeat;
	line-height:25px;
	display:block;
	width:184px;
	color:#000000;
}

#left_menu  ul li a:hover{
	text-decoration:underline;
	padding-left:15px;
	background:url('../images/menu_bullet_hover.jpg') left center no-repeat;
	color:#000000;
}


#left_menu ul ul li {
	
	line-height:20px;
	list-style: none;
	width:100%;
	border-bottom:0;
	
}

#left_menu  ul ul li a {
	background:none;
}

#left_menu  ul ul li a:hover {
	background:none;
} */





#content{
	width: 530px;
	height:100%;
	text-align:left;
	border-top:3px solid white;
	padding:3px;
}

#footer_container {
	text-align:left;
	width:100%;
	height:44px;
	background:url('../images/footer.jpg') no-repeat top;
	
	
	
}

#footer_container #contact{
	position:relative;
	width:510px;
	height:42px;
	line-height:42px;
	float:left;
	left:240px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
}

#footer_container #contact a {
color:#FFFFFF;
}



.wrapper {
	margin:8px;
}

.auto_list {
	border-top:1px solid #37396F;
}

.auto_list .img {
	width:210px;
}

.auto_list .img img{
border:1px solid gray;	
padding: 2px;
vertical-align:top;
}

.auto_list .img img:hover{
border:1px solid orange;	
}

.auto_list .info{
	vertical-align:top;
	text-align:left;
}

.auto_list td {
	border-bottom:1px solid #37396F;
}


