/* PAGE PROPERTIES */
BODY {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: none;
	width: auto;
	font-family: arial, helvetica, geneva;
	text-align: center;
	font-size: 12pt;
	background: #1a4060;
	}
#wrapper {
	position:relative;
	width:900px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
#Logo {
	position:relative;
	width:900px;
	height: 81px;
	z-index:2;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
#mainImage {
	position:relative;
	width:900px;
	height: 500px;
	z-index:3;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
#menu {
	position:absolute;
	width:900px;
	z-index:4;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
#mainArea {
	position:relative;
	width:900px;
	height: 280px;
	z-index:5;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
#mainHome {
	position:absolute;
	width:573px;
	height: 275px;
	z-index:6;
	left: 0px;
	top: 0px;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
#homePhoto {
	position:absolute;
	width:322px;
	height: 275px;
	z-index:7;
	left: 578px;
	top: 0px;
	margin: 0 auto 0;
	}
#bar {
	position:absolute;
	width:900px;
	height: 14px;
	z-index:6;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #1a4060;
	}
#mainMost {
	position:absolute;
	width:890px;
	height: 275px;
	z-index:7;
	left: 0px;
	top: 15px;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
#mainLeft {
	position:absolute;
	width:327px;
	height: 216px;
	z-index:7;
	left: 0px;
	top: 15px;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
#mainRight {
	position:absolute;
	width:558px;
	height: 216px;
	z-index:7;
	left: 327px;
	top: 15px;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
#roomsLeft {
	position:absolute;
	width:179px;
	height: 216px;
	z-index:7;
	left: 0px;
	top: 15px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
#roomsRight {
	position:absolute;
	width:716px;
	height: 216px;
	z-index:7;
	left: 179px;
	top: 15px;
	padding: 5px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background: #c2aa94;
	}
/* TEXT PROPERTIES */
P {
	color: #000000;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
	}
.errText {
	color: #990033;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
	font-weight: bold;
	}
.thanksText {
	color: #1a4060;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
	font-weight: bold;
	}
.boldText {
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
    }
INPUT, TEXTAREA, SELECT {
	font-size: 0.8em;
	font-family: Arial, Helvetica, Sans-serif; 
	color: #000000;
	}
UL, LI {
	color: #000000;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 20px; /* Top Right Bottom Left */
	bullet-type: star;
	}