
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}

body {
	line-height: 1;
	overflow: scroll;
}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*end reset*/

*{
	margin: 0;
	padding: 0;
	}
	
#wrap {
	width: 940px;
	margin: auto;
	padding: 0 10px;
}

#logo {
	margin-bottom: 20px;
	margin-top: 20px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	display: inline;
	overflow: hidden;
}

#nav ul{
	
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a{
	float: left;
	padding: 20px 0 0 0;
	margin-right: 25px;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /*for IE/Win only*/
}

#nav a:hover, a:active{
	background-position: 0 -20px;
}

h1 {
	color: #0099ff;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

p {
	color: #666666;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
}

a {
	font-style: italic;
	text-decoration: underline;
	color: #0099ff;	
}

#tcottage a{
	width: 77px;
	background: url(images/cottage-nav.png) top left no-repeat;
}

#trates a{
	width: 115px;
	background: url(images/rates-nav.png) top left no-repeat;
}

#tisland a{
	width: 110px;
	background: url(images/island-nav.png) top left no-repeat;	
}

#tcontact a{
	width: 70px;
	background: url(images/contact-nav.png) top left no-repeat;
}

#columns{
	width: 960px;
	margin: 0;
	padding: 0;
	display: inline;
}

#middle{
	margin: 0 20px;
}

.column {
	width: 300px;
	float: left;
}

.column p{
	margin-bottom: 15px;
	margin-top: 10px;
} 
 
.welcome-text {
	font: italic 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #666666;	
}

#footer {
	margin-bottom: 50px;
	clear: both;
}

#footer p{
	font-size: 10px;
}
 
#look {
	width: 620px;
	margin-right: 20px;
	float: left;
	display: inline;
}
 
#details {
	height: 510px;
	margin-bottom: 13px;
} 

.amenities {
	color: #666666;
	list-style-type: circle;
	list-style-position: inside;
	font: 12px/21px Georgia, "Times New Roman", Times, serif;
}

.button-stack img{
	margin-bottom: 20px;
}

#ratetable{
	width: 940px;
}

#ratetable th{
		font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #555555;
	border-bottom: 1px solid silver;
}

#ratetable td{
		font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #555555;
	border-bottom: 1px solid silver;
	text-align: center;
	border: 1px solid silver;
	background-color: #eefbff;
}

#rates {
	margin: 20px 0;
}

#infoleft{
	width: 460px;
	float: left;
}

#inforight {
	width: 460px;
	float: right;
}

.rates {
	margin: 10px 0;
}

.rates strong {
	color: #555555;
}

.list{
	color: #666666;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 13px;
	line-height: 22px;
}

#rate-stack {
	margin-top: 20px;
}

#rate-stack h1 {
	margin-bottom: 20px;
}

#avails a{
	letter-spacing
}

.rates a{
	font-style: italic;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099ff;
}


#Links {
	clear: both;
	padding-top: 20px;
}




