* {
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:11px;
}
form{
	margin:0;
	padding:0;
	display:inline;
}
textarea{
	overflow:auto;
}
ul{
margin-left:20px;
}
a{
	font-family:Tahoma;
	font-size:11px;
	color:#2a90f6;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}


body{
	background:url(../images/fon.jpg) top center repeat;
}
html,body{
	height:100%;
	margin:0px;
	padding:0px;
}
table.main {
	width:100%;
	height:100%;
	table-layout:fixed;

}
#left{
	background:url(../images/left.jpg) top right repeat-y;
}
#right{
	background:url(../images/right.jpg) top left repeat-y;
}
#bottom{
	background:url(../images/bottom.jpg) bottom left no-repeat;
	padding-left:15px;
}
#bottom_menu{
	background-color:#135494;
	text-align:center;
	font-size:12px;
}
#bottom_menu a{
	color:#FFFFFF;
	font-size:12px;
	padding:0px 9px 0px 9px;
}
#left_menu{
	background:#135494 url(../images/left_menu.jpg) top left no-repeat;
	
}
#right_menu{
	background: url(../images/right_menu.jpg) top right no-repeat;
	text-align:center;
	padding-top:11px;
	padding-bottom:12px;
	
}
#right_menu a{
	color:#FFFFFF;
	font-size:15px;
/*font-weight:bold;*/
	padding:0px 9px 0px 9px;
}
#content{
	background:#FFFFFF url(../images/left_content.jpg) top left repeat-y;
}
#left_content{
	width:755px;
}
#name_page{
	background:#e3e3e3 url(../images/name_page_bg.jpg) top left repeat-y;
	font-weight:bold;
	font-size:18px;
	color:#000102;
	padding-left:50px;
	padding-top:12px;
	padding-bottom:11px;
}
.text{
	color:#5d5d5d;
	text-align:justify;
	padding:10px 10px 10px 50px;
	font-size:12px;
}
.text *{
	font-size:12px;
}
.text_news{
	color:#626262;
	margin:8px;
	width:212px;
	text-align:justify;
}
a.news_url{
	color:#c72f00;
	text-decoration:none;
}
a.news_url:hover{
	text-decoration:underline;
}