body, html{
	background-color:#090300;
	background-image:url(/img/bgr_map_3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
    font-size:13px;
    color:#531f0e;
    color: #3b1a0c;
}
h1, h2, h3 { text-shadow: 0px 1px 1px #555; }
a { color: #3b1a0c; }
a:hover { text-decoration: none; text-shadow: 0px 1px 1px #555; color:#531f0e; }


.head-img {
	/*border:1px solid red;*/
	position:absolute;
	left:590px; top:50px;
	width:300px; height:264px;
	text-align:right;
}

.map-link {
	position:absolute;
	left:124px; top:50px;
	width:255px; height:170px;
	display:block;

	}

.menu {
	margin:0px;
	margin-left:35px;
	margin-top:250px;
	float:left;
	width:335px;
	font-family: Garamond, Serif;
	padding:10px 0;
	background-image:url(/img/menu_bgr.png);
	position:absolute;
	position:relative;
}
.menu li {
	margin:1px 0 1px 15px;
	list-style: none;
}
.menu li a {
	display:block;
	height:30px;
	padding-top:10px;
	width:285px;
	padding-left:8px;
	font-size:16px;
	color: #3b1a0c;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #555;
	font-weight: bold;
	text-decoration: none;
	border-bottom:2px solid #a57974;
}
.menu li a:hover{
	text-shadow:1px 1px 2px #555;
	background-color: #b79f94;
	filter:alpha(opacity=99);
	opacity:0.99;
}

#wrap {
	width: 567px;
	margin:0 auto;
	float:left;
/*	margin-left:335px;*/
	left:335px;
	top:320px;
	position:absolute;
}

.cont-heading{
	background-image:url(/img/content_heading.png);
	height:43px;
	padding:32px 0 0 27px;
	/*text-shadow: 1px 1px 1px #4c352f, -1px -1px 1px #f3d4cc;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff;*/
}
.cont-heading h1 {font-family: Garamond, Serif; font-size:22px; text-transform: uppercase; color:#c9ada1;color:#b2978b; margin:0; padding:0; text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff; text-shadow: 0px 0px 1px #e9d2c8;}
.content{
	background-image:url(/img/content_bgr.png);
	padding:25px;
}
.content img {border:1px solid #fff; }
.cont-shadow{
	background-image:url(/img/content_bottom.png);
	height:9px;
}

.copyright {
	font-size:11px;
	float:left;
	color:#efd9cb;
	margin-left:45px;
}
.copyright a { color:#fff; text-decoration: underline; }
.copyright a:hover { text-decoration:none; color:#fff; }

.both { clear:both; }
