body{
	background: url(images/bgimg.jpg);
	background-attachment: fixed; 
	padding-left: 20px;
	padding-top: 5px;
}

table.main{
	background: url(images/table_bg.png);
}

td.side{
	background: url(images/shadow.png);
	background-repeat: repeat-y;
}

td.side_corner1{
	background: url(images/corner1.png);
	_background-repeat: repeat-y;
}

td.side1{
	background: url(images/shadow1.png);
	background-repeat: repeat-x;
}

td.side2{
	background: url(images/shadow2.png);
	background-repeat: repeat-y;
}

td.main_article{
	font: 12px Arial;
	color: white;
	padding: 25px 5px 20px 40px;
}

td.right_articles{
	font: 12px Arial;
	color: white;
	padding: 25px 5px 20px 30px;
}

td.bottom{
	font: 11px Arial;
	color: white;
	padding: 0px 0px 0px 15px;
}

td.bottom1{
	font: 11px Arial;
	color: white;
	padding: 0px 15px 0px 0px;
}

td.bottom1a{
	font: 11px Arial;
	color: white;
	padding: 0px 0px 0px 0px;
}

td.bottom2{
	font: 11px Arial;
	color: white;
	padding: 0px 0px 0px 2px;
}

a.link_logo{
	text-decoration: none;
	cursor: pointer;
}

a.link_logo1{
	text-decoration: none;
	cursor: pointer;
	font: bold 12px Arial;
	color:white;
}

a.link_ads{
	text-decoration: none;
	cursor: pointer;
	font: arial 12px;
	color: white;
}

a.link_menu{
	text-decoration: none;
	cursor: pointer;
	font: normal normal bold 12px Arial;
	color: white;
}

a.link_links{
	text-decoration: none;
	cursor: pointer;
	font: italic normal bold 12px Arial;
	color: white;
}

a.link_menu1{
	text-decoration: none;
	cursor: pointer;
	font: normal normal bold 12px Arial;
	color: red;
}

td.banner{
	padding-bottom: 20px;
	padding-bottom: 13px;
	padding-right: 5px;
}

img.big_image{
	 border: 2px solid #000000; 	 
	 margin-left: 3px;
	 margin-right: 3px;
	 margin-bottom: 3px;
}

img.right_image{
	 border: 2px solid #000000; 
	 margin-bottom: 10px;
}

table.right_table{
	 border: 2px solid black; 
	 margin-bottom: 10px;
}

div.right_article{
	font: normal normal bold 14px Arial;

}

img.ads{
	 border: 2px solid #000000; 
}

div.main_article{
	font: normal normal bold 14px Arial;
}

div.right_text{
	font: bold 12px Arial;
	height: 13px;
	_width: 310px;
	background-color: black;
	color: white;
	padding: 5px;
}

div.right_text1{	
	width: 100%;
	background-color: none;
	padding-top: 163px;
}

div.right_text2{	
	width: 310px;
	height: 23px;
	background-color: none;
	padding-top: 365px;

}

.email_fld{
	font: normal 11px Arial;
	height: 12px;
	width: 100px;
}

.email_btn{
	font: 10px arial; 
   color: #FFFFFF; 
	background: none; 
	border-style: none; 
	border-width: 0; 
	padding: 1px 1px 1px 1px; 
	cursor: pointer;
}

td.ads2{
	background-color: black;
	font: arial 12px;
	color: white;
}

a.link1{
	font: arial 12px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

a.link2{
	font: arial 12px;
	color: silver;
	text-decoration: none;
	cursor: pointer;
}

table.submenu {
	visibility: hidden;
	position: fixed;
	text-align: left;
	cursor: pointer;
	left: 503px;
}
	 
td.oph{
	font: bold 12px Arial; 
	color: #ffffff;
	background-image: url(images/fop.jpg);
	padding-left: 20px;
}	
td.oph1{
	font: bold 12px Arial; 
	color: #ffffff;
	background-color: black;
	padding-left: 20px;
}	


.shadow {
 background: url(images/sd/shadow.png) no-repeat 100% 100%; /* Рисунок с тенью */
 float: left; /* Создание обтекания для правильного положения тени */
}
.bottom-left-corner {
 background: url(images/sd/corner_bl.png) no-repeat -10px 100%; /* Левый нижний уголок */
}
.top-right-corner {
 padding: 0 14px 14px 0; /* Ширина тени справа и снизу */
 background: url(images/sd/corner_tr.png) no-repeat 100% -10px; /* Правый верхний уголок тени */
}
.shadow IMG {
 display: block;
}
.clear {
  clear: left; /* Отменяем обтекание */
} 