html, body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	background-color: #dfdfdf;;
	text-align: center; 
}

#container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	background-color: #B6B6B6;
	border: 1px solid #333;	
}

#menu {
	margin: 0;
	padding: 0;
	width: 190px;
	background-color: #B6B6B6;
}

#logobox {
	clear: both;
	width: 770px;
	height: 140px;
	min-height: 140px;
	background-color: #000066;
}


#body {
	background-color: #B6B6B6;
	width:770px;
	height: auto;
}

#left, #submenu,#contacts {
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
	background-color: #B6B6B6;
	padding-top:20px;
	text-align: right;
	_height:100%;
	height:auto;
	min-height: 100%;
	
}

#left img {
	margin-left: 5px;
}

#right {
	width: 214px;
	background-color: #fff;
	padding-top:20px;	
	float: left;
	padding-left: 0px;
	
}

/*\*/
* html #right {
	width: 214px;
}
/**/

#right img {
	float: right;
	margin-right: 3px;
	margin-bottom:15px;
}

#white {
	background-color: #fff;
	height: auto;
	min-height: 365px;
	width: 580px;
	float: left;
}

/*\*/
* html #white {
	height: 365px;
}
/**/

#left ul {
	list-style-type: none;
	margin:10px;
	padding:10;
	padding-left:10px;
}

#left li {
	margin-bottom: 25px;
}

#left li a:link {
	color: #ffffff; font-size: 1.4em; font-family:times,helvetica,verdana,arial,sans-serif; text-decoration: none; font-weight: bold;
}
#left li a:active {
	color: #ffffff; font-size: 1.4em; font-family:times,helvetica,verdana,arial,sans-serif; text-decoration: none; font-weight: bold;
}
#left li a:visited {
	color: #ffffff; font-size: 1.4em; font-family:times,helvetica,verdana,arial,sans-serif; text-decoration: none; font-weight: bold;
}
#left li a:hover {
	color: #ff9900; font-size: 1.4em; font-family:times,helvetica,verdana,arial,sans-serif; text-decoration: none; font-weight: bold;
}

/* enquiry form */
#enquiry div.row {
	clear: both;
	display: inline;
}

#enquiry input, #enquiry textarea{
	margin-bottom: 5px;
}

#enquiry label.col1 {
	float: left; width: 160px; text-align: right; margin-right: 5px;
}

#enquiry span.col2 {
	float: left; width: 240px; text-align: left;
}

#enquiry span.req {
	color: #f00;
}

#enquiry input.submit {
	border: 1px solid #006;
	background-color: #ffa500;
	color: #fff;
	margin-left: 220px;
	margin-top: 5px;
}
/* end enquiry form */


#content {
	background-color: #fff;
	margin-right: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 343px;
	height: auto;
	max-height:2000px;
	float: left;
}


#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #999999;
	margin-bottom: -8px;
	margin-top: 0px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:400;
	margin-bottom: -15px;
	color: #3A7999;
	margin-top: 20px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:100%;
	line-height:1.4em;
}

#content p.email {
	margin-bottom:100px;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:1.2em;
	line-height:1.4em;
}

#content li {
	list-style-type: square;
}

#content ul li ul li {
	font-size: 0.7em;
}


#content a {
	text-decoration: underline;
	color: #ffa500;
}


#footer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	margin: 0px auto;
	width: 770px;
	clear: both;
}

img {display: block;
	border:0;
	padding:0;
	margin:0;}
	
.row {
	width: 100%;
	margin-top:10px;
	clear: both;
	height: 10px;
}

.row .button {
	margin-top:10px;
}

span.label {
	width: 40%;
	text-align: right;
	float:left;
}

span.widget {
	width: 58%;
	text-align: left;
	float: right;
}

.room {
	background-color:#FEDEA7;
	color: #555;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.price {
	background-color:#C4C4DC; 
	color: #555;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}