/* mac hide\*/
html, body {height:100%}
/* end hide */

.class1 a:link {
	text-decoration:none;
	color: #FFFFFF;
	}

.class1 a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}

.class1 a:active {
	text-decoration:none;
	color: #FFFFFF;
	}

.class1 a:hover {
	color: #FFFFFF;
	}

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
	}

#outer { 
	min-height:100%;
	width:758px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:626px;
	}

#header {
	position:absolute;
	top:0;
	width:758px;
	height:200px;
	border:1px solid #CCCCCC;
	overflow:hidden;
	color: #000000;
	font-family: verdana;
	font-size: 14pt;
	background: url('banner2.jpg');
	background-repeat:no-repeat;
	background-color:#160000;
	}

#footer {
	width:758px;
	clear:both;
	height:20px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #000;
	background-color: #FF8080;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	}
	
* html #footer {/*only ie gets this style*/
	\height:152px;/* for ie5 */
	he\ight:150px;/* for ie6 */
	}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:758px;
	padding-top:5px;
	padding-bottom:0px;/* needed to make room for footer */
	background-color: #e2e2e2;
	}

#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

h1 {
	font-size:14pt;
	margin-left: 20px;
	}

#menu {
	width:758px;
	height:30px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color: #DAA520;
	color: #000000;
	text-align:center;
	margin-top:200px;
	vertical-align:middle;
	}

#navigation {
	font-family:verdana;
	font-color:#FFFFFF;
	font-size:10pt;
	color:#FFFFFF;
	font-weight: bolder;
	text-align:center;
	}

#newsbox {
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom: 50px;
	font-size:10pt;
	font-family:verdana;
	background-color: #FFFFFF;
	}


#smallbox {
	border: 1px solid #CCCCC;
	padding:30px;
	font-size:10pt;
	font-family:verdana;
	}

#image {
	padding:10px;
	}

#title {
	background-color:#8B3626;
	padding:10px;
	color: #FFFFFF;
	font-size:12pt;
	text-transform:uppercase;
	font-weight:bold;
	}

#content {
	padding-top:10px;
	font-size:9pt;
	}

table.menu {
	border: 1px solid #CCCCCC;
	}

ul, li {
	margin-left:20px;
	list-style-position: outside;
	}

table.hotels, td.hotels, th.hotels {
	font-size:9pt;
	margin-bottom:50px;
	vertical-align:top;
	text-align:left;
	border:1px solid #CCCCCC;
	}

p.back {
	padding-bottom:50px;
	}

#blueheader {
	background-color:#02bfd5;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:left;
	padding:10px;
	}
