﻿body
{
	margin: 0px;
	background-color: #ccffff;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

#Container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#Logo
{
	margin-top: 20px;
	display: block;
	float: left;
	position: relative;
	z-index: 2;
}

#PageTitle
{
	float: right;
	font-size: 20px;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 30px;
	width: 700px;
	margin-bottom: 20px;
}

#MenuBarTop
{
	float: right;
	width: 700px;
	
}

#MenuBarTop a
{
	padding-top: 5px; 
	padding-bottom: 5px;
	width: 125px;
	text-align: center;
	display: block;
	float: right;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	background: url(images/Btn.gif) no-repeat 0% 0%;
	display: block;
	color: #000000;
}

#BelowMenuBar
{
	background-color: #99ccff;
	height: 10px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#CopyrightBar
{
	background-color: #99ccff;
	height: 4px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#Copyright
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: right;
}

#Bar
{
	width: 1000px;
	float: left;
	margin-left: -80px;
}

#PageArea
{
	width: 920px;
	margin-left: 80px;
}

/* Hompage */

#MenuBar
{
	width: 330px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}

#Menu
{
	width: 330px;
	font-family: Forte;
	font-size: 22px;
	margin-top: 50px;
	text-align: center;
}

#FeatureList
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color: #ccff99;
	border: solid 3px #000000;
}

#FeatureListInner
{
	margin: 10px;
	width: 280px;
}

#FeatureListInner li
{
	font-size: 20px;
}

#ImageBar
{
	width: 220px;
	float: left;
}

#ImageBar img
{
	border: 0px;
	margin-bottom: 5px;
}

#QuoteBar
{
	width: 330px;
	float: left;
	margin-left: 10px;
}

#Quote
{
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Viner Hand ITC;
	font-size: 21px;
	text-align: left;
}

.QuoteOpen
{
	width: 16px;
	float: left;
	background-image: url(Images/QuoteOpen.gif);
	display: inline;
	height: 25px;
	margin-right: 3px;
}

.QuoteClose
{
	width: 16px;
	float: right;
	background-image: url(Images/QuoteClose.gif);
	display: inline;
	height: 25px;
	margin-left: 3px;
}

/* Available Rooms */

.House
{
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}

.HouseTitle
{
	width: 100%;
	border-bottom: solid 2px #000000;
	text-align: center;
	font-weight: bold;
	float: left;
	font-size: 16px;
}

.HouseText
{
	width: 880px;
	margin: 10px;
	float: left;
}

.HouseText img
{
	float: left;
	padding-right: 10px;
}

/* The Houses */

#HousesBar1
{
	width: 235px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}

#HousesImageBar
{
	width: 430px;
	float: left;
}

#HousesImageBar img
{
	border: 0px;
	float: left;
}

#HousesBar2
{
	width: 215px;
	margin-left: 10px;
	float: left;
}

.Quote
{
	margin-top: 20px;
	float: left;
	font-family: Viner Hand ITC;
	font-size: 16px;
	text-align: left;
}

/* Contact Us */
.ContactBlock
{
	width: 567px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

.ContactLeft
{
	width: 200px;
	float: left;
}

.ContactRight
{
	width: 367px;
	float: left;
}

.Block
{
	width: 900px;
	border: solid 2px #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #ccccff;
	color: #000000;
	float: left;
}

.BlockTtl
{
	width: 880px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	display: block;
}

.BlockImg
{
	width: 250px;
	float: left;
	padding: 10px;
	display: block;
}

.BlockDet
{
	width: 580px;
	padding: 10px;
	float: left;
	display: block;
}

.HpCol
{
	width: 290px;
	display: block;
	float: left;
}

hr
{
	border: solid 2px #000000;
}

.LeftCol
{
	width: 200px;
	float: left;
	font-weight: bold;
	display: block;
}

.RightCol
{
	width: 380px;
	float: left;
	display: block;
}