* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #111;
}

h4 {
	font-size: 12px;
}

p, ul, ol {
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 3em;
}

li li {
	list-style: none;
}

blockquote {
	padding-left: 3em;
	margin-right: 3em;
	padding-bottom: 10px;
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
	background: #def;
}

blockquote span {
	margin-left: -2em;
	font-style: normal;
	font-size: 13px;
	line-height: 30px;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

hr {
	display: none;
}

/*Все*/

#all {
	margin: 0 auto;
	width: 960px;
}

/* Logo */

#logo {
	width: 870px;
	height: 135px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*Баннер*/

#banner {
	margin: 10px 0 10px 0;
	height: 147px;
	background: url('images/logo_1.gif') no-repeat;
}

#banner h2 {
	float: left;
	margin: 65px 0 0 55px;
	font-size: 26px;
	font-weight: normal;
}


/* Page */

#page {
	width: 900px;
	padding: 45px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

.postmetadata {
	line-height: normal;
}

.navigation {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments, #respond {
	padding-top: 30px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.commentlist li {
	padding: 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#comment {
	width: 500px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar h2 {
	text-align: center;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 15px;
	padding: 0 5px 0 50px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	padding: 35px 45px;
	background: url(images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

/* SubFooter */

#subfooter {
	clear: both;
	width: 870px;
	height: 50px;
	padding: 35px 45px;
/*	background: url(images/img05.gif) no-repeat;*/
}

#subfooter p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#subfooter a {
	color: #B4B4B4;
}

#subfooter .legal {
	float: left;
}

#subfooter .credit {
	float: right;
}

table {
	border-collapse: collapse;
	text-align: center;
	margin: 10px 0 10px 0;
}

table td, th{
	border: 1px solid;
	padding: 3px 3px 3px 10px;
}

.hline {
	clear: both;
	border-bottom: 1px solid;
}

.our {
	margin: 20px 0 10px 10px;
}

.our p {
	line-height: 1em;
}

.our ul li {
	margin-bottom: 0.1em;
}