@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/back.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8B0000;
}
#top {
	height: 8px;
	background-image:url(../images/border-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header,#footer{
	background-image:url(../images/border-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#page {
	padding: 10px auto 10px auto;
	background-image:url(../images/border-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#content {
	width: 740px;
	margin: 0 auto 0 auto;
}
#bottom {
	height: 10px;
	background-image:url(../images/border-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
hr {
	width: 630px;
	margin: 0 auto 0 auto;
	height: 3px;
}
table.nav {
	padding: 1px;
}
table.nav td {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #8B4513;
}
table.nav td a:link, td.nav a:visited {
	color: Maroon;
	text-decoration: underline;
}
table.nav td a:hover {
	color: Red;
	text-decoration: underline;
}
.pinfo {
	font-family: Georgia,serif;
	font-size: 12pt;
	text-align: justify;
	text-indent: 25px;
	color: #8B0000;
	padding-left: 10px;
	padding-right: 10px;
}
.lotheader {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
.cow {
	margin: 3px;
	border: 2px solid #7A290C;
}
.flowed-text {
	margin: 0 auto 15px auto;
	text-indent: 36px;
	text-align: justify;
}
.flowed_nospace {
	display: block;
	width: 98%;
	margin: 0 auto 0 auto;
	text-indent: 36px;
	text-align: justify;
}
.lotlist p {
	margin:0 0 25px 0;
}
