body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 23px;
}
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 22px;
	font-size: 11px;
}
a:link {
	color: #7BAA0F;
}
a:hover, a:active {
	text-decoration: none;
	color: #003448;
}
a:visited {
	color: #333333;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}
#header {
	width: 1000px;
	height: 82px;
	margin: 0 auto 40px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}
#logo {
	float: left;
	margin-left: 20px;
	background: url(images/logo.gif) no-repeat left;
	padding-left: 20px;
}
.nazv{
	font-size: 38px;
	color: #333333;
	padding-top: 10px;
	padding-left: 20px;
}
.nazv a{
	font-size: 38px;
	color: #333333;
}
#logo a {
	text-decoration: none;
}
#menu {
	float: right;
}
#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .active a {
	background: url(images/img02.gif) repeat-x left bottom;
}
#page {
	width: 1000px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 525px;
	padding-left: 16px;
	padding-right: 16px;
}
.post {
}
.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/img03.gif) repeat-x left bottom;
}
#sidebar {
	float: right;
	width: 220px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin-bottom: 40px;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0;
}
#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}
#sidebarleft {
	float: left;
	width: 220px;
}
#sidebarleft ul {
	margin: 0;
	padding: 0;
}
#sidebarleft li {
	margin-bottom: 40px;
}
#sidebarleft li ul {
}
#sidebarleft li li {
	margin: 0;
}
#sidebarleft h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}
.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}
#footer {
	height: 30px;
	padding: 0;
	background: #003448 url(images/img09.gif) repeat-x;
}
html>body #footer {
	height: auto;
}
#legal {
	clear: both;
	padding-top: 0px;
	text-align: center;
	color: #ffffff;
}
#legal a {
	color: #ffffff;
}