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

body {
	/*background-color: #e8e6dd;*/
	background-color: #1d3f95;
	/*background-image: url(images/newpagebg.jpg);*/
	font-size: 1em;
	background-repeat: repeat-x;
	
	font-family: Verdana, Geneva, sans-serif;
}

#wrap {
	width: 845px;
	margin: 40px auto;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}
.clear {
	clear: both;
}

#nav {
	width: 100%;
	height: 60px;
	margin: 0px auto;
}
#nav a {
	text-decoration: none;
	color: #000;
	
}
#nav .space {
	margin-left: 74px;
}

#header {
	width: 100%;
	margin: 5px auto;
}
#booking {
	width: 267px;
	display: block;
	float: left;
	position: relative;
	top: -5px;
	background-color: #e3e3e3;
	
	padding: 10px 10px 10px 10px;
	background-image: url(images/bookingbg.jpg);
	background-repeat: repeat-x;

}
#booking .small {
	font-size: 85%;
	font-style: italic;
}
#content {
	width: 531px;
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	position: relative;
	top: -5px;
	margin-left: 6px;
	background-color: #e3e3e3;
}
#content2 {
	width: 823px;
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	position: relative;
	top: -4px;
	background-color: #e3e3e3;
}
#heading {
	font-size: 120%;
}
#contentinside {
	font-size: 90%;
}
.smalldates {
	font-size: 85%;
	font-style: italic;
}
.smalldates2 {
	font-size: 80%;
	font-style: italic;
}
.checkouttable {
	border: 1px solid #000;
}
.smallmapslink {
	font-size: 85%;
	font-style: italic;
	color: #000;
}
#footer {
	margin: 50px auto;
	font-size: 75%;
	font-style: italic;
}
#footer a {
	color: #000;
}
.smalltable {
	font-size: 85%;
	width: 250px;
}
.oddcolumn {
	background-color: #fff;
	font-size: 85%;
	color: #333;
}
.oddcolumn2 {
	background-color: #fff;
	color: #333;
}
.oddcolumn2 a{
	color: #333;
	text-decoration: none;
}
.oddcolumn a {
	color: #333;
	text-decoration: none;
}
.monthheader {
	text-decoration: underline;
}
.smalltable a {
	color: #333;
	text-decoration: none;
}
.booked {
	background-color: #FF7878;
}
.selected {
	color: #C00;
}
.rooms {
	width: 500px;
	background-color: #fff;
	padding: 10px 10px;
	margin-bottom: 5px;
	
}
.roomheader {
	font-size: 110%;
	font-weight: bold;
}
#description {
	float: left;
	display: block;
	width: 420px;
}
#price {
	float: left;
	width: 80px;
	display: block;
}
.normal {
	color: #333;
	text-decoration: none;
}
.normal a {
	color: #333;
	text-decoration: none;
}
.daytopper {
	border-bottom: 1px solid #000;
	background-color: #ccc;
}
#price a {
	color: #00F;
}
.smalldates2 a {
	color: #00f;
}
