/* CSS Document */

* {
    margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
	font-family: tahoma, times new roman, arial;
	font-size: 12px;
	background: url(../graph/main_bg_body.jpg) #002142 no-repeat 50% 50%;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

a img {
	border: 0;
}

.content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
	width: 999px;
	color: #fff;
}

.logo {
	background: url(../graph/main_logo.png) no-repeat;
	width: 999px;
	height: 161px;
}

.star {
	background: url(../graph/main_star.png) no-repeat;
	width: 300px;
	height: 161px;
	position: absolute;
	margin-left: 321px; 
}

.line {
	width: 999px;
	height: 20px;
	position: absolute;
	margin-top: 115px;
	text-align: center;
}

.left_block {
	width: 250px;
	float: left;
	padding: 0 0 0 55px;
	text-align: center;
}

.left_block p {
	text-align: justify;
	font-size: 11px;
	line-height: 20px;
}

.left_block a {
	text-decoration: none;
	color: #d8b703;
}

.left_block a:hover {
	font-weight: 600;
}

.middle_block {
	width: 250px;
	float: left;
	padding: 0 0 0 70px;
	text-align: center;
}

.middle_block p {
	text-align: justify;
	font-size: 11px;
	line-height: 20px;
}

.middle_block a {
	text-decoration: none;
	color: #d8b703;
}

.middle_block a:hover {
	font-weight: 600;
}

.right_block {
	width: 250px;
	float: right;
	text-align: center;
	padding: 0 55px 0 0;
}

.right_block p {
	text-align: justify;
	font-size: 11px;
	line-height: 20px;
}

.right_block a {
	text-decoration: none;
	color: #d8b703;
}

.right_block a:hover {
	font-weight: 600;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h1 a {
	color: #ffffff !important;
}

h1 a:hover {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: bold !important;
}

.bottom_menu {
	padding-top: 25px;
}

.left_menu {
	padding-left: 55px;
	float: left;
}

.menu_top {
	background: url(../graph/main_menu_top.png) no-repeat;
	width: 250px;
	height: 123px;
	position: relative;
	font-size: 0;
}

.menu_middle {
	background: url(../graph/main_menu_middle.png) repeat-y;
	width: 250px;
}

.menu_bottom {
	background: url(../graph/main_menu_bottom.png) no-repeat;
	width: 250px;
	height: 9px;
}

.menu_text {
	position: relative;
	width: 220px;
	margin: -115px auto 0;
}

.menu_text ul {
	list-style: none;
}

.menu_text ul li {
	height: 18px;
}

.menu_text ul li a {
	text-decoration: none;
	color: #fff;
}

.menu_text ul li a:hover {
	font-weight: 600;
}

.middle_menu {
	float: left;
	padding: 0 0 0 70px;
}

.right_menu {
	float: right;
	padding: 0 55px 0 0;
}

.footer, .push {
    height: 20px;
	width: 999px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.partners {
	font-size: 10px;
	text-align: center;
	color: #888888;
	padding: 10px;
    	height: 20px;
}

.partners a {
	text-decoration: none;
	color: #d8b703;
}

.partners a:hover {
	font-weight: 600;
}

.magazine_anc {padding:20px; width:350px; text-align: justify; color: #ffffff; font-size:10px;}
