﻿body {
	background: #fff url('img/bg.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: #31649e;
	text-decoration: none;
}
#main {
	width: 754px;
	margin: auto;
	background: transparent url('img/bg2.png') no-repeat;
	min-height: 625px;
}
#header {
	background: transparent url('img/logo.png') no-repeat;
	width: 754px;
	height: 120px;
	color: #fff;
}
#header ul {
	list-style: none;
	padding: 40px 60px 0 0;
	margin: 0px;
	float: right;
}
#header li {
	float: left;
	margin: 5px;
	font-size: 12px;
}
#header li:hover #list {
	display: block;
}
#header li:hover {
	background: transparent url(img/but.png) no-repeat;
	color: #343434;
}
#header li:hover .list_text a {
	color: #343434;
}
.list_text {
	width: 74px;
	height: 21px;
	padding: 5px 0 0 0;
	text-align: center;
}
.list_text a {
	color: #fff;
	text-decoration: none;
}
.list {
	background: #fff;
	padding: 10px;
	float: left;
	width: 200px;
	border-left: 1px #31659e solid;
	border-right: 1px #31659e solid;
	font-size: 11px;
	text-align: left;
}
#list {
	position: absolute;
	display: none;
	width: 222px;
	z-index: 3;
}
.icon {
	float: left;
}
.bot {
	background: url(img/bot.png);
	width: 222px;
	height: 8px;
	float: left;
}
.mark {
	padding: 3px 3px 6px 3px;
	border-bottom: 1px #b7cce2 solid;	
}
.mark a {
	color: #7793b1;
	text-decoration: none;
	padding: 0 0 0 10px;
}
.mark a:hover {
	color: #4273aa;
	text-decoration: none;
}
#change {
	position: absolute;
	z-index: 2;
	margin: 300px 0 0 580px;
}
#change a {
	padding: 10px 27px 10px 10px;
	float: left;
}
#po {
	background: url(img/po2.png);
	width: 41px;
	height: 33px;
	float: left;
}
#pow {
	background: url(img/pow2.png);
	width: 41px;
	height: 33px;
	float: left;
}
#art {
	background: transparent url('img/art.png') no-repeat center;
	background-position: 0 -4px;
	height: 371px;
	width: 705px;
}
.art {
	margin: 10px 40px 0 40px;
}
.art_txt {
	float: left;
	padding: 0 60px 0 50px;
	width: 520px;
}
#planai {
	padding: 0 13px;
	position: absolute;
}
#win {
	background: #fff url('img/win_bg.png') repeat-y;
	width: 219px;
	float: left;
	margin: 20px 0 0 12px;
}
#win_top {
	float: left;
	background: url('img/win-top.png') no-repeat top;
	padding: 15px 0 0 20px;
	height: 35px;
	width: 199px;
	font-size: 14px;
	font-weight: 100;
	border-bottom: 1px #7b93ad solid;
}
#win_bottom {
	float: left;
	background: url('img/win-bottom.png') no-repeat bottom;
	width: 219px;
}
#win_con {
	padding: 10px 20px 10px 20px;
	float: left;
}
#win_con a {
	font-weight: 600;
}
#win_con ul {
	padding: 0 0 0 17px;
	margin: 5px 0 0 0;
}
#copyright {
	background: #fff url('img/bg2.gif') repeat-x bottom;
	height: 70px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}