html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.gif);
	text-align: center; /* ie */
	
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #784341;

	height: 100%;
}

a {
	color: #9c6563;
}

a:hover {
	color: #784341;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

img {
	border: 0px;
}

div#container {
	width: 800px;
	margin: 10px auto 0px auto;
	text-align: left;
}

div#header {
	width: 800px;
	height: 120px;
}

	div#header img {
		display: block;
	}

div#menu {
	width: 800px;
	height: 24px;
	background: #784341;
}

	div#menu ul {
		margin: 0px;
		padding: 3px 0px 0px 45px;
		list-style: none;
	}
	
	div#menu ul li {
		margin: 0px;
		padding: 0px 15px 0px 18px;
		display: inline;
		background: url(../images/menu_li.gif) no-repeat 0px 4px;
		font-size: 13px;
	}
	
		div#menu ul li a {
			color: #d8c1c0;
			text-decoration: none;
		}
		
		div#menu ul li.active a,
		div#menu ul li a:hover {
			color: #fff;
			text-decoration: none;
		}		

div#main {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background: url(../images/main_bg.gif);
}
	div#main div#content {
		width: 574px;
		float: left;
		padding: 0px;
		margin: 0px 10px 0px 0px;
	}
	
		div#content div#left {
			margin: 0px;
			padding: 0px 0px 0px 1px;
			float: left;
			width: 79px;
			_width: 80px;
		}
		
		div#content div#text {
			padding: 10px 10px 10px 10px;
			margin: 0px;
			float: left;
			width: 472px;
		}
	
	div#main div#right {
		float: left;
		width: 196px;
	}
	
p.crum {
	font-size: 10px;
}

	p.crum a {
		color: #784341;
		text-decoration: none;
	}
	
	p.crum a:hover {
		color: #784341;
		text-decoration: underline;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

div#rooms {
	padding: 10px 5px 10px 10px;
	margin: 0px;
}

	div#rooms img {
		margin: 0px 6px 6px 0px;
		cursor: pointer;
	}
	
	div#rooms p#roomsInfo {
		height: 100px;
	}

div.images {
	width: 190px;
	_width: 200px;
	float: right;
	padding: 0px 0px 0px 10px;
}

	div.images img {
		margin: 0px 0px 10px 0px;
	}

div#right ul {
	margin: 0px;
	padding: 10px 10px 20px 10px;
	list-style: none;
	color: #000;
	background: url(../images/right_spacer.gif) no-repeat bottom;
}

div#right ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/right_li.gif) no-repeat 0px 4px;
	list-style: none;
}

	div#right ul li.active ul a,
	div#right ul li a {
		color: #000;
		text-decoration: none;
	}

	div#right ul li ul li.active a,
	div#right ul li.active a,
	div#right ul li a:hover {
		color: #000;
		text-decoration: underline;
	}

		div#right ul ul {
			background: none;
			margin: 0px;
			padding: 5px 0px 5px 0px;
		}

div#popup {
	width: 320px;
	min-height: 100%;
	_height: 100%;
	text-align: left;
	background-image: url(../images/background_popup.gif);
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

div#popup_content {
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

div.guestbook {
	margin-top: 25px;
	width: 455px;
}

textarea.guestbook_textarea {
	width: 455px;
	height: 80px;
	overflow: auto;
}

.guestbook_submit {
	float: right;
	background-color:#784341;
	color:#fff;
	border-top: 2px solid #AB8A89;
	border-right: 2px solid #3A2120;
	border-bottom: 2px solid #3A2120;
	border-left: 2px solid #AB8A89;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 5px;
	margin-right: -6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.pager a {
	text-decoration: none;
}

table.pager span.pagerSelectionItemActive {
	font-weight: bold;
}

.elementText {

}

.elementTextarea {
	width: 221px;
	height: 80px;
	overflow: auto;
}

#submitSend {
	float: right;
	background-color:#784341;
	color:#fff;
	border-top: 2px solid #AB8A89;
	border-right: 2px solid #3A2120;
	border-bottom: 2px solid #3A2120;
	border-left: 2px solid #AB8A89;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 5px;
	margin-right: -6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.formRow {
	vertical-align: top;
}