body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #660000;
	background-image: url(Graphics/background.png);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #D5C097;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #D5C097;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #333333;
	background-color: #D5C097;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	background-color: #D5C097;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #75573C;
}
h1 {
	color: #7A0000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3118;
}
.moving {
	background-color: #FFCC00;
	text-align: center;
	padding: 5px;
	border: 5px outset #75573C;
}


.tableheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D3118;
	background-color: #D5C097;
	text-align: center;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D3118;
	background-color: #E9DDC7;
	text-align: center;
}
.tableodd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D3118;
	background-color: #D5C097;
	text-align: center;
}

.neighborhood {
	font-weight: bold;
	color: #3D3118;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A0000;
	font-size: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.directions {
	font-size: 13px;
	color: #3D3118;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.homespecsbold {
	padding-left: 10px;
	font-weight: bold;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #7A0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.logo_img {
	padding-left: 10px;
	padding-right: 5px;
}

.thumbnail {
	border: 2px solid #3D3118;
}

.details {
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent .question {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DFB127;
}
.contact {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #3D3131;
	padding-bottom: 15px;
}
.amenities {
	color: #75573C;
}
.slideshow {
	padding-right: 0px;
}
.table_links {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3D3118;
}
.gallerytable {
	border: 5px solid #3D3118;
}
.interior_images {
	text-decoration: underline;
	border: 3px solid #75573C;
	margin: 5px;
}
