@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	text-align: center;
	color: #000000;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
	
.center #container {
	position:static;
	width: 700px;
	height:auto;
	background:#E8E1BB;
	margin: 0 auto;
	padding-bottom:0px;
	/*border:1px solid #666;*/
	text-align: left; 
	}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	text-decoration:underline;
	}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}
	
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:7px;
	margin-bottom:7px;
	}
	
p.gallery {
	color:#FFFFCC;
	}
	
p.fineprint {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#663300;
	margin-top:4px;
	margin-bottom:4px;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#663300;
	line-height:22px;
	margin-top:0px;
	margin-bottom:10px;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#993300;
	
	margin-top:5px;
	margin-bottom:8px;
	
	line-height:18px;
	letter-spacing:0px;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase;
	color:#663300;
	
	margin-top:0px;
	margin-bottom:0px;
	
	line-height:14px;
	letter-spacing:1px;
	}
	
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#663300;
	
	margin-top:10px;
	margin-bottom:-2px;
	}
	
ul {
	font-size:14px;
	margin-top:0px;
	margin-bottom:15px;
	}
	
hr {
	color:#660000;
	}
	
tr {
	background-color:#CCCC99;
	}
	
img.floatleft {
	margin-left:0px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0px;
	float:left;
	}
	
img.floatright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-top:10px;
	}
	
/*********//*********//*********
CONTENT OF MAIN WINDOW
/*********//*********//*********/

#header {
	width:700px;
	height:300px;
	background-color:#000000;
	}

#menu {
	position:static;
	text-align:center;
	
	margin-left:0px;
	margin-bottom:15px;
	
	width:700px;
	height:28px;
	background-color:#330000;
	
	z-index:1000;
	}
	
#menu p {
	font-size:20px;
	}
	
.leftbar {
	height:auto;
	width:260px;
	
	margin-left:15px;
	margin-bottom:0;
	
	float:left;
	clear:right;
	}
	
.rightbar {
	position:relative;
	
	width:380px;
	height:auto;
	
	margin-left:300px;
	margin-bottom:0px;
	margin-top:15px;
	
	z-index:100;
	}
	
.gallery {
	height:auto;
	width:auto;
	
	margin-left:15px;
	margin-bottom:0;
	
	float:left;
	clear:right;
	}
	
/*----------------------

----------------------*/
#rooms {
	position:relative;
	height:120px;
	margin-bottom:10px;
	border-bottom:dotted thin;
	}
	
.details {
	font: 11px arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 5px;
	background:#666600;
	}
.details:hover {
	font: 11px arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 5px;
	background:#330000;
	}
	
/*----------------------

-----------------------*/
	
	
/*********//*********//*********
FOOTERS
/*********//*********//*********/
	
.footerclear {
	clear: both;
	width:700px;
	}

#footer {
	clear:both;
	position:static;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	width:695px;
	/*border-top: thin solid #6699CC;*/
	color:#FFFFFF;
	background-color:#330000;
	font-size:10px;
	font-family:sans-serif;
	text-align:center;
	}
	
#footer a {
	font-family: sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	font-family: sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}