body {
	display: block;
	margin:10px;
	padding:0px;
	background: #fff;
	text-align : center;
	font-size: 100%;
	}

object {
	border: none;
	}

a	{
	font-family: sans-serif;
	color: #00f;
	font-size: 90%;
	}
b {
	color: #137;
	}

.page {
	text-align : left;
	background: transparent;
	/* width: 762px; */
	
	border: none;
	margin: 0px auto;
	padding: 0px;
	}

.container {
	padding: 5px;
	background:#fff;
	padding-bottom:10px;
	}

#banner {
	border: 1px solid #666;
	background: #fff;
	height: 120px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: right;
	}

#banner a, #banner a:hover, #banner a:visited { 
	border: 0;
	color: #000;
	}

#byline {
	border: 1px solid #666;
	font-family: serif;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight : bold;
	font-size: 14px;
	letter-spacing: .1em;
	font-variant: small-caps;
	
	}

img {
	border: none;
	}

#title {
	display: none;
	}

#right {
	width: 200px;
	float: right;
	clear: right;
	background: transparent;
	overflow: hidden;

	font-size: 80%;
	}

#center {
	border: 1px solid #666;
	border-bottom: none;
	margin: 0px;
	padding: 10px;
	background: #fff;
	text-align: justify;
	}

.centerbox {
	clear: left;
	}

.sidebox {
	margin-top: 10px;
	}

#right .boxheader {
	background: #359;
	color: #fff;
	text-align : center;
	text-decoration : none; 
	text-transform: uppercase;
	vertical-align: middle;
	font-weight : bold;
	letter-spacing: .1em;
	font-size: 130%;
	font-family: sans-serif;
	}

#amenities .boxcontent, #photos .boxcontent {
	background: #cdf;
	font-family: serif;
	padding: 5px;
	text-align : left;
	}

#availability .boxcontent, #pic .boxcontent {
	text-align : center;
	}

#availability table {
	padding: 1px;
	background: #ccc;
	border: none;
	}

#availability td {
	text-align: center;
	background: #fff;
	font-family: sans-serif;
	font-size:10px;
	font-weight: bold;
	width: 26px;
	height: 20px;
	}

#availability .month {
	width: 196px;
	font-size:12px;
	}

#availability .weekday {
	background: #cdf;
	}

#availability .bookedday {
	background: #f00;
	}

#right ul {
	list-style: none;
	margin: 0px 5px;
	padding-left: 1em;
	text-indent: -1em;
	}

#center .boxheader {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #cdf;
	text-transform: uppercase;
	color: #000;
	text-align : left;
	padding: 0px 0px 1px 5px;
	margin-right: 200px;
	text-decoration : none; 
	vertical-align: middle;
	font-weight : bold;
	font-family: sans-serif;
	}
	

#center .boxcontent {
	font-size: 90%;
	font-family: serif;
	padding: 5px 5px 0px 10px;
	}

#features ul {
	list-style: none;
	margin: 0px 5px;
	padding-left: 1em;
	text-indent: -1em;
	}

 .rate {
	display: inline;
	background: #cdf;
	text-align : left;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	font-family: sans-serif;
	}

	
.boxfooter {
	text-align: center;
	}

#footer {
	margin-top: 0px;
	clear: both;
	background: #fff;
	border : none; 
	border-top: 1px solid #000;
	}


.menubar {
	height : 20px; 
	padding: 0px;
	border : 1px solid #666; 
	border-left: none;
	margin-bottom: 5px;
	background: #bce;
	text-align : center;
	}

.menu {
	text-align : center;
	display: block;
	float: left;
	width: 20%;
	}
#menu5 {
	width: 20%;
}

.menulink {
	display : block; 
	height : 16px; 
	padding : 2px 0px; 
	margin: 0px;
	text-align : center;
	text-decoration : none; 
	text-transform: uppercase;
	vertical-align: middle;
	font-weight : bold;
	font-size: 12px;
	font-family: sans-serif;
	letter-spacing: .1em;
	border: none;
	border-left: 1px solid #666;
	color : #000; 
	} 



 .menulink:hover {
	background: #248;
	color: #bce;
	}

