body {
	margin:0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size:15px;
	line-height:1.5em;
}
.wrapper {
    position:relative;
	width:1219px;
	margin:auto;
}
.header {
	height:479px;
	position:relative;
	background-image:url(../img/top_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:15px;
}
.header .logo {
    position:absolute;
    left:150px;
    top:42px;
}
.header .sub {
    position:absolute;
    top:15px;
    right:180px;
}
.header .sub img {
    margin-left:20px;
}
.header nav {
	position:absolute;
	right:140px;
}
.header nav ul {
	margin:0;
	padding-top:55px;
}
.header nav li {
	float:left;
	list-style:none;
	padding:10px;
	width:130px;
	text-align:center;
	border-left:1px solid #ccc;
	font-weight:bold;
	font-size:17px;
}
.header nav li:last-child {
	border-right:1px solid #ccc;
}
.header nav a {
	color:#231815;
	text-decoration:none;
}
.header nav a:hover {
	text-decoration:underline;
}

.container {
	width:970px;
	margin:auto;
}

.side {
	width:0px;
	float:left;
}
.main {
	margin-left:30px;
	padding-top:12px;
}
.side .btn {
	margin-top:10px;
}
.btn a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.main .topics {
	float:left;
	width:700px;
	font-size:14px;
	line-height:1.5em;
}

.pic_top {
	margin-left:0px;
}

.footer {
	height:231px;
	margin:auto;
	background-image:url(../img/footer.jpg);
}

.footer .address {
	width:370px;
	float:left;
    padding-top:17px;
    font-size:14px;
    background-image:url(../img/footer_logo.png);
    background-repeat:no-repeat;
    background-position:0px 16px;
    padding-right:60px;
}
.footer .sitemap {
	margin-left:330px;
	padding-top:30px;
}
.footer .sitemap .item {
	float:left;
}
.footer .sitemap .item .title {
	max-width:100px;
	padding-right:20px;
	margin-right:20px;
	margin-bottom:12px;
	/*background-image:url(../img/footer_arrow.png);*/
	border-right:1px solid #999;
	background-repeat:no-repeat;
	background-position: right;
	font-weight:bold;
	font-size:14px;
}
.footer .sitemap .item:last-child .title {
	border-right:0;
}
.footer .sitemap a {
	font-size:13px;
	line-height:1.5em;
	color:#000;
	text-decoration:none;
}
.footer .sitemap a:hover {
    text-decoration:underline;
}
.footer small {
    display:block;
    text-align:center;
    margin-top:20px;
}

.main h1 {
	font-size:24px;
	color:#6f97c0;
	border-left:9px solid #6f97c0;
	border-bottom:2px solid #6f97c0;
	padding-left:10px;
	margin-top:40px;
}
.main h1:first-child {
	margin-top:0;
}
.main h2 {
	border-left: 7px solid #6f97c0;
	padding-left:7px;
	line-height:1em;
}
p.caption {
	margin:0;
}

.pagetop {
	text-align:right;
	margin:10px;
}