body {
	margin: 15px;
	padding: 0;
	background: #B4C085;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1, .h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #7D580F;
}
h1 {
	margin: 20px 20px 0px 20px;
}
p {
	margin: 20px;
}
p, li {
	font-size: 10.5pt;
	line-height: 160%;
}
.dropcap {
	float: left;
	margin: 5px 5px 5px 0px;
}
a {
	color: #7D580F;
}
img {
	border: 0px;
}
#page {
	margin: 0px auto;
	max-width: 900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" ); /* IE Max-Width Hack */
	background: #DDE2CB url(images/corner1.jpg) no-repeat top left;
}
#subpage {
	width: 100%;
	background: url(images/corner4.jpg) no-repeat bottom left;
}
#header {
	margin: 0px auto;
	width: 100%;
	background: url(images/corner2.jpg) no-repeat top right;
	text-align: center;
}
#logo {
	margin: 20px 10px 10px 10px;
}
#body {
	width: 100%;
	background: url(images/corner3.jpg) no-repeat bottom right;
}
#photo_header {
	width: 100%;
}
#header_photos {
	text-align: center;
}
#header_photos img {
	margin: 15px;
}
#cottage_photo {
	background-color: #88974E;
}
#saltspring_photo {
	background-color: #4F7769;
}
#rates_photo {
	background-color: #A77D56;
}
#navigation a {
	display: block;
	width: 100%;
	background-color: #C3BD99;
	color: #7D580F;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	line-height: 200%;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #7D580F;
	color: #C3BD99;
}
#introtext {
	margin: 0px 5px 0px 5px;
	padding: 1px;
	color: #F5F6EF; /*offwhite*/
	font-weight: bold;
	font-style: italic;
}
#introtext p {
	margin: 15px 20px 15px 20px;
}
.content {
	margin: 0px 5px 5px 5px;
	padding: 1px;
}
.column1, .column2, .column3 {
	width: 33.3%;
	float: left;
}
.column1 p, .column1 ul, .column2 p, .column2 ul {
	border-right: 1px solid #7D580F;
	padding-right: 20px;
	margin-right: 0px;
}
#photo_gallery {
	clear: both;
	width: 100%;
	text-align: center;
}
#enlargement {
	width: 66%;
	background-color: #88974E;
}
#enlargement img {
	margin: 15px;
}
iframe {
	margin: 20px;
}
#thumbnails {
	width: 33%;
	background-color: #C3BD99;
	text-align: center;
}
#thumbnails table {
	margin: 0px auto;
}
#reservation_form {
	margin: 20px;
	text-align: left;
	font-size: 9pt;
	color: #F5F6EF;
}
#reservation_form .h1 {
	color: #F5F6EF;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, textarea {
	padding: 3px;
	border: 2px solid #F5F6EF;
	background-color: #C3BD99;
	font-family: georgia, times new roman, times, serif;
	font-size: 9pt;
}
.button {
	border: 0px;
	padding: 5px;
	background-color: #000000;
	color: #F5F6EF;
	font-weight: bold;
}
#contactinfo {
	clear: both;
	text-align: center;
}
#credit {
	margin: 5px;
	text-align: center;
	color: #88974E;
}
#credit a {
	color: #717F39;
}
