@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Century Gothic", Arial;
	font-size: 12pt;
	color: #FFF;
	background-color: #FFF;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/redBackground.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}


#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#navigation {
	height: 30px;
	line-height: 30px;
}


#content {
	background-color: #cfab7a;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	
}

#specials {
    width: 215px;
    padding: 10px;
	float: right;
	margin: 5px;
	background-color:#c88b11;
	height: 195px;
}

#specials h2 {
	margin:0;
	padding:0;
	font-size: 12pt;
}


#topBanner {
	height: 110px;
	padding-left: 20px;
}
#accommodationTable td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

#topBanner p {
margin-top: 5px;
padding:0;
}


.floatLeft {
float: left;
}

.floatRight {
	float:right;
}

.contentheading {
color: #434d3e;
font-size: 12pt;
font-weight: bold;
margin-bottom: 30px;
}

.componentheading {
color: #434d3e;
font-size: 12pt;
font-weight: bold;
margin-bottom: 30px;
}



#content {
font-size: 10pt;	
}

#roomTypes {
}

#roomtypesHeading h2 {
	color: #434d3e;
	margin-left: 25px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 30px;
	margin-right: 0px;
}

#bottomSection {
	color: #434d3e;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
}

#bottomSection a {
color: #cfab7a;
font-weight: normal;
text-decoration: none;
}

#bottomSection ul {
margin: 0px;
padding: 0px;
list-style-type: none;
margin-right: 30px;
}


