body {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #868d96;
	color: #5A5959; 
	font-family: Arial, Tahoma, Verdana; 
	font-size: 9pt;
	text-align: left;
}

div#container {
	margin: 0 auto;
	width: 740px;
	background-color: #FFFFFF;
	border: 1px solid #4E5256;
}

div#header {
	margin: 0 auto;
	width: 740px;
	height: 70px;
	color: #ABCFF9;
	padding-bottom:10px;
}

div#navigation {
	margin: 0 auto;
	width: 740px;
	height: 20px;
	color: #8F8F8F;
	text-align: center;
	font-size: 11pt;
	vertical-align: middle;
	padding-bottom:5px;
	padding-top:5px;
}

div#banner_top {
	margin: 0 auto;
	width: 740px;
	height: 17px;
	background-image: url(images/banner_border_top.gif);
	background-repeat: repeat;
	background-color: #9E342F;
}

div#banner {
	margin: 0 auto;
	width: 740px;
	height: 270px;
	background-color: #363636;
}

div#banner_content {
	margin: 0 auto;
	width: 740px;
	height: 175px;
	background-color: #363636;
}

div#banner_cottages {
	margin: 0 auto;
	width: 740px;
	height: 285px;
	background-color: #363636;
}

div#banner_bottom {
	margin: 0 auto;
	width: 740px;
	height: 6px;
	background-image: url(images/banner_border_bottom.gif);
	background-repeat: repeat;
	background-color: #EAC133;
}

div#content {
	margin: 0 auto;
	width: 740px;
}

div#content_margins {
	width: 95%;
	margin: 10px;
	border: 1px solid #FFFFFF;
}

div#footer {
	margin: 0 auto;
	text-align: center;
	width: 740px;
	height: 25px;
	font-size: 8pt;
	clear: both;
}

div.youtube {
	width: 370px;
	float: left;
}

div.video_border {
	width: 360px;
	height: 270px;
	float: left;
	border: 1px solid #4E5256;
}

div.comment {
	margin: 10px 0px 10px 10px;
	padding: 3px;
	width: 300px;
	text-align: center;
	color: #9E342F;
	background-color: #FDF790;
	border: 1px solid #EAC133;
}

div.fullwidthComment {
	margin: 10px 0px 10px 10px;
	padding: 3px;
	width: 95%;
	text-align: center;
	color: #9E342F;
	background-color: #FDF790;
	border: 1px solid #EAC133;
}

div.photo {
	border: 1px solid #CCCCCC;
	padding:5px;
}

p {
	line-height:20px;
}

ul{
	list-style: square;
}

li{
	padding-bottom:5px;
}

table, tr, td {
	vertical-align: top;
	border-left: 2px solid #FFFFFF;
}

td.heading {
	color: #9E342F;
	background-color: #FDF790;
	font-weight: bold;
}

td.alternate {
	background-color: #E1E1E1;
}

p.title {
	font-size: 12pt;
	color: #9E342F;
	font-weight: bold;
}

a:link {
	color: #9E342F;
	text-decoration: underline;
}

a:visited {
	color: #9E342F; 
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #303030;
	text-decoration: none;
}

a.nav:link {
	color: #9E342F;
	text-decoration: none;
	font-weight: bold;

}

a.nav:visited {
	color: #9E342F; 
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #9E342F;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:active {
	color: #9E342F;
	text-decoration: none;
	font-weight: bold;
}

.smallText {
	font-size: 7pt;
	background-color: #E1E1E1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftPadded {
	float: left;
	padding: 5px 5px 5px 0px;
}

.rightPadded {
	float: right;
	padding: 5px 0px 5px 5px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.specials {
	background-color: #FDF790;
	border: 1px solid #EAC133;
	padding: 0px 10px 0px 10px;
}