body {
	margin: 0;
	padding: 0;
	background: url(images/331.jpg) center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #330000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #9F0000;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 3px solid #FFFFFF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 5px auto;
}

#wrapper {
	width: 960px;
	margin: 5px auto;
	background: url(images/500.jpg) center top;
}

#wrapper-bgbtm {
}

/* Header */

#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	background: url(images/head.png) center top;
}

/* Logo */

#logo {
	float: center;
	height: 100px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 10px;
	letter-spacing: 1px;
	text-shadow: #808080 2px 2px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #661111;
}

#logo p {
	display: block;
	margin-top: -10px;
	padding-left: 5px;
	text-shadow: #808080 3px 3px 3px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #338888;
}

/* Menu */

#menu {display: table;
width: 760px;
height: 30px;
padding: 0px 12px;
float: left;
text-align: center;
vertical-align: middle;
}


td {
   	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

td a{
	padding: 0px 10px;
	text-decoration: none;
	color: #663333;
}
td a:hover {
	background: #F2AE30;
	padding: 3px 10px;
	text-decoration: none;
	color: #333333;
}
td .current_page_item a {
	padding: 3px 10px;
	background: #F2AE30;
	color: #333333;
}
/* Page */

#page {
	width: 960px;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 25px;
}

.post {
	overflow: hidden;
	margin-bottom: 50px;
}

.post .title {
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	color: #661111;
}

.post .meta {
	padding-bottom: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 0px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #333333;
}
/* Gallery */
.gallery img{
margin:0px 15px 15px 0px; /* внешние отступы картинок */
vertical-align: top;
border:3px solid #fff; /* рамка картинок */
}

a.photo:hover img{
border:3px solid #F2AE30; /* изменение цвета рамки при наведении на картинку */
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	font-size: 12px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 0px;
}

#sidebar li li {
	line-height: 35px;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 29px;
	margin-bottom: 10px;
	padding: 11px 0px 0px 35px;
	background: url(images/img02.gif) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #333333;
}

#sidebar a {
	border: none;
	color: #440000;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #666000;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 2px 60px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align:right;
	color: #663333;
}

#footer a {
	color: #663333;
}

