html, body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CACAAE;
	background-color: #000000;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hiddenPic {
	display:none;
}
#maindiv {
	width: 900px;
	margin: 0 auto;
	background-color: #610000;
	min-height: 530px;
}
#menudiv {
	width: 860px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background-image:url(images/menu_bg.gif);
}
#menudiv a {
	font-size: 13px;
	font-weight: bold;
	color: #CACAAE;
	text-decoration: none;
}
#footerdiv {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFCC00;
	;
	background-color: #610000;
}
#footerdiv a {
	font-size: 11px;
	color: #FFCC00;
}
#logodiv {
	width: 840px;
	height: 130px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: right;
}
#bannerdiv {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top.jpg);
}
#bannerdiv_rooms {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_rooms.jpg);
}
#bannerdiv_aboutus {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_aboutus.jpg);
}
#bannerdiv_amenities {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_amenities.jpg);
}
#bannerdiv_menu {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_menu.jpg);
}
#bannerdiv_mailinglist {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_mailinglist.jpg);
}
#bannerdiv_reservation {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_reservation.jpg);
}
#bannerdiv_affiliation {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_partners.jpg);
}
#bannerdiv_events {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_events.jpg);
}
#bannerdiv_partners {
	width: 880px;
	height: 220px;
	padding: 19px 10px 0 10px;
	background-image:url(images/banner_top_partners.jpg);
}
.leftdiv {
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
.rightdiv {
	background-image: url(images/right_bg.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
.titlediv {
	background-image: url(images/wave_r3_c2.gif);
	background-repeat: no-repeat;
	padding: 15px 0 0 10px;
	font-size: 18px;
	letter-spacing: 2px;
}
.bodydiv {
	background-image: url(images/body_bg.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	vertical-align: top;
}
.submenu {
	width: 130px;
	height: 25px;
	margin-left: 20px;
	padding-top: 7px;
	text-align: right;
	border-bottom: 1px solid #8F7347;
}
.submenu a {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.submenu a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text14 {
	font-size: 12px;
	font-weight: bold;
}
.text10 {
	font-size: 10px;
	font-weight: bold;
}
.text10s {
	font-size: 10px;
}
.text11s {
	font-size: 11px;
}
.text14yellow {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.text10yellow {
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
}
.eventSummary {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: underline;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
.yellowLink {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: underline;
}
.yellowLinkBig {
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}	
.yellowLinkBig a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.yellowLinkBig a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
