body {
	margin: 0;
	padding: 0;
	background:  #A9A9A9 url(images/houseBG.jpg) no-repeat top center;
	font-size: 13px;
	color: #625847;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #625847;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

a { 
	color: #625847;
	}
a:hover { 
	color: #EBE6E3;
	text-decoration: none;
	}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/houseBG.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #E7E6D5;
}

#header h1 {
	font-size: 43px;
}

#header p {
	font-size: 25px;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 7px 0 0 0;
}

.title {
	margin: 0;
	border-bottom: 3px double #8F6E51;
}

.image {border:1px; border-thickness: 1px; border-style: solid; border-color: #000000;}
a:link .image, a:visited .image {border-color: #625847;}
a:hover .image, a:visited:hover .image {border-color: #EBE6E3;}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 0px 0;
}

#sidebar li li {
	padding-left: 15px;
	border-bottom: 3px double #8F6E51;
	/*background: url(images/arrow.gif) no-repeat 5px 50%;*/
}

.this {background: url(images/arrow.gif) no-repeat 5px 50%;}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 3px double #8F6E51;
}

#sidebar a {
	text-decoration: none;
	font-size: 17px;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 3px double #8F6E51;
	text-align: center;
	font-size: 10px;
}

#footer p {

margin: 0;
font-size: 14px;
color: #E7E6D5;

}
