@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#424242;
	background-image:url(img/back.jpg);
	background-repeat:repeat;
/*
	width:1200px;
	margin-left:50%;
	left:-600px;
	position:absolute;
*/
	text-align:center;
	min-width:1250px;
}

#outerFrame {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1200px;
}

#header{
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:372px;
}

#puk {
	position: absolute;
	width: 260px;
	height: 120px;
	margin-left: 50%;
	left: -130px; 
	top: 250px;
}

#puk img[usemap], #puk object[usemap], #puk img{
	border: none;
}

#header_menu{
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:72px;
	position: relative;
	top:300px;
}
	#l_column{
		background-image:url(img/left_column.png);
		background-repeat:no-repeat;
		height:72px;
		width:12px;
		position:relative;
		float:left;
		left:-12px;
	}
	
	#r_column{
		background-image:url(img/right_column.png);
		background-repeat: no-repeat;
		height:72px;
		width:11px;
		position:relative;
		float:right;
		left:11px;
	}

#hcontent{
	background-image:url(img/hcontent.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:47px;
	top:472px;
}

table#center, table#center tr, table#center td{
padding: 0px;
margin: 0px 0px 0px 1px;
}

#left_menu{
	width:242px;
	background-image:url(img/back_left_menu.jpg);
	background-repeat:repeat-y;
	vertical-align: top;
}

	#menu_foot{
		background-image:url(img/foot_left_menu.jpg);
		background-repeat: no-repeat;
		width: 242px;
		height: 39px;
		bottom: 0;
	}

#right_block{
	background-image:url(img/back_right_block.jpg);
	background-repeat:repeat-y;
	width: 236px;
	text-align: center;
	vertical-align: top;
	
}

	#right_block_foot{
		background-image:url(img/foot_right_block.jpg);
		background-repeat: no-repeat;
		width: 236px;
		height: 10px;
	}

	#right_block img {
		border: 1px solid #ECC541;
	}
    
    #right_block a{
        color: #FFEABE;
    }

#text {
	background-image:url(img/back_content.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	color: #702F00;
	font-size: 11px;
	vertical-align: top;
	width: 691px;
	padding: 0 15px 15px 15px;
    overflow: hidden;
	min-height:939px;
}
	#text_foot{
	background-image:url(img/foot_content.jpg);
	background-repeat:repeat-y;
	width:721px;
	}
#text p {
	margin: 10px 5px;
}


#contact{
color: white;
font-size: 14px;
font-weight: bold;
margin: 0 10px 10px;
}

#footer {
 background-image:url(img/footer.jpg);
 background-repeat: no-repeat;
 width: 1200px;
 height: 44px;
 clear: both;
 bottom: 0px;
 position: relative;
 margin: 10px 0 0 0;
 padding: 0;
}
	#copy {
		padding-top: 27px;
		font-weight: bold;
        position: absolute;
        left: 10px;
	}
	#l_column_foot{
		background-image:url(img/left_column.png);
		background-repeat:no-repeat;
		height:44px;
		width:12px;
		position:relative;
		float:left;
		left:-12px;
	}
	
	#r_column_foot{
		background-image:url(img/right_column.png);
		background-repeat: no-repeat;
		height:44px;
		width:11px;
		position:relative;
		float:right;
		left:11px;
	}
    #schechik {
        position:absolute;
        right:10px;
        top:26px;
        width:88px;
    }

/* start main menu  */
ul.main_menu_left, ul.main_menu_left li, ul.main_menu_right, ul.main_menu_right li {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 14px;
}

ul.main_menu_left, ul.main_menu_right {
	margin-top: 38px;
}

ul.main_menu_left	{
	margin-top: 38px;
	margin-left: 45px;
	float: left;
}

ul.main_menu_left li, ul.main_menu_right li {
	display: inline;
	margin-left: 25px;
}

ul.main_menu_left a, ul.main_menu_right a{
	text-decoration: none;
}

ul.main_menu_left a:hover, ul.main_menu_right a:hover{
	text-decoration: underline;
	color: #D08900;
}

ul.main_menu_right {
	margin-right: 70px;
	float: right;
}



/* end main menu  */

/* start left menu  */

ul.left_menu{
 color: #FFEABE;
 list-style: square;
 padding:0;
 margin: 0 0 0 23px;
 font-size: 13px;
 line-height: 20px;
}

ul.left_menu a{
 color: #FFEABE;
 text-decoration: none;
}

ul.left_menu a:hover{
 color: #FFEABE;
 text-decoration: underline;
}

ul.left_menu1 {
	font-style: italic;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
	margin-left: 10px;
	list-style: square;
	
}
ul.left_menu1 li a{
 font-weight:normal;
}


ul.left_menu3 { 
	padding: 0px;
	margin-left: 10px;
	list-style: square;
}

.openedmenu {
	font-style: italic !important;
	font-size: 11px !important;
	padding: 0px 0px 0px 0px !important;
	margin-left: 10px !important;
	list-style: square;
	text-decoration: none !important;
	font-weight: normal;
}

/* end left menu  */
a {
	color: #702F00;
	font-weight: bold;
}

a:hover{
color: #D08900;
}

A IMG {
	border:1px solid #702F00;
   }
A:hover IMG {
	border:1px solid #D08900;
   }

h1, h2, h3 {
	font-size: 14px;
	margin: 0;
	text-align: center;
	color: #702F00;
}

hr {
	background-image: url(img/hr.png);
	background-repeat: repeat-x;
	background-color: none;
	height: 6px;
	border: none;
}

#text ul {margin: 0px auto auto 15px; padding: 1em;}

#text table, #text td, #text tr{vertical-align: top; }

.articles {
    font-size: 11px;
    margin: 10px;
}
#text .a_title, .a_anons {
    margin: 5px 0;
    color: white;
    text-align: left;
}
.a_anons {
    text-align: justify;
}

.articles a {
    color: #FFEABE;
}

.h11 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFEABE;
	margin-left: 80px;
	text-decoration:none;
}
.simg {
    display: block;
    text-align: center;
    margin: 3px;    
}

.ca td {
	text-align:center;
}

