   body { 

margin: 0px;
 }	
	
	#body {
		font:12px Georgia;
		color:#3f3e3e;
		width:1000px;
		margin:0px auto;
	}
	a {color:#46ae3e;
		
	}
	a:hover {color:#46ae3e;
		text-decoration:none;
	}
	
	
	/* верхний блок. меню и телефон */
	#top{
		background:#fff;
		float:left;
		width:1000px;
		margin-top:18px;
	} 
	.tel{
		font-family:Arial;
		font-size:18px;color:#abaaaa;
		float:left;
		width: 160px;
		padding-left:30px;
		background: url('../images/telefon.png') no-repeat 0 1px; }

	.tel span{color:#33af47;}
	
	.top-menu{float: right;
padding-left: 10px;
width: 800px;}
.top-menu  ul{list-style: none outside none;float: right;margin-bottom: 18px;
margin-top: 0px;}
.separator{background: url('../images/separator.png') no-repeat 50% 0px;padding-right:16px;padding-left:16px; } 

 .top-menu li{float:left;margin-left:3px;font-size:14px;}
 .top-menu li a{color:#46ae3e;float: left;}
 .top-menu li a:hover{text-decoration:none;}
 .top-menu li.active a:hover,.top-menu li.active a{color:#434343; text-decoration:none;float: left;}
	
	/* конец верхнего блока */
	#header {
		background:#fff;
		float:left;
		width:1000px;
	}
	
	
	/* Начало левого блока */
	#left {
		background:#fff;
		float:left;
		width:270px;
		margin-top:40px;
		padding-right:30px;
	}
	.box ul{list-style: none outside none;}
	.header{color:#3f3e3e;font-size:24px;font-style:italic;}
	.box li a{font-size:14px;color:#0d9424;}
	.box li a:hover{font-size:14px;color:#0d9424;text-decoration:none;}
	.box li.active a{font-size:14px;color:#434343;text-decoration:none;}
	.box .content{line-height:24px;}
	.latestnews{line-height:18px;}
	ul.latestnews {padding-left: 0px;}
	
	.latestnews h5{margin-bottom: 10px;margin-left: 39px;
margin-top:10px;}
	.latestnews h5 a{color:#0d9424;font-size:18px;font-weight:normal;}
	.latestnews h5 a:hover{color:#0d9424;font-size:18px;font-weight:normal;text-decoration:none;}
	.latestnews p{line-height:18px;margin-bottom: 10px;
margin-top: 10px;margin-left:39px;}
	.latestnews p.data{margin-left:0px; padding-left:39px;background: url('../images/h5head.png') no-repeat 1% 6px; font-style:italic; font-size:14px;}	
	.box .tags{margin-left:39px;}
	#MeteoInformerWrap{margin-top:30px;}
	/* конец левого блока */
	
	/* начало блока с основным контентом */
	#right {
		float:right;
		width:700px;
		background:#fff;
		margin-top:40px;
		
	}
	#right .content h2{font-size:24px; font-style:italic;font-weight:normal;color:#3f3e3e;
	margin-bottom: 17px;
margin-top: 0px;}
	#right .content h3{font-size:18px; font-style:italic;font-weight:normal;color:#3f3e3e;
	margin-bottom: 0px;
margin-top: 0px;}
	#right .content p{font-size:14px;color:#3f3e3e;line-height:20px;margin-bottom: 14px;
margin-top: 3px;}
.box-ralated {margin-top:26px;}

	.box-ralated .header {font-size:18px;color:#5f5f5f;font-style:italic;margin-bottom:10px;}
	.box-ralated .content {margin-top:14px;}
	#related-wrapper{float:left;width:49%;}
	.related-link {float:left;width: 209px;}
	.related-image {float:left;margin-right: 10px;}
	.related-image img{ width:123px;height:77px;}
	/* конец блока с основным контентом */
	
	
	
	
	/*  футер */
	#footer{ background:#fff;
		float:left;
		width:1000px;
		padding-top:16px;border-top:1px solid #D4D4D4;margin-top:28px;min-height:100px;}
		.menu-footer {float:left;}
		.menu-footer a{ padding-right:18px; background: url('../images/fmenuseparator.png') no-repeat 100% 1px;}
        .menu-footer a.last	{ padding-right:0px; background: none;}	
		.menu-footer a{font-size:14px;color:#989898;text-decoration:none; }
		.menu-footer a:hover{font-size:14px;color:#989898;text-decoration:underline;}
		.copyright {float:left;color:#989898;margin-top:18px;}
		.shetcik {float:right;margin-top:18px;}
		/* конец  футера */


.modal_bg{
position:absolute;
display:none;
z-index:1000;
left:0;
top:0;
background-color:#A8A8A8;
}
.modal_window{
position:absolute;
display:none;
left:50%;
z-index:1100;
width:600px;
margin-left:-300px;
height:385px;
background:#ffffff;
}