html {
	margin-top:0;
	padding:0;
}

body {
	background:#0d2f3b url('images/bg.gif') repeat-x;
	margin:0 auto;
	position:relative;
	font-family:Verdana;
	font-size:12px;
	min-width:1000px;
	color:white;
}
div.logo {
	position:absolute;
	top:70px;
	left:100px;
	text-align:left;
	font:normal 30px impact;
	color:#9ddcef;
}
div.slogan {
	position:absolute;
	width:335px;
	top:170px;
	left:100px;
	text-align:left;
	font:normal 16px verdana;
	color:#9ddcef;
}
div.slogan span {
	font-style: italic;
	font-weight:bold;
}
div.header {
	background:url('images/head.jpg') no-repeat right top;
	height:261px;
}
div.page {
	background: url('images/bgPage.gif') repeat-y right top;
	margin:0 auto;
	position:relative;
	text-align:left;
	padding:30px 0 0;
}
div.content {
	margin:0 auto;
	width:80%;
	padding: 20px 0;
	border-bottom:1px white dotted;
}
.content a {
    color:white;
    border-bottom:1px black dotted;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px black solid;
}
div.news {
	margin:0 auto;
	width:83%;
	padding:10px 0 20px 0;
}
div.news div.post {
	float:left;
	width:27%;
	margin:0 3%;
}
.newstitle {
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#9ddcef;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:30px;
}
div.clear {
	clear:both;
}

div.footer {
	width:80%;
	margin:0 auto;
	font-size:10px;
	padding:20px 0;
}

div.search {
	position:absolute;
	top:235px;
	left:100px;
	height: 20px;
	margin:0;
	padding:0;
}
div.search input {
	float:left;
	margin: 0 10px 0 0;
}
.vvod {
	width:150px;
	height:14px;
}
div.menu {
	position:absolute;
	top:270px;
	left:170px;
	text-align:center;
	font: 15px verdana;
}
	div.menu a{
		background: url('images/menuButton.gif') no-repeat left;
		color: #9ddcef;
		text-decoration:none;
		display: block;
		float:left;
		margin:0 2px;
		line-height:33px;
		width:128px;
		height:33px;
	}
	div.menu a:hover{
		background: url('images/menuButton.gif') no-repeat right;
		text-decoration:none;
	}
h1, h2, h3, h4 {
	color: #9ddcef;
}
a {
	text-decoration:none;
	color: #9ddcef;
}
a:hover {
	text-decoration:underline;
}