body {
	background-repeat: repeat-x;
	background-position: top;
	color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F5F0;
	font-size: 0.9em;
	background-image: url(../images/bg.gif);
}
* { 
	padding:0; margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin:0; 
}
p {
	line-height: 1.5em;
	margin-bottom: 5px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 150%;
	padding-bottom: 5px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D7D7D;
	padding: 3px;
	font-size: 120%;
	font-weight: normal;
}
h1 {
	font-size: 110%;
	font-style: italic;
	text-align: center;
	line-height: 1.3em;
}
h5 {
	font-size: 75%;
	font-weight: normal;
	margin: 5px 0px 0px;
	background-color: #F1EEE7;
	padding: 5px;
	line-height: 1.5em;
}

legend {
	font-weight: bold;
	color: #373737;
	padding-right: 5px;
	padding-left: 5px;
}
fieldset {
	padding: 0px 5px 5px;
	line-height: 1.5em;
	float: left;
	width: 346px;
	border: 1px solid #CCCCCC;
}

#other {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
	background-color: #F7F5F0;
}
#contact {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-bottom: 4px;
	background-color: #EBE8E4;
}
#footer {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
	background-color: #F7F5F0;
}

a {
	color: #82574A;
}
a:hover {
	color: #BA9387;
}

ul {
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li a {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/note.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.heading {
	float: left;
	width: 800px;
	background-image: url(../images/line.gif);
	background-position: center;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}
#logo {
	float: left;
	width: 800px;
	text-align: center;
	margin-top: 40px;
}
#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content {
	float: left;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
}
#content img {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #A6A6A6;
	background-color: #FFFFFF;
}
.pad {
margin-left:400px;
}
#content .highlight {
	color: #82574A;
}
.quote {
	text-align: left;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
}

#listings {
	float: left;
	width: 800px;
}
#listings .listing {
	float: left;
	width: 340px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#listings h2 {
	font-size: 120%;
}

#listings .left {
	float: left;
	clear: left;
	width: 360px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
}
#listings .right {
	float: right;
	clear: right;
	width: 360px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#listings .highlight {
	text-align: center;
	background-color: #FFFFFF;
	width: 324px;
	padding: 17px;
	border: 1px solid #CCCCCC;
}
#listings img {
	float: left;
	margin-right: 20px;
}
#listings a img {
	padding: 2px;
	border: 1px solid #A6A6A6;
	background-color: #FFFFFF;
}
#listings a:hover img {
	padding: 2px;
	border: 1px solid #A6A6A6;
	background-color: #E4D6D1;
}
#credit {
	text-align: center;
	float: left;
	clear: left;
	width: 800px;
	padding-bottom: 10px;
	font-size: 75%;
}

