@charset "utf-8";
body, table, ul {padding: 0px; margin: 0px;}
body { font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, Verdana, sans-serif; font-size: 13px; color: #000;}
img, table, td { border:none; }
a {color: #000;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; color: #000;}

body {
	background: #6097f0;
	line-height: 150%;
	text-align: justify;
}

h1 {
	color: #0066a6;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

.wrap_big {
	float: left;
	width: 100%;
	background-image: url('../img/bg_wrap_big.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.wrap_big_2 {
	float: left;
	width: 100%;
	background-image: url('../img/bg_body.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 100px;
}

.wrap {
	width: 843px;
	margin: auto;
	padding-top: 60px;
}

.content_top {
	width: 100%;
	float: left;
	height: 11px;
	background-image: url('../img/bg_content_top.png');
	background-repeat: no-repeat;
	line-height: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}

.content_bottom {
	width: 100%;
	float: left;
	height: 11px;
	background-image: url('../img/bg_content_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}

.content {
	width: 100%;
	float: left;
	min-height: 508px;
	_height: 508px;
	background: #fff;
}

.top {
	width: 803px;
	padding: 0 20px 15px 20px;
	float: left;
	height: 60px;
}

.top li {
	list-style: none;
	float: right;
}

.menu {
	float: right;
	padding: 45px 8px 0 0;
	width: 560px;
	text-align: right;
}

.menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

.menu a {
	text-decoration: none;
	color: #0066a6;
	float: right;
	display: block;
	padding: 0 0px 0 15px;
}

.menu li {
	list-style: none;
	float: right;
	display: block;
	width: 70px;
}

.menu a:hover {
	text-decoration: underline;
}

.inner {
	float: left;
	padding: 0 20px 20px 20px;;
	width: 803px;
}

.left_column {
	width: 180px;
	float:  left;
	padding-right: 15px;
	padding-top: 20px;
	text-align: left;
}

.right_column {
	width: 598px;
	float:  left;
	padding-top: 20px;
}

.copyright {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
}

.copyright a {
	color: #fff;
}
