body{
	background-color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
#layout{
	width: 790px;
	margin: 20px auto 10px auto;
	background: white url(top.png) no-repeat;
	padding-top: 15px;
	position: relative;
}
#logo{
	position: absolute;
	top: 1px; left: 0px;
}

#content{
	background: white url(main_bg.png);
	height: 431px;
	padding: 72px 72px 10px 72px;
}
#dn_decor{
	background: black url(dn_shadow.png) 0px 10px;
	height: 158px;
	padding-top: 10px;
}

#sites{
	width: 320px;
}

#sites h1{
	font-weight: bold;
	font-size: 18px;
	color: #2c84cc;
	margin: 0px;
}

#sites div.page{
	background: transparent url(page_icon_bg.gif) no-repeat;
	min-height: 60px;
	margin-bottom: 18px;
}

	#sites div.page img{
		margin: 5px 8px 5px 5px;
		float: left;
	}

	#sites div.page h2{
		margin: 0px;	
		font-size: 13px;
		color: #555;
	}

	#sites div.page p{
		margin: 0px;	
		font-size: 12px;
		color: #555;
		line-height: 16px;
	}

	#sites div.page p a{
		color: #005500;
	}


#other_stuff{
	width: 320px;
	position: absolute;
	left: 400px;
	top: 87px;
}
.belka{
	clear: both;
}

