body {
	background:url(../img/bg.jpg);
	padding-top:20px;
}
.container {
	background:url(../img/top.gif) no-repeat;
	width:900px;
	min-height:700px;
	margin:auto;
}
.top_menu {
	position:relative;
	position:relative; z-index:100;
}
.top_menu ul {
	
}
.top_menu ul ul {}
.top_menu ul li {
	background:url(../img/line_menu.gif) no-repeat right top;
	
}
.top_menu ul li li { }
.top_menu ul li a {
	font-size:13px;
	color:#b20808;
}
.top_menu ul li a:hover {
	color:#1158ac;
}
.top_menu .icons {
	background:url(../img/bg_icons.png);
	width:122px;
	height:26px;
	padding-top:10px;
	position:absolute;
	right:8px;
	top:8px;
	text-align:center;
}
.top_menu .icons a {
	padding:0 10px;
}
.header {
	background:url(../img/img_top.jpg);
	height:245px;
	position:relative;
}
.header .logo {
	position:absolute;
	left:30px;
	top:50px;
}
.content {
	background:#e9e9e9;
	min-height:500px;
	border-bottom:1px solid #a3a3a3;
	padding-top:15px;
	overflow:hidden;
}
.content .left {
	width:590px;
	float:left;
}
.content .left .text {
	padding-left:70px;
	font-size:13px;
	color:#605d5d;
}
.content .left .text p {
	padding-bottom:15px;
}
.content .left .text h1 {
	font-size:20px;
	color: #3b3b3b;
	font-family: Tahoma;
	font-weight:normal;
	background:url(../img/line.gif) repeat-x bottom;
	padding-bottom:5px;
	margin-bottom:15px;
}
.content .left .text h2 {
	font-size:18px;
	color: #3b3b3b;
	font-family: Tahoma;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:5px;
}
.content .left a {
	font-size:13px;
	color:#831b1b;
	
}
.content .right {
	float:right;
	width:273px;
}
.footer {
	background:#e4e4e4;
	border-top:1px solid #fff;
	padding:15px;
	padding-left:70px;
	height: 100%;
}
.content .right .menu {
	background:#fff url(../img/right_menu_bg.jpg) repeat-y left top;
}
.content .right .menu .t {
	background: url(../img/right_menu_top.jpg) no-repeat top;
}
.content .right .menu .b {
	background:url(../img/right_menu_bottom.jpg) no-repeat bottom;
	padding:15px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:0px;
}
.content .right ul {
	border:1px solid #dcdcdc;
	padding:0px;
	font-size:13px;
}
.content .right ul li {
	list-style:none;
	border-bottom:1px solid #dcdcdc;
	padding:10px;
	padding-left:20px;
	margin-bottom:-1px;
	display:block;
}
.content .right ul li a {
	background:url(../img/pic_menu.gif) no-repeat left 3px;
	padding-left:20px;
	font-weight:bold;
	display:block;
}
.footer .left {
	float: left;
	width:500px;
	font-size:11px;
	color:#605d5d;
}
.footer .left a {
	font-size:11px;
	color:#605d5d;
	text-decoration:none;
}
.footer .right {
	width:300px;
	float:right;
	text-align:right;
	font-size:11px;
	color:#605d5d;
}
.footer .right img {
	padding:0 2px;
}
.footer .right a {
	font-size:11px;
	color:#605d5d;
	text-decoration:none;
}

.input { border:1px solid #a3a3a3; padding:2px;}
.submit { background:#bebebe; font-size:12px; color:#03598f; border:none;padding:3px 10px;}
.right_block { padding-left:25px; font-size:12px;}

