body {
	margin: 0;
	padding: 20px;
	/*background-color: #cfc9c4;*/
	color: #514842;
}

body, td, th, input, select, textarea {
	color: #514842;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link, a:visited, a:active {
	color: #f26522;
	text-decoration: underline;
}
a:hover {
	color: #ca4200;
	text-decoration: none;
}
img {
	border: none;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#body {
	background-color: white;
}

#header {
	height: 240px;
	border-bottom: 3px solid white;
}
#menu {
	background-color: #66583c;
	color: white;
	height: 38px;
	padding-left: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
}
#menu li {
	float: left;
	display: inline;
}
#menu a:link, #menu a:visited, #menu a:active {
	display: block;
	height: 28px;
	color: white;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	-moz-outline: none;
}
#menu a:hover {
	background-position: center;
}
#menu .active {
	background-position: bottom !important;
}
.menu_home {
	background-image: url(../images/button_home.gif);
	width: 81px;
}
.menu_rooms {
	background-image: url(../images/button_rooms.gif);
	width: 90px;
}
.menu_tariffs {
	background-image: url(../images/button_tariffs.gif);
	width: 96px;
}
.menu_links {
	background-image: url(../images/button_links.gif);
	width: 80px;
}
.menu_contact {
	background-image: url(../images/button_contact.gif);
	width: 149px;
}
.menu_news {
	background-image: url(../images/button_news.gif);
	width: 79px;
}
.menu_local {
	background-image: url(../images/button_local.gif);
	width: 188px;
}
#footer {
	color: #6d6763;
	font-size: 11px;
	border-top: 1px solid #d0cbc3;
	line-height: 160%;
	padding: 0 20px;
}
#nav {
	color: #b5aba5;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: -5px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #996647;
	text-decoration: none;
	padding: 0 5px;
}
#footer a:hover {
	text-decoration: underline;
	color: #c75a18;
}
#thirteen {
	float: right;
	padding-top: 15px;
}


#content {
	padding: 40px 35px;
	min-height: 300px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}


h1, h2, h3, h4, p, form {
	margin: 0;
	padding: 0;
}
h1 {
	color: #f26522;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
h2 {
	color: #85bb3b;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
}
p {
	padding-bottom: 10px;
	line-height: 140%;
}

#content ul {
	padding: 0;
	margin: 0;
	padding: 10px 0 20px 30px;
}
#content li {
	padding-bottom: 10px;	
	line-height: 140%;
}

.tbl {
	margin: 5px 0;	
	border-bottom: 1px solid #dfbea3;
}
.tbl th, .tbl td {
	padding: 5px 10px 5px 10px;
}

.tbl th {
	background-color: #dfbea3;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/tbl_th_bck.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tr_alt {
	background-color: #f4f2f1;
}
