@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #bdb8ab;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#cottage {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-image:url(../images/common/background.gif);
	background-repeat:repeat-y;
	background-position: center center;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}
#header {
	width: 870px;
	height: 129px;
	background-image:url(../images/common/brookside-header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	color: #fff;
	position: relative;
}
#address {
	position: absolute;
	right: 53px; 
	bottom: 25px;
	text-align: right;
	font-size: 0.75em;
	text-transform: uppercase;
}
#main {
	width: 870px;
}
#nav {
	width: 155px;
	text-align: right;
	padding-right: 22px;
	overflow: hidden;
}
#pageheader {
	width: 693px;
	height: 288px;
	background-repeat:no-repeat;
	background-position: left top;
	overflow: hidden;
}
#content {
	width: 395px;
}
.copy {
	width: 345px;
	margin-left: 36px;
	line-height: 1.5;
	color: #333;
}
#photos {
	width: 263px;
	padding: 0px 0px 50px 30px;
}
#photos img {
	margin-top: 20px;	
}
#bottom {
	background-color: #bdb8ab;
	height: 50px;
	background-image:url(../images/common/bottom-shadow.gif);
	background-repeat:no-repeat;
	background-position: center top;
	width: 870px;
}
ul#navigation {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
#navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
#navigation a {
	display: block;
	width: 124px;
	height: 31px;
	border-bottom: 1px solid #dad3bf;
	text-align: right;
	font-size: 0.7em;
	line-height: 31px;
	color: #675545;
	text-decoration: none;
}
#navigation a:hover {
	color: #968b7d;
}
#navigation a.current {
	font-weight: bold;
}
#navigation a.current:hover {
	color: #675545;
}
.copy p {
	font-size: 0.88em;
}
.copy h3 {
	font-size: 0.88em;
	color: #675545;
	margin-bottom: 0px;
}
.copy h3+p {
	margin-top: 0px;
}
a {
	color: #06c;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}