*{
	margin: 0px;
	padding: 0px;
	float: none;
}

/*header*/
#h_all{
	position: relative;
	height: 202px;
	max-width: 1200px;
	background-image: url('../images/headrubber.jpg');
	background-repeat: repeat-x;
}

#h_left{
	width: 790px;
	float: left;
	margin: 0px;
	padding: 0px;	
}
#h_top{
	margin: 0px;
	padding: 0px;	
}
#h_logo{
	margin: 0px;
}

#h_menu{
	padding: 23px 0px 0px 0px;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
	width: 790px;
	height: 56px;
	text-align: left;
	clear: both;
}



#h_rubber{
	margin: 0px;
	width: auto;
	height: 202px;
	float: left;
}
#h_right{
	position: relative;
	margin: 0;
	float: right;
	background-image: url('../images/labnsearch.jpg');
	background-repeat: no-repeat;
	padding: 0; /*неправильно, разобраться почему*/
	width: 183px;
	height: 202px;
	/clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
/*eo_header*/
/*footer*/
#f_all{
	margin: 0px;
	height: 70px;
	max-width: 1200px;
	background-image: url('../images/footerrubber.jpg');
	background-repeat: repeat-x;
}
#f_left{
	background-image: url('../images/footerleft.jpg');
	background-repeat: no-repeat;
	width: 770px;
	height: 70px;
	text-align: left;
	float: left;
}
#f_right{
	background-image: url('../images/footerright.jpg');
	background-repeat: no-repeat;
	width: 203px;
	height: 70px;
	text-align: center;
	margin: 0px;
	float: right;
}

#r_block a{
text-decoration:none;
}
/*eo_footer*/
/*leftpanel*/
#l_head{
	background-image: url('../images/contlefthead.jpg');
	background-repeat: no-repeat;
	width: 266px;
	height: 36px;

}
#l_block{
	background-image: url('../images/contleftblockrubber.jpg');
	background-repeat: repeat-y;
	padding: 0px 0px 20px 30px;
}

#l_block a{
text-decoration:none;
}

#l_bottom{
	background-image: url('../images/contleftblockend.jpg');
	background-repeat: no-repeat;
}
/*eo_leftpanel*/
/*maintpanel*/
#m_head{
	background-image: url('../images/contrubberhead.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 36px;
}
#m_headleft{
	background-image: url('../images/contmainhead.jpg');
	background-repeat: no-repeat;
	width: 362px;
	height: 36px;
	margin: 0px;
	float: left;
	padding: 20px 10px 10px 15px;
}
#m_mainfield{
	width: auto;

	padding: 10px 10px 20px 20px;
}
/*eo_mainpanel*/
/*rightpanel*/
#r_head{
	background-image: url('../images/contrighthead.jpg');
	background-repeat: no-repeat;
	width: 203px;
	height: 36px;
}
#r_block{
	margin: -6px 10px 20px 20px;
}
#r_google{
	margin: 0px 0px 0px 7px;
}
/*eo_rightanel*/


#head{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 202px;
	width: 100% auto; 
	text-align: center;
}
#site{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/mainright.jpg');
	background-repeat: repeat-y;
	background-position: right bottom;
	background-color: #FFFFFF;
}

#content
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
	overflow: hidden;
	top: 202px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-image: url('../images/mainleft.jpg');
	background-repeat: repeat-y;
}


#outer1
{
	width: 100%;
	margin-right: -203px;
	float: left;
	padding: 0;
}

#outer2
{
	margin-right: 203px;
	padding: 0;

}

#outer3
{
	width: 100%;
	margin-left: -266px;
	float: right;
	padding: 0px;
}

#main
{
	margin-right: 0px;
	margin-left: 266px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;

	
}

#left
{
	width: 266px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/clear: both;
}

#right
{
	width: 203px;
	float: right;
	margin-top: 0px;
}

#footer
{
	color: #383838;
/*	width: 80% auto; */
	height: 35px;
	position: relative;
	margin-top: 180px;
	text-align: center;
	font-size: 9px;
}

* html #footer
{
	bottom: -1px;
}







.bottomblock{
	text-align: right;
}

.newsbrief{
	font-size: 10px;
	text-align: left;
	margin: 0px 25px 5px 0px;
}

.artsbrief{
	font-size: 10px;
	text-align: justify;
	margin: 0px 13px 5px 2px;
}



/*MAIN*/
*
{
	margin: 0px auto;
	padding: 0px;
}

* html body
{
	height: 100%;
}

html
{
	background: #FCFCFC;
	height: 100%;
}

body
{
	min-width: 987px;
	min-height: 100%;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
}

a{
	color: #030303;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #ff6060;
}

b{
	color: #002040;
	text-decoration: bold;
}
strong{
	color: #505050;
	text-decoration: bolder;
}


p{
	margin: 5px 0px  8px  0px;
	text-indent: 21px;
	line-height: 150%;
	text-align: justify;
}

hr{
	margin: 0px;
	color: #000000;
}
img{
	margin: 0px;
	border: none;
}

ul{
	margin-left: 14px;
	margin-bottom: 21px;	
}
li{
	margin-bottom: 8px;
	text-align: justify;
}	

table{
	border-collapse: collapse;
	margin-top: 0px;
}
th{
	text-align: left;
}
h1{
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: left;
	color: #000000;
}

h2{
	font-family: Helvetica, sans-serif, Verdana, Arial ;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
	color: #303030;
}


h3{
	font-family: Arial, Helvetica, sans-serif, Verdana ;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	color: #4040408;
}

h4{
	color: #669966;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px  0px 0px;
	margin: 10px 15px  5px  0px;
	clear: both;
	text-decoration: none;
}

h5{
	background: #484848;
	color: #e8e8ea;
	font-family: Helvetica, sans-serif, Verdana, Arial ;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding: 2px 20px  2px 6px;
	margin: 0px 0px  8px  0px;
	clear: both;
}


/*MAIN END*/
