	/* ********* BODY PROPERTIES AND BOXES CSS ********* */

	html, body {
		height: 100%;
		width: 100%;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #000;
		overflow:hidden;
		font-family:arial;
		font-size:11px;
		text-align:justify;
		color:#fff;
		background-image:url(../../cust/html/imgs/wallpaper-bg.jpg);
		background-repeat:repeat-x;
	}
	
	
	#outsidecontainer_old {
	height:63%;
	position: fixed;
	top:120px;
	left: 2%;
	right: 1%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	*left: 50%;	/* IE 7 HACK */
	*margin-left: -350px;	/* IE 7 HACK */
	_left: 2%;	/* IE 6 HACK */
	_margin-left: auto;	/* IE 6 HACK */
	margin-bottom: 20px;
	text-align:center;
	border:1px dotted #885570;
	overflow:auto;
	_overflow: hidden; /* IE 6 HACK */
	}
	
	#outsidecontainer {
	height:83%;
	position: absolute;
	top:10px;
	left: 2%;
	right: 1%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	*left: 50%;	/* IE 7 HACK */
	*margin-left: -350px;	/* IE 7 HACK */
	_left: 50%;	/* IE 6 HACK */
	_margin-left: -350px;	/* IE 6 HACK */
	margin-bottom: 20px;
	text-align:center;
	border:1px dotted #885570;
	overflow:auto;
	_overflow: hidden; /* IE 6 HACK */
	}
	
	
/* ********* LOGO DIV PROPERTIES ********* */

.container {
	z-index:1000;
}

.left-element {
   float: left;
   width: 49%;
   text-align:left;
   }

.right-element {
   float: right;
   width: 49%;
   text-align: right; 
   }

	
/* ********* STICKY FOOTER PROPERTIES ********* */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 80px; /* .push must be the same height as .footer */
}

.footerbg {
	position:absolute;
	width:100%;
	height:80px;
	background-image:url(../../cust/html/imgs/footer-bg.jpg);
}

/* ********* QUICKBOOK FORM PROPERTIES ********* */

#quickbookform {
	display: block;
	position: absolute;
	left: 0px;
}
#page #quickbookform tr td {
	vertical-align: middle;
	text-align: right;
}
#quickbookform * {
	font-size: 10px;
	color: rgb(228,228,228);
}
#quickbookform select, #quickbookform img {
	display: block;
	border: 1px solid rgb(105,105,105);
	background-color: #000;
}
#quickbookform #ci_ym {
	width: 84px;
	height: 19px;
}
#quickbookform #nights, #quickbookform #ci_day {
	width: 40px;
	height: 19px;
}
#quickbookform #rateslink, #quickbookform #rateslink:visited {
	text-decoration: none;
	color: rgb(170,162,77);
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#quickbookform #rateslink:hover {
	color: rgb(221,215,181);
}

/* ********* FOOTER DIVS PROPERTIES FROM LARS ********* */

#widthcontainerbottom2 {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
}

#footerspecials { /* THIS IS FOR THE BOTTOM LEFT SECTION WITH THE SPECIALS */
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
}

#footermenu { /* THIS CAN BE FOR THE SUB LINKS */
	
	position: absolute;
	width:389px; /* WAS 340px WITHOUT VIDEO */
	height:30px;
	right: 0px;
	top: 30px;
	/*display: block;
	font-size: 9px;
	line-height: 16px;*/
}
#footermenu a, #footermenu a:visited{
	color: rgb(201,185,167);
	text-decoration: none;
	text-transform: lowercase;
}
#footermenu a:hover {
	color: #FFF;
}
#avviolink {
	position: absolute;
	right: 14px;
	top: 62px;
	font-size: 9px;
	color: rgb(124,124,124);
}
#avviolink a, #avviolink a:visited {
	text-decoration: none;
	color: rgb(124,124,124);
}

#avviolink a:hover {
	color: rgb(255,222,248);
}

.avviolinkbreaker {
	color: rgb(236,4,189);
	padding: 0px 2px;
}

#mainnav { /* THIS IS FOR THE MAIN NAV */
	position: absolute;
	width:511px;
	height:30px;
	right: 0px;
	top: 0px;
}

/* ********* CONTENT PROPERTIES ********* */

	.maincontentone { 
	font-size:12px;
	line-height:16px !important;
	line-height:18px;
	color:#baa8bb;
	text-align:justify;
	}
	
	.maincontenttwo { 
	font-size:11px;
	line-height:14px !important;
	line-height:14px;
	color:#b173b7;
	text-align:justify;
	}
	
	.links-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height:19px;
	text-decoration: none;
}

	.links-white a, a:hover {
	color:#fe2fd4;
}

	.links-pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ff08cd;
	line-height:19px;
	text-decoration:none;
}

	.sitemap-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ff08cd;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}
	.sitemap-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	text-decoration:none;
}

	.press-links {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
