﻿<style type="text/css">
html {
    padding:0;
	position:relative;
    height: 100%;
    margin-bottom: 1px;
}
body {
    position:relative;
	margin: 0px 0px 0px 0px;
    width: 100%;
	display: table;   
    background:url(../images/bg_page.jpg) top repeat-x #101415; 	
}
body, td{
	font-size: 16px;
	color: #333;
	line-height: 1.3em;
}
div{
    display: block;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
input.button { cursor: pointer; }
p { margin-top: 0; margin-bottom: 5px; }
img { border: 0 none; margin:0px; }
#page_bg {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}
div#top_menu{
	height:55px;
	margin:0px auto;
	width: 980px;
}
#topnav{ background:url(../images/menu_t.jpg) top repeat-x #101415; height: 55px; width:980px; margin: 0px; padding:0px; font-weight: bold; }
#topnav ul { margin: 0px 0px 0px 11px; padding: 0; width: auto; float: left; list-style-type:none; }
#topnav ul li{ list-style:none;
				display:block;
				float:left;
				line-height:51px;
				border:solid #636363;
				border-width:0 2px 0 2px;				
				background:url(../images/menu_005_bg.jpg) repeat-x;
				height:51px;
				margin:0 1px 0 0;	
 }
#topnav ul li a{	 display:block;
					float:left;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 25px;
					height:51px;
			}
#topnav ul li a:hover{ color:#fff;background:url(../images/menu_005_h.jpg) repeat-x; }
#topnav ul li a.current{
					display:block;
					float:left;
					background:url(../images/menu_005_h.jpg) repeat-x;					
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 25px;	
				}
					#topnav ul li a:hover.current{
						color:#fff;
					}
	#container {
	 margin-top: 55px;
	 width: 960px; /* Ширина слоя */
     margin-right: auto; /* Отступ справа */
     margin-left: 10px; /* Отступ слева */
     padding: 20px 15px 15px;
     clear: both;	 
	 background: #FFFFFF
	}
	h1 {
text-align: center;
margin: 0 0 0.6em;
font: 1.6em Georgia,Times,serif;
}
p, .ref td p {
text-align: left;
padding-left: 5px;
margin: 0.3em 0 0.7em 0;
}
    #header{
                 font-size: 2em;
                 text-align: center; 
                 padding: 5px; 
                 color: #ffe;	
                 line-height:83px;
				 background:url(../images/logo1.jpg) no-repeat;
		    }	
			#header1{
				 background:url(../images/logo.jpg) repeat-x #001934;
		    }
			#sidebar{
			     display: block;
				 float: left;
				 width: 240px;
				 margin-top: 0px;
                 margin-right: 0px;
                 margin-bottom: 30px;
				 color: #3333
            }		
			 h2{  
			      display: block;
				  font-size: 13pt;
			      background: url(../images/head-block.png)  0 -140px no-repeat;
				  color: white;
				  text-align: left;
				  font-family: Georgia, Times, serif;
                  padding-top: 5px;
                  padding-right: 7px;
                  padding-bottom: 5px;
                  padding-left: 7px;
				  margin-bottom: 0px;
			 }
			 .border{
			     min-height:300px;
			     border: 1px solid #E6E6E6;
				 -webkit-border-radius: 0 0 6px 6px;
				 border-radius: 0 0 6px 6px;
			 }
			 .conten{min-height:300px;
			     background-color: #F7F7F7;
                 padding: 7px;
                 border: 1px solid white;
                 border-top: none;
				 -webkit-border-radius: 0 0 6px 6px;
                 border-radius: 0 0 6px 6px;
                 font-size: 0.92em;
			 }
			 .block ul{
			     margin: auto;
			 }
			 #footer {
			     font-size: 0.7em;
                 text-align: left; 
                 padding: 30px 20px 10px; 
                 color: #ffe;   
                 clear: left; 
			}
			 #content {
               padding: 0 20px 0 10px;
               overflow: auto; /* Добавление полосы прокрутки */ 
    }
	h3{
	 text-align:center;
	}
	h4{
	 text-align:left;
	}
	 .leftimg {
    float:left; 
    margin: 7px 7px 7px 0;
   }
    </style>