#container {
	width: 800px;
	border: 4px ridge #FFFFFF;
	background-color: #CC9933;
	background-image: url(art/hills.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 615px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#test {
	height: 150px;
	width: 300px;
	overflow: auto;
}

#bot_bar {
	width: 100%;
	position: relative;
	float: left;
	left: 0px;
	z-index: 1;
	background-color: #660033;
	height: 25px;
	top: 18px;
	padding-top: 5px;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-bottom;
}


#header {
	position: relative;
	left: 0px;
	top: 10px;
}

#menu {
	background-color: #660033;
	width: 100%;
	height: 20px;
	position: relative;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	position: relative;
	vertical-align: top;
}


body {
	text-align: center;
	background-color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#right_info_box {
	position: relative;
	top: 5px;
	height: 430px;
	width: 300px;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(art/bot_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.visited_text {
	color: #CE9A31;
}

#offers {
	width: 400px;
	top: -465px;
	position: relative;
	float: left;
	padding-left: 30px;
	height: 300px;
}
.roomheader {
	color: #CE9A31;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
.white_text_bigger {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-bottom;
}
.line {
	background-image: url(art/line.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center;
}

h1 a:link, h1 a:visited, h1 a:hover {
    font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.scrol_box {
	height: 350px;
	width: 400px;
	overflow: auto;
	float: left;
	margin-left: 20px;
	margin-top: 35px;
}
.white_text_bigger_still {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-bottom;
	letter-spacing: 1px;
}
#links {
	width: 700px;
	top: 10px;
	position: relative;
	float: left;
	padding-left: 30px;
	height: 450px;
	margin-left: 20px;
	left: 30px;
	}
.line_v {
	background-image: url(art/line_v.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#left_content {
	width: 400px;
	top: -465px;
	position: relative;
	float: left;
	padding-left: 30px;
	height: 300px;
}
