/*  
Theme Name: Gavronov
Theme URI: http://mbyte.org.ua/
Description: Sonata Studio.
Version: 1.0
Author: mByte studio
Author URI: http://mbyte.org.ua/
*/

body {
	background: #1e5288;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #ae831c;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #ae831c;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img { border: 0px; }

#content {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	position: relative;
}

#topmenu {
	position: absolute;
	z-index: 20;
	top: 233px;
	width: 100%;
}

#header {
	background: url(images/header.jpg) no-repeat left top;
	height: 317px;
	width: 100%;
}

#page {
	width: 100%;
	background: url(images/bg.gif) repeat-x left top;
}

#post {
	width: 707px;
	margin: 0 auto;
	clear:both;
	display: block;
}

#post .top {
	background: url(images/page-top.png) no-repeat left top;
	margin-top: 55px;
	margin-bottom: 0px;
	height: 17px;
	clear:both;
}
#post .bottom {
	background: url(images/page-bottom.png) no-repeat left top;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 33px;
	position: relative;
	display: block;
	clear:both;
}


#post .content {
	background: url(images/page-bg.gif) repeat-y 8px top;
	/*border-top: 1px solid white;*/
	width: 707px;
	position: relative;
	display: block;
	clear:both;
}

#post .content .content-block {
	margin-left: 40px;
	margin-right: 40px;
	clear:both;
	display: block;
	position: relative;
}

#post .content .content-block h2 {
	margin-top: 0px;
	padding-top: 0;
}

#post .content .content-block p {
	margin-left: 37px;
	margin-bottom: 0;
}

.subbottom {
	color: white;
}

#helping {
	display: none;
}

#topmenu img {
	cursor: pointer;
}