*{margin: 0; padding: 0;}
body{
	background-color: #d0d0d0;
	margin: 10px 0;
	font: 8pt Tahoma, Verdana, Sans;
}
#wrapper{
	background-color: #f0f0f0;
	border: 1px solid #000;
	width: 750px;
	padding: 4px;
	margin: 0 auto;
	overflow: hidden;
}
.nav{
	background: url('images/menu.gif') repeat-y;
	width: 150px;
	padding: 10px 0 20000px;
	margin-bottom: -20000px;
}
.nav dt{
	background: url('images/menu_t.gif') no-repeat;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}
.nav dd{
	background: url('images/p.gif') left center no-repeat;
	padding-left: 10px;
	margin-left: 5px;
}
.nav dd a{
	text-decoration: none;
	color: #000;
}
.belka{
	background: url('images/tophighlight.gif') no-repeat;
	clear: both;
	width: 750px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}
.belka a{
	text-decoration: none;
	color: #000;
}
#footer{
	text-align: center;
	margin: 40px 0 10px;
	font-weight: bold;
}
#content{
	width: 430px;
	float: left;
	margin: 10px;
}
#content div{
	border: 1px solid #000;
	margin-bottom: 10px;
}
#content p{
	margin: 10px;
}
#content div h2{
	background: url('images/news_b3.gif');
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	border-bottom: 1px solid #000;
}