body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #578fac;
	padding: 0px;
	margin: 0px;
}

#Container {
	padding: 0px;
	margin: 0px;
	width: 740px;
	border: 1px solid #14455c;
	float: left;
}

#BodyContainer {
	background-image: url(../images/bodyBackground.jpg);
	background-repeat: no-repeat;
	background-color: #a6c4cc;
	width: 100%;
	float: left;
}

#BodyContainerAvailability {
	background-color: #a6c4cc;
	width: 100%;
	float: left;
}

#BodyContent {
	width: 500px;
	color: #14455c;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
}

#BodyContent h1, #BodyContent p, #BodyRightBar h1, #BodyRightBar p {
	margin-left: 10px;
	margin-right: 10px;
}

#BodyContent h1 {
	font-size: 20px;
}

#BodyContent table {
	width: 95%;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


table.accomodations th, table.rates th {
	border-bottom: 1px solid #14455c;
	text-align: left;
	font-weight: bold;
	padding: 3px;
}

table.accomodations td, table.rates td {
	font-size: 10px;
	border-bottom: 1px dotted #aaaaaa;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.accomodations td.number, table.rates td.number {
	width: 30px;
	text-align: right;
	padding-right: 10px;
}

table.accomodations td.name, table.rates td.name {
	width: 85px;
}

table.rates td.rate1, table.rates td.rate2, table.rates td.rate3 {
	text-align: center;
	width: 75px;
}

table.rates td.rate2, table.rates td.rate3 {
	border-left: 1px dotted #aaaaaa;
}

#BodyRightBar h1 {
	font-size: 16px;
}

#BodyRightBar {
	float: right;
	width: 240px;
	color: #14455c;
	font-family: serif;
	font-size: 12px;
	padding-top: 10px;
}

#Footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/navbarBackground.gif);
	background-color: #86b2d3;
	background-repeat: repeat-x;
	border-top: 1px solid #5a83a1;
	font-size: 10px;
	color: #333333;
	float: left;
	width: 100%;
}

#Header {
	background-image: url(../images/header.jpg);
	width: 100%;
	height: 150px;
}

#Navbar {
	background-image: url(../images/navbarBackground.gif);
	background-color: #86b2d3;
	background-repeat: repeat-x;
	height: 50px;
	border-top: 1px solid #5a83a1;
	border-bottom: 1px solid #5a83a1;
	padding-left: 10px;
}

#Navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#Navbar ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#Navbar ul li a {
	color: #14455c;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

#Navbar ul li a:hover {
	color: #333333;
}

.center {
	text-align: center;
}

.emphatic {
	font-weight: bold;
	font-style: italic;
}

p.photos img {
	margin-top: 10px;
}
