/* CSS Document */

body {
	margin: 0 auto;
	width:650px;
	background-color: #6F6B62;
	background-image:url(img/pixel_back.gif);
	background-position:center;
		background-position:top;
	
	background-repeat:repeat-y;
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #6F6B62;
	
	}
	
	body, html {
	height:100%;
	
	}
	
	
	.title{
	font-weight:bold;}
	
	.title2{
	font-weight:bold;
	font-size:10px;}
	
	.address{
	font-size:9px;
	}
	.tladdress{
	font-size:9px;
	font-weight:bold;
	}
	.address a{
	font-size:9px;
	text-decoration:underline;
	font-weight:100;
	color:#6F6B62;
	}
	.address a:hover, a:focus{
	font-size:9px;
	color:#C40000;
	}
	
	.index{
	font-size:10px;
	color:#6F6B62;
	}
	.index a{
	font-size:10px;
	text-decoration:underline;
	font-weight:100;
	color:#6F6B62;
	}
	.index a:hover, a:focus{
	
	color:#C40000;
	}
	
	
	a{
	height:15px;	
	color:#C40000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	
		}	

	a:hover, a:focus {
	color:#C40000;
	
	}
	
	.english {
	font-size:10px;
	color:#999999;
	
	}
	
	#line {
	border-top: 1px dotted #6F6B62;
	border-right: 0px none #6F6B62;
	border-bottom: 0px none #6F6B62;
	border-left: 0px none #6F6B62;
	width:470px;
	}
	
	#titleline {
	border-top: 1px dotted #6F6B62;
	border-right: 0px none #6F6B62;
	border-bottom: 1px dotted #6F6B62;
	border-left: 0px none #6F6B62;
	font-size: 12px;
	font-weight: bold;
	color: #6F6B62;
	text-decoration: none;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:470px;
	}
	
		#titleline a{
	border-top: 1px dotted #6F6B62;
	border-right: 0px none #6F6B62;
	border-bottom: 1px dotted #6F6B62;
	border-left: 0px none #6F6B62;
	font-size: 12px;
	font-weight: bold;
	color: #6F6B62;
	text-decoration: none;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:470px;
	}
	
			#titleline a:hover, a:focus{
color: #C40000;
	}
	
	#header{
	margin:0px;
	padding:0px;
	height:125px;
		}
	
	
	
	#contentleft{
	float:left;
	margin:0px;
	padding:20px 20px 50px 20px;
	background-color:#FFF;
	
	width:480px;

	}
	#contentright{
	
	float:left;
	margin:0px;
	padding:20px 0px 50px 0px;
	background-color:#FFF;
	text-align:center;
	
	width:130px;
	}
	
	
	
	
	#nav {
	height:25px;
	background-color:#CCCCCC;
	}	
	#nav ul {
	padding:5px 10px 5px 10px;
	margin:0px;
	text-align:right;
	}
	#nav ul li {
	display:inline;
	margin:0px 3px;
	}
	#nav ul li a {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color: #6F6B62;
	}
	#nav ul li a:hover, #nav ul li a:focus{
	color:#C40000;
	
	}
	
		#subnav {
	height:20px;
	background-color:#E3E2E2;
		}	
	#subnav ul {
	padding:3px 3px 3px 3px;
	margin:0px;
	text-align:center;
	}
	#subnav ul li {
	display:inline;
	margin:0px 3px;
	}
	#subnav ul li a {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color: #6F6B62;
	}
	#subnav ul li a:hover, #nav ul li a:focus{
	color:#C40000;
	
	}
	
	
	.news {
	
	width: 470px;
	height: 70px;
	
}

#auto {
	overflow: auto;
}


	
	
		
	.thumbnail{
float:left;
width:120px;
margin: 5px 0px 5px 0;
}

	.thumbnail2{
float:left;
width:240px;
margin: 5px 0px 5px 0;
}

	.thumbnail3{
float:left;
width:160px;
margin: 5px 0px 5px 0;
}
	.thumbnail4{
float:left;
width:480px;
margin: 0px;
}
	
	
	.clearboth{
	clear:both; display:block;}

