body {
	margin: 0px;
	padding: 5px 10px 10px 2px;
	background-color: #C0CCC8;
	background-image: url(/pics/background.jpg);
	background-repeat: no-repeat;
	background-position:  0px 0px;
	background-attachment: fixed;
}

body, td, div, span, p {
	font-family: Arial;
	font-size: 14px;
}

a {
	color: #369;
}

a.sidebarLink {
	width: 250px;
	background-image: url(/pics/sidebarbg.gif);
	display: block;
	margin-top: 5px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	color: #050;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

a.sidebarLink:hover, a.sidebarLink:active {
	font-style: normal;
	color: #369;
}

td.sidebarLinksTD {
	padding: 12px 0px 15px 0px;
	background-image: url(/pics/sidebarbg.gif);
}

div.heading {
	font-size: 24px;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}
div.subHeadingCentered {
	font-size: 18px;
	font-family: Arial;
	text-align: center;
}

td.mainbody {
	padding: 50px 5px 5px 2px;
}

div.footer {
	font-size: 10px;
	text-align: center;
}

tr.lotlistheaderrow td, tr.lotlistdatarow td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 12px;
	padding: 0px 8px 0px 8px;
}

tr.lotlistdatarow td {
	font-size: 10px;
	font-weight: normal
}

textarea.contactmessage {
	width: 400px;
	height: 140px;
}


div.photosPageWrapperDiv img {
	background-color: #eee;
	padding: 3px;
	border: 1px #000 solid;
}
