body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	background-image: url(../img/body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height: 257px;
}
#lang{
	float: right;
	width: 100px;
}
#menu{
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 980px;
	padding-left: 20px;
}
#left{
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 2px;
}
#left .head{
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/left_head.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#left .foot{
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/left_foot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
#sub_menu{
	background-image: url(../img/left.png);
	background-repeat: repeat-y;
	background-position: left center;
}
#sub_menu a{
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
	background-image: url(../img/sub_menu_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 132px;
	padding-left: 20px;
	padding-right:40px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 5px;
}
#sub_menu a:hover,#sub_menu .active{
	background-image: url(../img/sub_menu_a_hover.png);
	color: #FFFFFF;
}
#center{
	float: left;
	width: 647px;
	margin-top: 5px;
}
#right{
	float: right;
	width: 150px;
	background-image: url(../img/right_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#right a{
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 50px;
}
#right .head{
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	margin-right: 19px;
	margin-left: 17px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #4E4E4E;
}
#right .foot{
	background-image: url(../img/right_foot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 150px;
}
#footer{
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 980px;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
}
#footer a{
	color: #B5FFB3;
	text-decoration: none;
}

.block{
	padding: 10px;
	margin-bottom: 20px;
}
.block .title{
	font-size: 24px;
	line-height: 44px;
	color: #666666;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.block p{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}
#banners{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banners p{
	margin-top: 0px;
	margin-bottom: 3px;
}







#header h1{
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-top:15px;
	}
#lang a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a{
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../img/menu_a.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#menu a:hover,#menu .active{
	color: #0099FF;
}
#banners{
	text-align: center;
}







.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


