body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #000;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.2 Tahoma, sans-serif; 
	text-align: center;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}
* { outline: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font: normal 1.0em/1.2 Arial, sans-serif; }
input, select, button { vertical-align: middle; }
#text img, #content img, img { border: none; margin: 0; padding: 0; }
hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }
h1, h2, h3, h4, h5, h6, div, td , p, ul, ol, td, th { color: black; }

h1 { 
	font: normal normal normal 24px Tahoma, sans-serif;
	margin: 10px 0 0.8em 0; padding:0;
	color: #000;
}
h2 { font-size: 1.5em; }
h3 { 
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 0.8em 0; padding:0;
	color: #000;
}
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

a:link, a:visited { color: #008beb; text-decoration: underline;  }
a:hover, a:focus, a:active { color: #24272c; text-decoration: underline; }

/* style grid (begin) */

#site_conteiner {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	background: transparent url(../img/head.jpg) no-repeat  center 0;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

#box{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
	#header {
		height: 360px;
		position:relative;
	}
		#logo{
			top: 44px; left: 10px;
			position: absolute;
		}
			#logo a{
				text-decoration: none;
			}
	#wrapper {
		width: 100%;
		padding-bottom: 120px;
	}
		#content_area {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				margin: 0 20px 0 250px;
			}
			*html #content { width: 100%; }
			
				#nav{
					margin: -7px 0 20px 0;
				}
			
		#left_panel {
			float: left;
			width: 195px;
			margin-left: -100%;
			overflow: hidden;
			padding: 0 0 0 20px;
		}
		*html #left_panel{width:215px;}
		
			#menu_left{}
				#menu_left ul{
					margin: 0; padding: 0;
					list-style: none;
				}
					#menu_left ul li{
						margin: 0; padding: 10px 0;
						background: transparent url(../img/dotted_x.png) no-repeat  0 100%;
					}
						#menu_left ul li a{
							margin: 0; padding: 0;
							color: #008beb;
							text-decoration: underline;
							font-size: 14px;
						}
						#menu_left ul li a:hover, #menu_left ul li a:focus, #menu_left ul li a:active, #menu_left ul li a.active{
							text-decoration: none;
							color: #24272c;
						}
							#menu_left ul li ul{
								margin: 0; padding: 0;
							}
								#menu_left ul li ul li{
									margin: 0; padding: 0;
								}
									#menu_left ul li ul li a{
										margin: 0; padding: 0 0 0 20px;
										font-size: 12px;
									}
									#menu_left ul li ul li a:hover, #menu_left ul li ul li a:focus, #menu_left ul li ul li a:active, #menu_left ul li ul li a.active{}
		
	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		text-align: center;
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 102px;
		background: transparent url(../img/footer.png) no-repeat  center 0;
	}
		#footer_inner{
			width: 1000px;
		}
			#footer table{
				text-align: left;
				margin: 20px auto 0;
				width: 1000px;
				
			}
				#footer td{
					padding: 0 25px;
					margin: 0;
					text-align: center;
					vertical-align:top;
				}
					#counters{}
					#copy{
						text-align: left;
						color: #fff;
					}
						#copy div{
							color: #fff;
						}
					#made{
						text-align: right;
					}
						#made a{
							color: #fff;
							text-decoration: underline;
						}
						#made a:hover{
							text-decoration: none;
						}

/* style grid (end) */
/* style custom (begin) */

#left_panel h3{
	margin: 0 0 10px 0;
	font-size: 24px;
}
#search{
	margin: 20px 0;
	height: 42px;
	overflow:hidden;
	background: transparent url(../img/search.png) no-repeat  0 0;
}
#search .uss_site_search{
	margin: 11px 0 0 7px;
}
#search .uss_input_name{
	border: none;
	width: 139px;
	font-size: 11px;
	color: #3e3e3e;
	padding: 4px;
	background: transparent url(../img/input.png) no-repeat  0 0;
}
*html #search .uss_input_name{
	width: 147px;
	height: 21px;
}
#left_panel input.uss_submit, #left_panel .uss_form_submit input{
	width: 29px;
	height: 22px;
	text-indent: -5000px;
	border: none;
	background: transparent url(../img/button_ok.png) no-repeat  1px 1px;
}
#left_panel .uss_form_submit{
	text-align: right;
	padding: 0 2px 0 0;
}

#feed{
	padding: 10px 10px 10px 7px;
	margin: 20px 0 5px;
	height: 197px;
	background: transparent url(../img/feed.png) no-repeat 0 0;
}
#feed .blockform {height:140px; overflow:hidden;}
#feed .uss_form_tml label {display:none;}
#feed .uss_form_notice{display:none;}
#feed .uss_form_tml .uss_form_item {margin:0;}
#feed input.text{
	margin: 0 0 8px;
	border: none;
	padding: 4px;
	font-size: 11px;
	color: #3e3e3e;
	width: 167px;
	background: transparent url(../img/input_feed.png) no-repeat  0 0;
}
*html #feed input.text{
	width: 175px;
	height: 21px;
}
#feed textarea{
	margin: 0 0 8px;
	width: 167px;
	height: 41px;
	border: none;
	padding: 4px;
	font-size: 11px;
	color: #3e3e3e;
	background: transparent url(../img/textarea_feed.png) no-repeat  0 0;
}
*html #feed textarea{
	width: 175px;
	height: 49px;
}
#pogoda{
	text-align: center;
}
#random_photo{
	text-align: center;
}
#cont_table{
	margin: 20px 0;
	width: 100%;
	background: transparent url(../img/table_bg.png) repeat-x  0 0;
}
#cont_table td{
	width: 33%;
	padding: 0 15px;
	vertical-align: top;
}
#cont_table p a{
	float: right;
}
#cont_table td.left_td{
	background: transparent url(../img/dotted_y.png) no-repeat 100% 0;
}
#cont_table td.mid_td{
	background: #fff;
}
#cont_table td.right_td{
	background: transparent url(../img/dotted_y.png) no-repeat 0 0;
}
/* style custom (end) */
/* style content (begin) */


/* style content (end) */