html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #CCCCCC;
	background: url('../images/bg.jpg') repeat-x top;
	background-color: #83062c;
}
#container {
	position: absolute;
	width: 990px;
	margin: 0 0 0 -445px;
	left: 50%;
}
#left {
	float: left;
	width: 240px;
	margin: 0;
	padding: 100px 0 0 52px;
}
#left img {
	border: 0;
}
#left #news {
	width: 234px;
	margin: 23px 0 0 0;
	padding: 0;
}
#left #news #head{
	width: 234px;
	background: url('../images/news_header.jpg') no-repeat top;
	height: 17px;
}
#left #news #foot{
	width: 234px;
	background: url('../images/news_footer.jpg') no-repeat top;
	height: 17px;
}
#left #news #content{
	color: #ffffff;
	width: 189px;
	padding: 0 25px 0 20px;
	margin: 0 0 0 0;
	background: url('../images/news_content.jpg') repeat-y top;
}
#left #leftmenu {
	width: 234px;
	margin: 10px 0 0 0;
	padding: 0;
}
#left #leftmenu #head{
	width: 234px;
	background: url('../images/leftmenu_header.jpg') no-repeat top;
	height: 17px;
}
#left #leftmenu #foot{
	width: 234px;
	background: url('../images/leftmenu_footer.jpg') no-repeat top;
	height: 17px;
}
#left #leftmenu #content{
	color: #ffffff;
	width: 189px;
	padding: 0 25px 0 20px;
	background: url('../images/leftmenu_content.jpg') repeat-y top;
}
#left #leftmenu #content a{
	display: block;
	height: 25px;
	color: #1c1c1c;
	text-decoration: none;
}
#left #leftmenu #content a:hover{
	color: #ffffff;
}
#right {
	float: left;
	width: 698px;
	background: url('../images/left_top.jpg') no-repeat top;
}
#right #top_menu {
	height: 43px;
	margin-left: 20px;
	padding: 40px 0 0 0;
}
#right #top_menu ul {
	margin: 0;
	padding: 0;
}
#right #top_menu ul li{
	float: left;
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
}
#right #top_menu ul li ul {
	position: absolute;
	padding: 10px;
	margin: 0;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	z-index: 100;
}
#right #top_menu ul li ul li{
	float: none;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
#right #top_menu ul li a{
	color: #182a92;
	text-decoration: none;
}
#right #top_menu ul li a:hover{
	color: #83062c;
}
#right #top_menu ul li ul li a{
	color: #1c1c1c;
	text-decoration: none;
}
#right #top_menu ul li ul li a:hover{
	color: #83062c;
}
#right #big {
	width: 667px;
	margin: 11px 0 0 0;
	padding: 0;
}
#right #big #head{
	width: 667px;
	background: url('../images/big_top.jpg') no-repeat top;
	height: 9px;
	padding: 0;
	margin: 0 0 0 0;
}
#right #big #big_bg {
	width: 655px; 
	height: 302px; 
	background: #ffffff;
	padding: 0;
	margin: 0;
}
#right #big #foot{
	width: 668px;
	background: url('../images/big_footer.jpg') no-repeat top;
	height: 16px;
	padding: 0;
	margin: 0 0 0 0;
}
#right #big #big_content{
	color: #ffffff;
	width: 640px;
	padding: 0 18px 0 9px;
	background: url('../images/big_content.jpg') no-repeat top;
	overflow: hidden;
	margin: 0;
}
#right #big #content a{
	display: block;
	height: 25px;
	color: #1c1c1c;
	text-decoration: none;
}
#right #big #content a:hover{
	color: #ffffff;
}
#right #content {
	width: 453px;
	background: url('../images/content_bg.jpg') no-repeat top;
	padding: 0 15px 0 200px;
	margin: 0;
	text-align: justify;
}
#right #content h1{
	font-size: 14px;
	padding: 5px 0 5px 0;
	margin: 0;
}
#right #big #main_content{
	color: #1c1c1c;
	width: 640px;
	padding: 0 18px 0 9px;
	background: url('../images/big_content.jpg') repeat-y top;
}
#right #big #main_content h1{
	color: #83062c;
	padding: 0 0 5px 0;
	font-size: 14px;
	margin: 0;
}
#right #big #main_content h2{
	color: #83062c;
	padding: 0 0 3px 0;
	font-size: 13px;
	margin: 0;
	font-weight: normal;
}
#right #big #main_content h3{
	color: #83062c;
	padding: 0 0 3px 0;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
}
#right #big #main_content .ref {
	width: 600px;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
}
#right #big #main_content .ref .kep{
	width: 160px;
	float: left;
}
#right #big #main_content .ref .text{
	width: 440px;
	float: left;
}
#right #big #main_content a{
	color: #182A92;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#right #content #f_contact {
	text-align: center;
	padding: 50px 0 50px 0;
}
#right #content #f_contact a{
	color: #1c1c1c;
	text-decoration: none;
}

