html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	font-family: Verdana, Arial, Tahoma, Sans Sherif;
	font-size: 11px;
	color: #666;	
}
table{
	border-collapse: collapse;
}
tr,td{
	margin: 0;
	padding: 0;
}
img,a{
	border: 0;
}
.center{
	width: 100%;
	text-align: center;
}
h1,h2,h3{
	width: 100%;
	font-size: 20px;
	padding:0;
	margin:0;
	margin-bottom: 10px;
}
h2{
	margin-bottom: 5px;
}
p{
	margin: 0;
	padding:0;
	color: #666;
}
p a{
	color: #000;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}
#container{
	height: 100%;
	width: 100%;
}
#header{
	background: url('../_img/main/header_bg.gif') repeat-x;
	height: 100px;
	width: 100%;
}
#logo{
	float: left;
	width: 590px;
	height: 67px;
}
#login{
	text-align: right;
	float: left;
	height: 68px;
	width: 335px;
	background: url('../_img/main/login_bg.jpg') no-repeat right top;
}
#login form{
	margin: 5px 50px 0 0;
	padding:0;
}
#login form input.log{
	background: url('../_img/main/login_input_bg.gif') no-repeat;
	margin: 0;
	padding:0;
	width: 100px;
	height: 15px;
	font-size: 9px;
	line-height: 15px;
	color: #333;
	border: 1px solid #494949;
}
#login form input.submit{
	background: url('../_img/main/login_submit_bg.gif') no-repeat;
	width: 17px;
	height: 17px;
	border: 0;
}
#menu{
	clear: both;
	padding-left: 30px;
}

#menu a{
	margin: 0;
	padding:0;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	display: block;
	float: left;
	margin-right: 15px;	
}
#menu a.selected{
	background: url('../_img/main/menu_hover_bg.gif') no-repeat center top;
}
#menu a:hover{
	background: url('../_img/main/menu_hover_bg.gif') no-repeat center top;
	color: #ccc;
}
#banner{
	width: 100%;
	clear: both;
	background: url('../_img/main/banner_bg.jpg') repeat-x;
	height: 110px;
	text-align: left;
}
#contents{
}
#left{
	width: 230px;
	float: left;
	padding: 10px 20px 10px 30px;
	border-right: 1px solid #ccc;
}
#left ul{
	margin: 0;
	padding: 0;
}
#left ul li{
	list-style: none;
	padding-left: 15px;
	background: url('../_img/main/arrow.gif') no-repeat left top;
	margin-bottom:5px;
}
#left ul li a{
	color: #666;
	text-decoration: none;
}
#left ul li a:hover{
	color: #000;
}
#middle{
	width: 340px;
	float: left;
	margin-left: 20px;
	padding: 10px 0 10px 0;
}	
#content, #content a{
	color: #666;
}
#content ul{
	margin: 0;
	padding: 0;
}
#content ul li{
	list-style: none;
	padding-left: 15px;
	background: url('../_img/main/arrow.gif') no-repeat left top;
	margin-bottom:5px;
}
#content ul li a{
	color: #666;
	text-decoration: none;
}
#content ul li a:hover{
	color: #000;
}

div.more{
	margin-bottom; 10px;
	width: 100%;
	text-align: right;
}
div.more a{
	color: #ad0000;
	text-decoration: none;
}
div.more a:hover{
	text-decoration: underline;
}
#right{
	width: 190px;
	float: left;
	margin-left: 20px;
	background: #f2f2f2;
	padding: 10px 20px 10px 20px;
}
#footer{
	clear: both;
	height: 72px;
	width: 100%;
	background: url('../_img/main/footer_bg.gif');
}
#footer_menu{
	height: 72px;
	float: left;
	width: 590px;
}
#footer_menu a{
	padding-left: 30px;
}
#footer_menu a, #copyrights a{
	line-height: 72px;
	color: #fff;
	text-decoration: none;
}
#copyrights{
	height: 72px;
	width: 350px;
	float: left;
	background: url('../_img/main/copyrights_bg.jpg') no-repeat right;
}
#navigation{
	width: 860px;
	line-height:35px;
	border-bottom: 1px dotted #2477a3;
	margin-bottom: 20px;
	padding-left: 30px;
}
#navigation ul{
	margin: 0;
	padding: 0;
}
#navigation ul li{
	display: inline;
	list-style: none;
	padding-left: 10px;
	background: url('../_img/main/arrow.gif') no-repeat left top;
	margin-bottom:5px;
}
#navigation ul li a{
	color: #999;
	text-decoration: none;
}
#navigation ul li a:hover{
	color: #000;
}
#content{
	width: 570px;
	float: left;
	margin-left: 20px;
	padding: 10px 20px 10px 0;
}
#content a{
	text-decoration: underline;
}
#partners{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#partners td img{
	border: 1px solid #666;
	margin: 5px;
}