body{
	margin: 0px;
	background: #FF6600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1{
	margin: 20px 20px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFCC33;
}
h2{
	margin: 20px;
	margin-left: 0px;
	font-size: 90%;
	font-variant: small-caps;
	color: #FFCC33;
}
p{
	margin: 20px;
	margin-left: 0px;
	font-size: 75%;
	line-height: 175%;
}
ul{
	margin-right: 20px;
}
li{
	margin-left: -20px;
	font-size: 80%;
	line-height: 150%;
}
a{
	color: #FFCC99;
}
b{
	color: #FFCC99;
}
img{
	display: block;
}
.invis{
	display: none;
}
#page{
	margin: 0px auto;
	width: 900px;
	/*width:expression(document.body.clientWidth > 900? "900px": "auto" ); IE Max-Width Hack */
	background: #000000 url(images/background.gif) repeat-x bottom left;
	border-bottom: 1px solid #993300;
}
#page2{
	margin: 0px auto;
	width: 900px;
	/*width:expression(document.body.clientWidth > 900? "900px": "auto" ); IE Max-Width Hack */
	background: #333333 url(test.gif) repeat-x bottom left;
	border-bottom: 1px solid #993300;
}
#header{
	height: 70px;
	background: #666666 url(processed_top.gif) no-repeat top right;
	border-bottom: 3px solid #FFFFFF;
}
#header h1{
	display: none;
}
#photoheader, #photo_row{
	width: 100%;
	border-bottom: 3px solid #FFFFFF;
}
#photos{
	width: 100%;
	background-position: center;
}
#photos td{
	width: 20%;
}
#photos a{
	display: block;
	width: 100%;
	height: 100px;
}
#photos img{
	border: 0px;
}
#nav_column{
	width: 150px;
	background: #CC0000;
	text-align: right;
}
#navigation, #navigation li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation a{
	display: block;
	width: 140px;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #990000;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation a:hover{
	background-color: #FFCC00;
	color: #CC0000;
}
iframe{
	width: 100%;
	height: 250px;
	background: #000000;
}
#content{
	padding-left: 150px;
/*	margin: 30px;
	margin-bottom: 20px;
	background: #000000 url(images/bg_content.gif) repeat-x top;*/
	text-align: left;
}
#contentb{
	padding-left: 100px;
	padding-right: 100px;
/*	margin: 30px;
	margin-bottom: 20px;
	background: #000000 url(images/bg_content.gif) repeat-x top;*/
	text-align: left;
}
#website{
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.full_column{
	width: 100%;
	float: left;
	color: #FFFF00;
}
.left_column, .right_column{
	width: 50%;
	float: left;
	color: #FFFF00;
}
.left_column{
	clear: both;
}
.left_column p, .right_column p{
	margin-left: 0px;
}
.a_column, .b_column, .c_column, .d_column{
	width: 25%;
	float: left;
	color: #FFFF00;
}
.a_column{
	clear: both;
}
.a_column p, .b_column p, .c_column p, .d_column p{
	margin-left: 0px;
}
featureshdr{
	clear: both;
	margin: 0px;
}
#rates_div{
	margin-right: 20px;
}
#ratestable{
	clear: both;
	width: 100%;
	background: #2F455C url(images/bg_content.gif) repeat-x top;
	border: 1px solid #425365;
	font-size: 80%;
	text-align: center;
}
.rates_hdr{
	background: #425365;
	font-weight: bold;
}
.room_name{
	text-align: right;
	font-weight: bold;
	color: #B6D5E8;
}
.creditcards{
	text-align: center;
}
.creditcards img{
	display: inline;
}
#endline{
	clear: both;
	text-align: right;
	margin-top: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #CCCCCC;
}
#footer{
	display: block;
	clear: both;
	margin: 20px 20px 10px 20px;
	padding: 10px;
	background: #CC0000;
	border: 1px solid #425365;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
}
#content .facebook {
        float: right;
        width: 64px;
        padding: 2 2 2 6px;
}


#footer:hover{
	background: #FFCC00;
	color: #CC0000;
}
#credit{
	margin: 10px;
	font-size: 70%;
	color: #CC3300;
}
#credit a{
	color: #CC3300;
	text-decoration: none;
}
#credit a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
