html, body {
	background-image:url('../images/backfill.jpg');
  	margin:0;
	padding:0;
	font-family: Arial;
	font-size:9pt;
	color: #666666;
}
a {
	color: #00AE4D;
	font-size: 9pt;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
.main{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	background:#FFFFFF;
}
.header{
  	height:372px;
	min-width:1000px;
	/*background:#FFEF97;*/
	background-image: url('../images/head_green.jpg');
}
.hmenu {
	width: 222px;
	height: 30px;
	background-image: url('../images/menu_gray.jpg');
	text-align: center;
	color: white;
	font-size: 10pt;
	font-family: Arial;
	line-height: 230%;
	font-weight: bold;
	letter-spacing: 110%;
}
.hmenu:hover {
	background-image: url('../images/menu_green.jpg');
}
.hmenu a{
	color:white;
}
.menu{
  	width:250px;
	float:left;
/*	background:#FFC597;*/
}
.info {
 	min-width:350px;
	margin-left:250px;
	background:#FFFFFF;
}
.right_menu{
	float:right;
	width:250px;
}
.info_int{
	margin-right:250px;
}
.footer{
	height:170px;
	min-width:600px;
	clear:both;
}
/*  inside blocks */
.menu_autorize{
	width: 230px;
	margin: 10px;
	margin-top:0px;
}
.menu_rss{
	width: 230px;
	height:100px;
	margin: 10px;
}
.menu_search{
	width: 230px;
	height:100px;
	margin: 10px;	
}
.header_l{
  	width: 222px;
	float: left;
	margin: 10px;
	margin-top: 170px;
}
.header_r{
	height: 30px; 
	width: 149px; 
	background-image:url('../images/r_top.gif');
	background-repeat:no-repeat;
	float: right;
	margin-top:10px;
	margin-right: 30px;
	text-align:center;
	padding-top:3px;
}
.footer_contacts {
  	height:170px;
  	width: 200px;
	float: left;
	margin: 10px;
}
.footer_right {
  	height:170px;
  	width: 770px;
	float:right;
	margin: 10px;
	margin-left:0px;
}
.footer_lnk{
	height:50px;
	width:1000px;
	background-image: url('../images/backfill.jpg');
	float: left;
	clear:both;
}
.thtitle{
	height: 27px;
	background-image: url('../images/title.gif');
	background-repeat:no-repeat;
	color: white;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 120%;
}
.tbl_top{
	background-image: url('../images/table_top.gif');
	background-repeat:no-repeat;		
}
.tbl_bottom{
	background-image: url('../images/table_bottom.gif');
	background-repeat:no-repeat;	
}
.autorize_email{
	color: #00AE4D;
	font-size: 11pt;
	font-weight: bold;
}
.news_title{
	color: #00AE4D;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
}
.news_body{
	padding:10px;
	font-size: 10pt;
	color: #666666;	
	font-family: Arial;
}
.tb_l{
	height: 62px;
	width: 14px;
	background-image:url('../images/tbfill_l.gif');
	background-repeat:no-repeat;	
	background-position-x: right;	
	font-size: 1px;
}
.tb_r{
	height: 62px; 
	width: 14px; 
	background-image:url('../images/tbfill_r.gif');
	background-repeat:no-repeat;		
}
.tb_fill{
	text-align: left;
	width: 500px;
	background-image:url('../images/tbfill.gif');
	background-repeat:repeat-x;
}
.tb_title{
	font-size: 13pt;
	font-weight: bold;	
	color: white;
}
.categories_title{
	font-size:11pt;
	color:	#00AE4D;
	font-family:"Trebuchet MS";
}
.info_table td{
	font-size:9pt;
	border-bottom: 1px #999999 solid;
}
.error {
	color: red;
}

.contacts_form {
	border: 1px #999999 solid;
	background-color: #F5F5F5;
}