/* default styles */
body {
	margin: 0;
	padding: 0;
	background: url('images/background.jpg') no-repeat;
	background-color: #000;
	background-position: top center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	}

img {
	border: none;
	}

#container {
	width: 990px;
	text-align: left;
	margin: 0 auto;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}

/* header */

#header {
	height: 96px;
	}

#header-left {
	width: 694px;
	height: 96px;
	float: left;
	}

#headerlinks {
	text-transform: uppercase;
	font-weight: bold;
	color: #cc9999;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}

#headerlinks a.highlight {
	color: #fff;
	border-bottom: 3px solid #ff9933;
	}

#headerlinks a {
	color: #cc9999;
	text-decoration: none;
	}

#logo {
	position: relative;
	top: 53px;
	left: 63px;
	}

#logo h1 {
	background: url('images/logo.jpg');
	width: 169px;
	height: 28px;
	}

#logo h1 span {
	display: none;
	visibility: hidden;
	}

#header-right {
	width: 296px;
	height: 96px;
	float: left;
	}

/* content area */

#contentcontainer {
	clear: both;
	background: url('images/contentarea.gif') repeat-y;
	width: 867px;
	margin-left: 63px;
	border-bottom: 7px solid #c5c5c5;
	}

#contentcontainer #heading {
	background: url('images/contentareahdr.gif') no-repeat;
	height: 7px;
	}

#content {
	width: 607px;
	float: left;
	}

#content .inner {
	padding: 12px 8px 8px 8px;
	}

/* fullbox styles */

#content .fullbox {
	margin-bottom: 20px;
	}

#content .fullbox .title {
	background: url('images/h2bg.gif') no-repeat;
	padding-left: 18px;
	padding-top: 3px;
	}

#content .fullbox h2 {	
	font-size: 18px;
	color: #69020a;
	margin: 0;
	font-weight: normal;
	font-family: georgia, arial, verdana, sans-serif;
	}

#content .fullbox .subtitle {
	font-size: 9px;
	font-family: arial, verdana, sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	}

#content .fullbox .fullbox-content {
	margin-top: 5px;
	color: #333;
	font-size: 12px;
	padding: 5px 20px;
	background: url('images/contentbg.jpg') repeat-x;
	}

/* room review layout */

#content .fullbox .fullbox-content .room-review {
	margin-top: 15px;
	}

#content .fullbox .fullbox-content .room-review .roomlogo {
	float: left;
	padding-top: 13px;
	width: 194px;
	}

#content .fullbox .fullbox-content .room-review .room-content {
	float: left;
	width: 340px;
	}

#content .fullbox .fullbox-content .room-review h3 {
	margin: 0;
	padding: 3px;
	color: #333;
	background-color: #f6f6f6;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted;
	}

/* table styles */
.table {
	
	}

.table td {
	height: 25px;
	background-color: #f5f4ef;
	}

.table th {
	background-color: #a6a5a4;
	padding: 3px;
	color: #fff;
	}

/* right column */

#rightcolumn {
	width: 260px;
	float: left;
	}

#rightcolumn .inner {
	padding: 10px 8px;
	}

#rightcolumn h3 {
	background: url('images/rightcol-hdr.jpg') no-repeat;
	margin: 0;
	padding-left: 16px;
	font-size: 12px;
	color: #868686;
	}

#rightcolumn ul.nav {
	margin: 5px 0 0 0;
	padding-left: 0px;
	list-style-type: none;
	}

#rightcolumn ul.nav li {
	padding-left: 15px;
	line-height: 2.2em;
	border-bottom: 1px dashed #a6a5a4;
	}

#rightcolumn ul.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#rightcolumn ul.nav ul li {
	padding-left: 25px;
	}

#rightcolumn ul.nav li:hover {
	background-color: #f5f4ef;
	}

#rightcolumn ul.nav li a {
	background: url('images/li-arrow.gif') no-repeat;
	background-position: center left;
	padding-left: 10px;
	color: #454545;
	display: block;
	text-decoration: none;
	}

#rightcolumn ul.nav li a:hover {
	}

/* footer */
#footer {
	text-align: justify;
	color: #474747;
	width: 840px;
	margin: 0 auto;
	}