body {
	font-family: Georgia, Serif;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #111;
	text-decoration: none;
	background-color: #FFFFFF;
	left: 20px;
}

img {
	border:0;
	padding:0;
	margin:0;
}

h2 {
	font-style: italic;
	font-size: 14pt;
	font-weight: normal;
	color: #666;
	letter-spacing: 2pt;
	/* allow margins to collapse if need be. probably what you want */
	margin-bottom: 20px;
	padding-top: 20px;
}
h1 {
	font-size: 14pt;
	color: #224692;
	font-weight: bold;
	margin-top:0;
}
a:link,a:visited,a:hover {
	color: #224692;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}

a.more:link,a.more:visited,a.more:hover {
	color: #224692;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 10px;
}
a.more:hover {
	color: #999;
	text-decoration: none;
}


#menu {
	background-image: url('images/background-top.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	height: 186px;
	position: fixed;
	right: 0;
	top: 0;
	width: 985px;
}
#menu ul {
	margin-top: 135px;
	margin-right: 0px;
}
#menu li {
	list-style-type: none;
	display: inline;
}

#menu hr {
	position: relative;
	top : -15px; 
	left:-135px;
	width :655px;
}
#mainbody {
	width: 687px;
	margin-right: 300px;
	margin-left: auto;
	padding-top: 210px;
}

.listing {
	margin-bottom: 40px;
	padding-bottom:5px;
	border-bottom: 1px black solid;	
	list-style-type: none;
	overflow: auto;	
}

.listingcontainer,.listingcontainermore {
	min-height: 152px;
	padding-left: 187px;
	background-repeat:no-repeat; 
	background-position:left bottom;
}

.listingcontainermore {
	min-height: 0;
	padding-left: 0px;
}


.imagethumbs {
	margin-bottom: 10px;
}

.imagethumbs IMG {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid white;
}

.imagethumbs a {
	border: 0;
	padding: 0;
	margin: 0;
	background: 0;
}

.imagethumbs IMG:hover {
	border: 1px solid #224692;
}

.imgright { float:right; }

.textright { text-align: right; }

#lightwindow_overlay {
 display: none;
 visibility: hidden;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 500;
}
