body,html {
margin:0;
padding:0;

background: white;
color:#000;
min-height: 100%;
height: auto;
}
body 
{
	min-width:1000px;
	min-height: 100%;
	height: auto;
}


#wrap 
{
	background: white;
	margin:0 auto;
	width:1000px;
	min-height: 100%;
	height: auto;
}

#header 
{	
	padding-left: 100px;
	background-image: url("/images/header.jpg");
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
	height: 445px;
}

#sub_header
{
	height: 150px;
}

#footer
{
	width: 1000px;
	z-index: 3;
	height: 132px;
	clear: both;
	background-image: url("/images/footer.jpg");
  	background-repeat: no-repeat;
}
/*===================================================================================================*/
#body_content
{
	position: relative;
	float: right;
	color: black;
	width: 720px;
	min-height: 585px;
	height: auto;
	z-index: 1;
	font-size: 18px;
}
/*Левое меню*/
#sidebar 
{
	z-index: 2;
	position: relative;
	float: left;
	width: 250px;
}
.flash_content_header
{
	position: relative; 
	top: 71px; 
	left: 162px;
}
.menu_link
{
	color: black;
	font-size: 20px; 
	font-weight: 600;
}
.menu_link:hover
{
	color: red;
	font-size: 20px; 
	font-weight: 600;
}
.menu_link:active
{
	color: red;
	font-size: 20px; 
	font-weight: 600;
}
/*--------------------------------------------------------*/
.docs_link
{
	color: black;
	font-size: 18px; 
	font-weight: 600;
}
.docs_link:hover
{
	color: red;
	font-size: 18px; 
	font-weight: 600;
}
.docs_link:active
{
	color: red;
	font-size: 18px; 
	font-weight: 600;
}
/*--------------------------------------------------------*/
.left_menu
{
	
}
#docs_place
{
  	
}
.docs_img
{
		background-image: url("/images/fon_menu.png");
	  	background-repeat: no-repeat;
	  	background-position: top left;
	  	height: 30px;
}
#article_place
{
	padding-top: 30px;
}
.news_place
{
	height: 400px; 
	width: 215px; 
	overflow: auto;
}
.new_link
{
	height: 50px;
}
.navigation_links
{
	font-size: 20px;
	color: red;
	font-weight: 600;
}
hr
{
	color: red;
}