h1#header_main
{
	font: 20px Georgia, "Times New Roman";
	position: relative; /* обязательно */
	color: #0094D6;
	margin: 10px 0;
	padding: 0;
}

h1#header_main b
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: #FFF;
	overflow: hidden /* для IE6 */;
	opacity: 0.63;
	filter: alpha(opacity=63);
	-moz-opacity: 0.63;
}

h2 
{
	font: 16px "Georgia", "Times New Roman";
	position: relative; /* обязательно */
	color: #00A86B;
	margin: 10px 0;
	padding: 0;
}

h2 b 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: #FFF;
	overflow: hidden /* для IE6 */;
	opacity: 0.63;
	filter: alpha(opacity=63);
	-moz-opacity: 0.63;
}

ul#thumbs a
{
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden; 
	position:relative;
	z-index:1; 
} 

ul#thumbs a img
{
	float:left;
	position:absolute;
	top:-20px;
	left:-50px;
} 

ul#thumbs_photo a
{
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:50px;
	overflow:hidden; 
	position:relative;
	z-index:1; 
        top: -5px;
	left: -10px;
} 

ul#thumbs_photo a img
{
	float:left;
	position:absolute;
	top: -5px;
	left: -5px;
}

p {text-indent:20px;}

#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #0094D6;

}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #0094D6;
	color: #0094D6;
        align: middle;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #0094D6;
}

