@charset "UTF-8";
body {
	background-color: #d8d6d2;
	background-image: url(../images/bg_second.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrap {
	background-image: url(../images/bg_wrap.gif);
	background-repeat: repeat-y;
	margin: auto;
	width: 1000px;
	padding: 0px;
	height: auto;
}
#header_home {
	background-image: url(../images/bg_header_home.jpg);
	height: 450px;
	width: 1000px;
}
#header_rates {
	background-image: url(../images/bg_header_rates.jpg);
	height: 272px;
	width: 1000px;
}
#header_rooms {
	background-image: url(../images/bg_header_room.jpg);
	height: 272px;
	width: 1000px;
}
#header_contact {
	background-image: url(../images/bg_header_contact.jpg);
	height: 272px;
	width: 1000px;
}

#menu_drop {
	height: 30px;
	width: 964px;
	margin-left: 36px;
	padding-top: 242px;
}

#menu {
	height: 30px;
	width: 964px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	margin-left: 36px;
	padding-top: 242px;
}
#menu ul {
	margin: 0px;
	padding: 6px 0px 0px;
}
#menu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 18px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration : none
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration : none
}
#menu a:hover {
	color: #d8d6d2;
	text-decoration : none
}
#content_wrap {
	width: 1000px;
	position: relative;
	height: auto;
}
#drop_imgs {
	background-image: url(../images/bg_drop_imgs.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 1000px;
	position: absolute;
	right: 0px;
	top: 0px;
	visibility: visible;
}
#content {
	margin-top: 20px;
	margin-left: 25px;
	width: 950px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}
#content_left {
	margin-top: 20px;
	margin-left: 25px;
	width: 465px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}
#content_right {
	margin-top: 20px;
	margin-left: 20px;
	width: 465px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(../images/bg_fotter.gif);
	height: 40px;
	width: 1000px;
	clear: both;
	background-repeat: no-repeat;
	background-color: #d8d6d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height:160%;
	color: #d8d6d2;
	padding-top: 10px;
}
#content_wrap {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	line-height:160%;
	color: #6c6052;
}

#content_wrap  h1    {
	font-size: 140%;
}
#content_wrap  h2    {
	font-size: 120%;
	font-weight: bold;
}
#content_wrap  h3    {
	font-size: 100%;
	font-weight: bold;
}
#content_wrap  p, h1, h2, h3   {
	margin: 0px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#content_wrap ul, ol {
	margin: 0px;
	padding: 0px 12px 0px 34px;
}
.black {
	color: #2e1f0e;
}

a:link {
	color: #336699;
	text-decoration : none
}
a:active {
	color: #FFFFFF;
	text-decoration : none
}
a:visited {
	color: #336699;
	text-decoration : none
}
a:hover {
	color: #FF6600;
	text-decoration : none
}
hr {
	color: #d8d6d2;
	height: 1px;
	width: 90%;
	background-color: #d8d6d2;
	border-width: 0;
	color: #69c;
}
.small {
	font-size: 80%;
}
