/* CSS Document */

body {
	background-color:#2D040B;
	text-align:center;
	font-size:12px;
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/back/page_back.gif);
}
img {
	border:0px;
}
hr { 
	height:1px; border-bottom:1px solid #666; border-top:0px; border-left:0px; border-right:0px; color:#ccc; width:80%; text-align:center; padding-right:105px;
}
hr.left { 
	height:1px; border-bottom:1px solid #666; border-top:0px; border-left:0px; border-right:0px; color:#ccc; width:80%; text-align:center; padding-right:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:10px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a.item1 {
	padding:14px 93px 15px 96px;
	background-image:url(img/menu/monastery.gif);
	height:41px; /*  IE bug fix */
}
a.item1:hover {
	background-image:url(img/menu/monastery_o.gif);
	text-decoration:none;
}
a.item2 {
	padding:14px 92px 15px 96px;
	background-image:url(img/menu/mogila.gif);
	height:41px; /* IE bug fix */
}
a.item2:hover {
	background-image:url(img/menu/mogila_o.gif);
	text-decoration:none;
}
a.item3 {
	padding:14px 94px 15px 93px;
	background-image:url(img/menu/gallery.gif);
	height:41px; /* IE bug fix */
}
a.item3:hover {
	background-image:url(img/menu/gallery_o.gif);
	text-decoration:none;
}
a.item4 {
	padding:14px 93px 15px 93px;
	background-image:url(img/menu/common.gif);
	height:41px; /* IE bug fix */
}
a.item4:hover {
	background-image:url(img/menu/common_o.gif);
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration:underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#container {
	position:relative;
	margin:0 auto;
	top:20px;
	background-color:#4D111B;
	width:769px;
	height:100%;
	border:1px solid #666666;
	background-image:url(../images/back/main_back.gif);
}
.menu {
	position:relative;
	width:769px;
	top:2px;
	height:42px;
	float:left;
	display:block;
}
.header {
	width:inherit;
	height:190px;
	margin-top:0px;
	float:left;
}
.separator {	
	position:relative;
	width:766px;
	margin-left:1px;
	float:left;
	margin-top:-38px;
	height:16px;
	background-image:url(../images/header/separator.gif);
}
.preloader {
	display:none;
}
.left_container {
	float:left;
	margin-top:-22px;
	width:192px;
	text-align:left;
	font-size:11px;
}
.left_container p {
	text-align:center;
	font-weight:bold;
	padding-top:15px;
}
.main_content {
	position:relative;
	float:left;
	margin-left:10px;
	text-align:left;
	width:550px;
}
.main_content p {
	padding-top:20px;
}
.achors {
	margin:0 auto;
	width:300px;
	text-align:left;
}
.copyright {
	margin-top:0px;
}
.gallery {
	border:1px solid #999;
	height:120px;
	width:160px;
}
.gallery:hover {
	border:1px solid #FFF;
	height:120px;
	width:160px;
}
.picture_container {
	margin-left:15px;
	width:550px;
	display:block;
}