html {
	background-color: #000;
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-x;
}

body {
	background-color: #000;
	color: #FFF;
	margin: 40px 0px 0px 0px;
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-x;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	text-decoration: none;
	font-weight: normal;
	line-height: .5em;
}

dl {
	display: block;
	font-size: 12px;
}

dt {
	display: block;
	clear: both;
	float: left;
	width: 100px;
	height: 14px;
	line-height: 13px;
	
}

dd {
	display: block;
	float: left;
	text-align: left;
	width: 340px;
	
}

#container {
	width: 871px;
}
#goldline {
	width: 871px;
	height: 2px;
	float: inherit;
	background-image: url(../images/goldline.jpg);
	margin: 2px 0px 0px 0px;
	overflow: hidden;
}
#goldline2 {
	width: 871px;
	height: 1px;
	float: inherit;
	background-image: url(../images/goldline.jpg);
	overflow: hidden;
}
#menu{
	width: 871px;
	height: 44px;
}
#content {
	width: 871px;
	height: 389px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	background-color:#000;
	background-image: url(../images/contentbg.jpg); 		
	background-repeat: repeat-x;
}
#contactcontent {
	width: 871px;
	height: 391px;
    margin: 2px 0px 2px 0px;
	background-color:#000;
	background-image: url(../images/contentbg.jpg); 
	background-repeat: repeat-x;
}
#left {
	width: 281px;
	height: 391px;
	float: left;
	background-image: url(../images/contactinfo.jpg);
	background-repeat: no-repeat;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#right {
	width: 500px;
	float: right;
	padding: 12px;
}
#footer {
	float: inherit;
	width: 871px;
	height: 31px;
	background-image: url(../images/gradient.jpg);
	margin: 2px 0px 2px 0px;
}
#bottom{
	width: 871px;
	height: 21px;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 2px 0px;
}

#bottommenu {
	float: left;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}

#copyright {
	float: right;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	border: none;
}

img {
	border: none;
}

a:link {
	color: #666666;
	text-decoration: none;
	outline: none;

}
a:visited {
	color: #666666;
	text-decoration: none;
	outline: none;

}
a:hover {
	color: #dca989;
	outline: none;
	text-decoration: none;
}
a:active {
	color: #666666;
	outline: none;
	text-decoration: none;
}

#myId{
	float: left;
	padding: 0px;
	margin: 0px;

}

#demo_style{
	float: left;
	padding: 0px;
	margin: 0px;

}

#demo_style1{
	float: left;
	padding: 0px;
	margin: 0px;

}

#nanny{
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 2;

}

#promo{
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 2;

}

#testpromo a:hover {
	background: ();
	z-index: 2;
}

/* David's Modifications */

/* Rates Page Switching Divs */
#switchcontent {
	display: inline;
	float: left;
	width: 871px;
	height: 389px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	overflow: hidden;

}

#switchcontent #one, #switchcontent #two, #switchcontent #three, #switchcontent #four, #switchcontent #five, #switchcontent #six {
	display: inline;
	float: left;
	padding: 10px;
	height: 389px;
	width: 550px;
	margin-left: 20px;	
	overflow: hidden;
	text-align: left;
	background: #000;
}

#switchcontent p {
	font-size: 13px;
	line-height: 13px;
	margin: 1px;
	padding: 1px;
}

div.headfoot {
	display: inline;
	float: left;
	width: 250px;
	height: 389px;
	padding: 5px;
	margin: 5px 5px 5px 10px;
	text-align: left;
	z-index: 1;
}

#switchcontent a {
	cursor: pointer;
}

#switches {
	display: block;
	margin: 0;
	text-align: left;
	z-index: 1;
}

#switches li {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
}

#switches li a {
	text-decoration: none;
}

.title {
	border-bottom: 1px solid #743310;	
	margin-bottom: 5px;
}

.small {
	clear: both;
	font-size: .7em;
	text-align: left;
	margin-bottom: 10px;
}

#small {
	font-size: .7em;
	text-align: left;
	clear: none;
	display: inline;
}

.roomimage {
	float:left; 
	border:1px solid black; 
	width:85px; 
	height:60px; 
	margin:6px;
}

/* Popup Image */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #231F20;
	padding: 5px;
	border: 2px solid #ddd;
	float: left;
	font-size: 13px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	text-align: center;
	
}

.popup_block p {
	font-size: 13px;
}

img.btn_close {
	float: right;
	margin: -50px -55px 0 0;
}


/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

