

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #fcfeff url(../imgs/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h2 {
	color: #b4120f;
}
a {
	color: #b4120f;
}
.clear {
	clear: both;
}
hr {
	border-bottom: 1px dashed #a1a1a1;
}
#container {
	width: 900px; 
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 10px;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 28px;
	font-weight: bold;
}
#mainContent {
	padding: 10px;
	margin-top: 10px;
}
#footer {
	padding: 0 10px;
	background:#DDDDDD;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#logoArea {
	float: left;
	padding-right: 15px;
	width: 430px;
}
#logoArea h1 {
	text-shadow: #000 1px 1px 4px;
	padding-bottom: 0;
}
#telephone {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#operatedBy {
	float: right;
}
#tagLine {
	float: right;
	width: 430px;
	text-align: right;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
}
#leftColumn {
	width: 234px;
	float: left;
	padding-right: 10px;
}
#leftColumn h2, #rightColumn h2 {
	margin-bottom: 0;
}
#rightColumn {
	float: left;
	padding-left: 10px;
	width: 615px;
	border-left: 1px solid #000;
}
p {
	margin-top: 3px;
}
.lotContainer {
	width: 625px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #a5a5a5;
}
.lotImage {
	float: left;
	width: 160px;
	padding-right: 10px;
	text-align: center;
}

.lotImage a {
	text-decoration: none;
	color: #989a9a;
}
.lotDetails {
	float: left;
	width: 450px;
}
.lotType {
	float: left;
}
.lotNumber {
	float: right;
}
.btnRequire {
	border: 1px solid #5c0407;
	background-color: #e6e6e6;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	float: left;
	margin-right:10px;
}
.btnRequire:hover {
	background-color: #ffffff;
}
#footer {
	background-image: url(../imgs/footer_bg.jpg);
	color: #ffffff;
}
.form, .form input, .form textarea, .form option, .form select {
	font-size: 13px;
}
.form label {
	float: left;
	width: 150px;
	font-weight: bold;
}
.form .imageHolder {
	float: left;
}
.form .clear {
	height: 10px;
}
.form .btnHolder {
	width: 600px;
	text-align: right;
}
.successful {
	color: #00d132;
	font-weight: bold;
	font-size: 16px;
}