body {
	background: #efefef;
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: medium;
}
a {
	color: #363466;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #4B6634;
	text-decoration: underline;
}
a img {
	border: 0;
}
ul {
	list-style: none;
	margin: 0; padding: 0;
}
div#outer-wrap {
	width: 90%;
	padding: 20px;
	margin: 10px auto;
	background: #D3D3A7;
	display: block;
	border: 1px solid #000;
	position: relative;
}
div#wrap {
	padding: 100px 0 1em;
	border: 1px solid #000;
	background: #C2C285;
}
div#masthead {
	position: absolute;
	top: 25px;
	left: 25px;
}
div#masthead div#heading-graphic {
	margin: 0; padding: 0;
	background: url(images/heading.gif) 10px 10px no-repeat;
	display: block;
	overflow: hidden;
	height: 90px;
	width: 620px;
}
h1 {
	display: none;
}
h2 {
	margin: 0;
	font-size: 1.3em;
}
div#sidebar,
div#links {
	border: 1px solid #000;
	border-width: 1px 0;
	width: 150px;
	background: #C2C285 url(images/box_bg.jpg) right repeat-y;
	float: right;
}
div#sidebar{
	margin: 0 -4px 1em 1em;
}
div#links {
	margin: 0 -4px 0 1em;
	clear: both;
}
html>body div#sidebar,
html>body div#links {
	margin-right: -7px;
}
div#sidebar ul li,
div#links ul li {
	margin: 0 0 5px 10px;
	font-size: .9em;
	font-style: italic;
}
div#sidebar h2 {
	display: none;
}
div#links h2 {
	border: none;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}

div#about-property {
	clear: left;
	margin: 0 1em 1em;
	
}
div#about-town {
	clear: left;
	margin: 0 1em 1em;
}
div#photos {
	float: left;
	margin: 0 5px;
	height: 470px;
	width: 584px;
	text-align: center;
}
div#photo-window {
	margin: 0 0 20px;
}
div#photo-nav {
	height: 85px;
	overflow: hidden;
}
div#photo-window img {
	border: 1px solid #333;
}
div#photo-nav p {
	margin: 0; padding: 0;
	text-align: left;
	font-size: .8em;
	font-style: italic;
}
div#photo-nav ul li {
	float: left;
}

div#asking-info {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
}
div#asking-info #price {
	font-size: 1.2em;
	font-weight: bold;
}
.clearing {
	clear: both;
}
/* Credit */
div#credit {
	text-align: right;
	font-size: .7em;
	font-weight: bold;
	padding: 1.2em 0;
	color: #333;
	width: 90%;
	margin: 0 auto;
}
div#credit cite {
	font-style: italic;
	margin-right: 2em;
}
div#credit a {
	color: #666;
	text-decoration: none;
}
div#credit a:hover {
	text-decoration: underline;
}