body { 
	background-color: #A37645;
	background-image: url(/images/allcontent.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #106a2d;
	margin: 0px;
}

#allContent {
	background-color: #DAC2A8;
	width: 865px;
	margin: 0px auto;
	padding: 0px;
}

img {
	border: thin none;
}

#logo {
	padding: 20px;
	float: left;
}

#headline {
	width: 500px;
	margin-left: 220px;
	margin-right: 20px;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	text-align: center;
	font-family: "Comic Sans MS", sans-serif;
}

#content {
	width: 500px;
	margin-left:  180px;
	margin-right: 20px;
	padding: 10px 10px 10px 0px;
	font-family: sans-serif;
}

#headline h1 {
	font-size: 2.5em;
}
/*
#navigationBar {
	clear: left;
	float: left;
	width: 144px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 20px;
	background-color: #DAC2A8;
	font-family: "Comic Sans MS", sans-serif;
	text-align: center;
	font-size: 0.85em;
}

#navigationBar p {
	margin: 1px;
	padding: 0.25em;
}

#navigationBar a {
	margin: 1px;
	display: block;
	padding: 0.25em;
}
*/
p.current {
	border-top: 1px solid #A37645;
	border-left: 1px solid #A37645;
	border-bottom: 1px solid #A37645;
}

a.links {
	background-color: #CAA883;
	color: #106a2d;
	border-right: 1px solid #A37645;
}

a.links:hover {
	background-color: #A37645;
}

a.links:visited {
	text-decoration: none;
}

#footer {
	clear: both;
	width: 500px;
	margin-left: 180px;
	margin-right: 20px;
	padding: 10px 10px 10px 10px;
	font-size: small;
	font-family: sans-serif;
	text-align: center;
}

h1 {
	font-size: 150%;
	color: #106a2d;
}

h2 { font-size: 130%; }

h3 { font-size: 110%; }

a:link {
	color:            #106a2d;
}

#footer a:visited {
	color: #106a2d;
	text-decoration: none;
	border-bottom: thin dotted #106a2d;
}

#content a:link {
	color: #003399;
}
#content a:visited {
	color: #003399;
	text-decoration: none;
	border-bottom: thin dotted #003399;
}

#lotInfo {
	float: right;
	text-align: right;
}

#imageData #bottomNavClose {
	margin-bottom: 1px;
	background-color: #fff;
}

#pointAtLot {
	display: none;
}

table.oneLotInfo {
	font-size: small;
	margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
	padding: 20px;
}

table.oneLotInfo td, table.oneLotInfo th {
  padding: 5px;
}

table.lotPrices {
	font-size: small;
	margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
	padding: 20px;
  border: 1px solid #A37645;
  border-collapse: collapse;
}

table.lotPrices td, table.lotPrices th {
  border: thin dotted #A37645;
	border-collapse: collapse;
  padding: 5px;
}

th {
  /*background-color: #cc6600;*/
}

caption {
  font-style:       italic;
  padding-top:      8px;
}

.center {
  text-align:       center;
}

.right {
  text-align:       right;
}
