/* CSS Document */

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

a {
	font-family: Verdana, Arial, Tahoma;
}

a:hover {
	text-decoration: none;
}

#main {
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Tahoma;
}

	#logo {
		width: 900px;
		height: 97px;
		margin-bottom: 1px;
		background: url(logo.gif) no-repeat;
		float: left;
		}
	#logo_en {
		width: 900px;
		height: 97px;
		margin-bottom: 1px;
		background: url(logo_en.gif) no-repeat;
		float: left;
		}
	#header {
		width: 900px;
		height: 193px;
		background: url(header.jpg) no-repeat;
		float: left;
	}
			
		#header ul{
			display: inline;
			padding: 0px;
			margin: 55px 0px 0px 280px;
			float: left;
		}
	
		#header li {
			list-style-type: none;
		}
		
		#header a:link, #header a:visited {
			color: #FFFFFF;
			text-decoration: none;
			font-size: 9pt;
			display: block;			
			width: 140px;
			height: 23px;
			padding: 0px 0px 0px 11px;
			vertical-align: middle;
			background: transparent;
		}
		
		#header a:hover, #header a:active, #header a:focus {
			background: url(arr.gif) no-repeat left;
		}
		
			
	#lang {
		width: 900px;
		height: 29px;
		background: #134092 url(lang-bg.jpg) no-repeat bottom;
		margin: 1px 0px 0px 0px;
		float: left;
		text-align: right;	
	}
	
		#lang a:link, #lang a:visited {
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 9pt;
			margin: 3px 8px 0px 0px;
		}
		
		#lang a:hover, #lang a:active, #lang a:focus {
			text-decoration: underline;
			
		}
	
	#middle {
		background: #E8F0FF;
		float: left;
		width: 900px;		
		padding: 0px 0px 10px 0px;	
	}
	
		#title {
			height: 20px;		
			margin: 10px 0px 0px 15px;
			color: #134092;
			font-weight: bold;
			font-size: 10pt;
			width:850px;
			float: left;		
		}
		
		#content {
			width: 668px;			
			margin: 0px 15px 0px 15px;
			border-top-color: #B0C2E6;
			border-top-width: 1px;
			border-top-style: solid;
			float: left;
			background: url(cars2.jpg) no-repeat left bottom;	
		}
		
			#left-side {
				width: 114px;
				margin: 7px 7px 0px 0px;
				padding: 0px 0px 140px 0px;
				float: left;
				height:250px;
			}
			
				#left-side ul {
					margin: 0px;
					padding: 0px;
				}
				
				#left-side li {
					display: block;
					width: 114px;
					height: 30px;
					background: url(left-side-bg.jpg) no-repeat top;
				} 
				
				#left-side a:link, #left-side a:visited {
					color: #134092;
					font-size: 8pt;
					text-decoration: none;
					background: transparent;
					display: block;
					margin:0px 0px 0px 5px;
					width: 105px;
					padding: 0px 5px 0px 0px;
				}
				
				#left-side a:hover, #left-side a:active, #left-side a:focus {
					background: url(arr2.gif) no-repeat right;				
				}
			
			#text {
				margin: 14px 0px 0px 10px;
				color: #134092;
				font-size: 9pt;
				text-align: justify;
				float: right;
				width: 530px;
			}
			
				#text a:link, #text a:visited {				
					font-size: 9pt;
					color: #0547BF;
					text-decoration:none;			
				}
				#text a:hover, #text a:visited {				
					font-size: 9pt;
					color: #134092;
					text-decoration:none;			
				}
		
		#side {
			width: 178px;
			height: 283px;
			background: url(side-bg.gif) no-repeat top left;
			float: left;
			color: #134092;
			font-size: 8pt;					
		}
		
			#side p {				
				margin: 26px 8px 10px 20px;
			}
			
			#side a:link, #side a:visited {
				color: #134092;
				font-size: 8pt;	
				/*text-decoration: underline;*/
			}
			
			#side a:hover, #side a:active, #side a:focus {
				text-decoration: none;
			}
	
	#foot {
		width: 900px;
		height: 46px;
		background: #95ACD5 url(foot-bg.jpg) no-repeat top;
		float: left;
		text-align: right;
		padding-top:10px;	
	}
	
		#foot a:link, #foot a:visited {
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 8pt;
			margin: 8px 8px 0px 0px;
		}
		
		#foot a:hover, #foot a:active, #foot a:focus {
			text-decoration: underline;
		}

a.go2010 {
display:block;
border:1px solid #CC0000;
background:#CAF2BF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
text-align:center;
color:#006600;
}

a.go2010:hover { background:#CC0000; color:#FFFFFF; }