@charset "windows-1251";
* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #190000;
	background-image: url(../images/bgg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#container {                                                     /* это абсолютное позиционирование по центру для всего содержимого*/
	width: 898px;
	left: 50%;
	position: absolute;
	margin-left: -449px;
	background-image: url(../images/bgg_container.jpg);
	background-repeat: repeat-x;
}
#roof {					/*шапка с крышами*/
	background-image: url(../images/roof.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 898px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#topmenu {
	height: 206px;
	width: 898px;
	position: absolute;
	left: 0px;
	top: 139px;
	background-image: url(../images/menu_bgg.jpg);
	background-repeat: no-repeat;
}
#topmenu a.left {
	color: #f9f8f7;
	text-decoration: none;
	background-image: url(../images/button_l_link.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 42px;
	width: 308px;
	line-height: 42px;
	text-align: right;
}
#topmenu a.left:hover {
	background-image: url(../images/button_l_hover.jpg);
	background-repeat: no-repeat;
}
#topmenu a.right {
	color: #F9F8F7;
	text-decoration: none;
	background-image: url(../images/button_r_link.jpg);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	height: 42px;
	width: 292px;
	line-height: 42px;
	text-align: left;
}
#topmenu a.right:hover {
	background-image: url(../images/button_r_hover.jpg);
	background-repeat: no-repeat;
}
#picmenu {
	background-image: url(../images/picmenu_bgg.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 898px;
	position: absolute;
	left: 0px;
	top: 345px;
}
#picmenu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	height: 18px;
	width: 197px;
	padding-left: 2px;
	top: 69px;
}
#picmenu a#label1 {
	left: 42px;
}
#picmenu a#label1:hover {
	background-image:url(../images/label1.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#picmenu a#label2 {
	left: 248px;
}
#picmenu a#label2:hover {
	background-image:url(../images/label2.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#picmenu a#label3 {
	left: 453px;
}
#picmenu a#label3:hover {
	background-image:url(../images/label3.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#picmenu a#label4 {
	left: 658px;
}
#picmenu a#label4:hover {
	background-image:url(../images/label4.jpg);
	background-repeat:no-repeat;
	color:#000000;
}

#picmenu img {
	position: absolute;
	top: 0px;
}
#content {
	background-image: url(../images/bgg_content.jpg);
	background-repeat: repeat-x;
	width: 591px;
	position: absolute;
	left: 42px;
	top: 481px;
	background-color: #1d0606;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
	text-align: justify;
}
#rcol {
	background-image: url(../images/bgg_content.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 197px;
	left: 658px;
	top: 481px;
	background-color: #1d0606;
	height: 509px;
	text-align: justify;
}
h1 {
	font-weight: bold;
	color: #e3d977;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 17px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #e3d977;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#content p {
	margin-bottom: 8px;
}

div.rss_news {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#container #content a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.links {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.art {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
	}
	
a:hover {
	color: #FF0000;
	}
