﻿body {
	padding: 0; margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#333333;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
    page-break-after:always;
	
	
}

#content{
	width:800px;
	margin: 0 auto 0 auto;
 	overflow:hidden;
	text-align:left;
	background-image:url('../images/dark_paint.png');
	padding:0 10px 0 0;
	background-repeat:repeat-y;
}

#top{
	width:810px;
	height:50px;
	margin: 0 auto 0 auto;
	padding:0 10px 15px 0;
	text-align:left;
}

#top img{

	padding:0 0 0 0;
	margin:20px 0 0 0;
	border-style:none;
	float:left;
}

#top p{
	margin:40px 0 0 0;
	float:right;
	font-size:14px;
	color:#333333;
	font-weight:bolder;
}

#topMenuBar{
	width:660px;
	height:35px;  /*height:35px;*/
	margin: 0 auto 0 auto;
	padding:0 70px 0 70px;
	text-align:center;
	background-image:url('../images/top_menu_bar_background.jpg');
}

#topMenuBar p{
	width:110px;
	float:left;
	text-align:center;
	height:22px; /* height:24px */
	margin:5px 0 0 0;
	padding:3px 0 0 0;
	font-size:14px;
	color:#CCCCCC;
}

#topMenuBar a:link{
	text-decoration:none;
	color:#CCCCCC;

}

#topMenuBar a:visited{
	text-decoration:none;
	color:#CCCCCC;
}


#header{
	width:810px;
	height:235px;
	/*background-image:url('../images/header.jpg');*/
	margin: 0 auto 0 auto;
	text-align:left;
}


#panelLeft{
	width:200px;	/* width:200px;*/    
	float:left;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	background-color:#E0E0E0;	   
}

#panelLeft p{
	margin:0 0 0 0;
	padding:3px 0 5px 15px;
	color:#333333;
	font-weight:bolder;
	border-bottom:1px white solid;
	text-align:left;
    font-size:11px;
}

#panelLeft a:link, a:visited{
	color:#333333;
	text-decoration:none;

}

#panelLeft a:hover{
	color:#FF3300;
}

#panleRight{
	width:550px; /* width:600px;*/
	margin:0 0 0 0;
	padding: 10px 20px 0 30px;
	float:right;
	overflow:visible;
}

#panleRight h1{
	font-size:14px;
	font-weight:bolder;
	color:#C20900;
	padding:0 0 0 0;
    text-transform:uppercase;
}

#panleRight p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#panleRight ul{
	margin:0 0 0 40px;
	padding:0 0 0 0;
	list-style:square;
}

#panleRight2{
	width:550px; /* width:600px;*/
	margin:0 0 0 0;
	padding: 10px 20px 0 30px;
	float:right;
}

#panleRight2 h1{
	font-size:14px;
	font-weight:bolder;
	color:#C20900;
	padding:0 0 0 0;
    text-transform:uppercase;
}

#panleRight2 p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#panleRight2 ul{
	margin:0 0 0 15px;
	padding:0 0 0 0;
	list-style:square;
    font-size:10px;
}




#foot{
	width:770px;
	height:35px; /*height:24px;*/
	margin: 0 auto 0 auto;
	padding:0 25px 0 15px;
	text-align:center;
	background-image:url('../images/belka_paint.png');
	color:white;

}

#foot p{
	width:250px;
	float:left;
	height:19px; /* height:24px */
	margin:0 0 0 0;
	padding:5px 0 0 0;
	font-size:12px;
}

#foot a:link{
	text-decoration:none;
	color:white;

}

#foot a:visited{
	text-decoration:none;
	color:white;
}


p.footCopyright{
	text-align:left;
}

p.workmanship{
	text-align:right;
}

a.link_atesty:link, a.link_atesty:visited
	{
	text-decoration:none;
	color:#000000;
	}






