* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none
}

html {
	height: 100%;
	background: #f8f2ed url(../i/html.png);
}

body {
	min-width: 983px;
	height: 100%;
	font-family: Georgia,"Times New Roman",serif;
	text-align: center;
	background: url(../i/body.png) no-repeat center top;
}

a {
	color: #863812;
}

a:hover {
	text-decoration: none;
}

h1 {
	padding: 0 0 .5em 0;
	font-weight: normal;
	font-size: 36px;
	color: #863812;
}

h2 {
	padding: .5em 0;
	font-weight: normal;
	font-size: 24px;
	color: #9d918b;
}

#Wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
	text-align: left;
	background: url(../i/footer.png) repeat-x left bottom;
}

* html #Wrapper {
	height: 100%;
}

#Header,
#Content {
	width: 983px;
	margin: 0 auto;
}

#Header {
	height: 136px;
}

#Logo {
	float: left;
	width: 379px;
	height: 128px;
	background: url(../i/logo.png) no-repeat;
}

#Logo a {
	display: block;
	width: 379px;
	height: 128px;
	overflow: hidden;
	text-indent: -100em;
}

#Lang {
	float: right;
	width: 100px;
	color: #91827a;
}

#Lang p {
	padding: 44px 44px 0 0;
	text-align: right;
	font-size: 11px;
}

#Lang a,
#Lang strong {
	padding: 0 0 0 6px;
}

#Menu {
	height: 362px;
	text-align: center;
}

#Menu ul {
	width: 948px;
	margin: 0 auto;
}

#Menu li {
	float: left;
	height: 358px;
}

#Menu a,
#Menu strong {
	display: block;
	height: 358px;
	overflow: hidden;
	text-indent: -100em;
	text-align: left;
	background: url(../i/menu.jpg) no-repeat;
}

#Menu .m1 {
	width: 234px;
}

#Menu .m1 a:hover,
#Menu .m1 strong {
	background-position: 0 -358px;
}

#Menu .m2 {
	width: 156px;
}

#Menu .m2 a {
	background-position: -234px 0;
}

#Menu .m2 a:hover,
#Menu .m2 strong {
	background-position: -234px -358px;
}

#Menu .m3 {
	width: 223px;
}

#Menu .m3 a {
	background-position: -390px 0;
}

#Menu .m3 a:hover,
#Menu .m3 strong {
	background-position: -390px -358px;
}

#Menu .m4 {
	width: 335px;
}

#Menu .m4 a {
	background-position: -613px 0;
}

#Menu .m4 a:hover,
#Menu .m4 strong {
	background-position: -613px -358px;
}

#Body {
	padding: 0 0 64px 270px;
	background-repeat: no-repeat;
}

#Body p {
	padding: 0 170px 1em 0;
	font-size: 21px;
	color: #453c2e;
}

#Body .mt-enclosure-image img {
	margin: 0 12px 12px 0;
	padding: 6px;
	background: #fff;
	border: solid 1px #d4c9bb;
}

#Body .mt-enclosure-image a:hover img {
	padding: 4px;
	border: solid 3px #7e3d1a;
}

.home #Body {
	background-image: url(../i/bg-home.png);
}

.rooms #Body {
	background-image: url(../i/bg-rooms.png);
}

.contact #Body {
	background-image: url(../i/bg-contact.png);
}

.gallery #Body {
	background-image: url(../i/bg-gallery.png);
}

.about #Body {
	background-image: url(../i/bg-about.png);
}

#Footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 32px;
	overflow: hidden;
}

#Footer .f {
	position: relative;
	margin: 0 auto;
	width: 983px;
	height: 32px;
}

#Footer p {
	float: left;
	padding: 8px 0 0 0;
	width: 50%;
	font-size: 11px;
}

#Footer .copyright {
	text-align: left;
}

#Footer .evgord {
	text-align: right;
}