body {
	background:url(images/fon.jpg);
	margin:auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.cleaner { clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

.cleaner2 { clear: both;
	width: 100%;
	height: 200px;
	font-size: 0px;
}

.fl { float: left; }
.fr { float: right }

#top {
	position:relative;
	z-index: -100;
	width:100%;
	height:200px;
	background:url(images/top_bg.jpg) repeat-x top;
}

#bottom {
	position:relative;
	z-index: -100;
	width:100%;
	height:200px;
	margin-top: -200px;
	background:url(images/bottom_bg.jpg) repeat-x top;
}

#top_menu {
	width:980px;
	margin: 0 auto;
	padding: 15px;
}

ul.menu {
	list-style-type:none;
	display:block;
	width: auto;
	height:18px;
	margin:auto;
	padding:0;
}

ul.menu li {
	display:inline;
}

a.nav {
	display:block;
	float:left;
	padding:4px 11px 0 26px;
	margin:0;
	width: auto;
	height:18px;
	text-align:center;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	background:url(images/bt_bg.jpg) no-repeat left;
}

a.nav:hover {
	display:block;
	float:left;
	padding:4px 11px 0 26px;
	margin:0;
	width: auto;
	height:18px;
	text-align:center;
	line-height:18px;
	text-decoration:none; 
	color:#fff;
	background:url(images/bt_bg_a.jpg) no-repeat left;
}

img.logo{
	padding-left: 10px;
}

#banner {
	width:980px;
	height:130px;
	background:url(images/logo.jpg) no-repeat right;
}

#content {
	height: auto 100%;
	width:980px;
	min-height: 20px;
	margin: 0 auto;
	background-color:#fcfce4;
	border:8px #fff solid;
}

#page {
	margin-top: -200px;
}

#content h2 {
	font-size:16px;
	padding: 20px 20px 0 20px;
	color:#ff0000;
}

#content h6 {
	font-size:16px;
	color:#ff0000;
}

#page_blok h6 {
	float:left;
	width:304px;
	margin: 15px 20px 5px 0px;
}

#content p {
	margin: 0 20px 10px 20px;
	text-align:justify;
}

#page_blok {
	float:left;
	width:304px;
	margin-left: 17px;
}

#page_blok1 {
	float:left;
	width:608px;
	margin-left: 17px;
}

#page_blok3 {
	float:left;
	width:304px;
	margin-left: 0px;
}


#page_blok img {
	border:0;
}

#page_blok a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#page_blok a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-size: 12px;
}

#page_blok p {
	padding: 0px 0 0 0;
	text-align:justify;
	color:#000;
	font-size:12px;
}

#page_blok h2 {
	font-size:16px;
	margin: 0 0 0 5px;
	color:#fcfce4;
}




#rotator img { 

		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-bottom-left-radius: 40px;
		-webkit-border-bottom-right-radius: 40px;
		border-radius: 10px 10px 10px 10px;


}



#footer {
	margin: 0 auto;
	width:980px;
	height:28px;
	font-size:12px;
	padding-top: 16px;
	text-align:center;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}










