body {
	background: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	color: #3773a9;
}

p {
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #a93737;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #a93737;
}


#wrapper {
	width: 690px;
	
}

#masthead {
	background: #3773a9;
	width: 100%;
}

.masthead_image {
	float: left;
	padding-top: 2px;
	padding-left: 70px;
}


#menu {
	height: 30px;
	background-color: #a93737;
	font-size: 12px;
	font-weight: bold;
}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
        padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	line-height: 30px
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#content_wrapper {
	margin: 0;
	padding: 0;
	width: 686px;
}

#content {
	margin-left: -2px;
	padding: 5px;
	text-align: left;
	float: left;
}

#calendar {
	padding-top: 10px;
	padding-bottom: 10px;
	// margin-left: 510px;
	margin-right: -2px;
}

.image_left {
	padding-right: 8px;
	float: left;
}	

.image_right {
	padding-left: 8px;
	float: right;
}

.left_col {
	padding: 2px;
	text-align: right;
	width: 200px;
	float: left;
}

.right_col {
	padding: 2px;
}

.cal_header {
	padding: 2px;
	width: 350px;
	background-color: #3773a9;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.cal_header a {
	color: #fff;
}

.day_names {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	
}

.key_text {
	text-align: right;
	font-size: 12px;
	color: #3773a9;
}

.day_dates {
	text-align: center;
	font-size: 14px;
	
	color: #3773a9;
}

.booked {
	text-align: center;
	font-size: 14px;
	background-color: #a93737;
	color: #fff;
}

.today {
	text-align: center;
	font-size: 12px;
	background-color: #3773a9;
	color: #fff;
	font-weight: bold;
}

.rates_left_col {
	font-size: 12px;
	float: left;
}

.rates_right_col {
	font-size: 12px;
	float: right;
}

#footer {
	clear: both;
	background: #3777a9;
	color: #fff;
	width: 100%;
	padding: 2px;
	font-size: 12px;
	font-style: italic;
}


