body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

/* main layout divs */
#all {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
/* header stuff */
#header {
	width: 750px;
	height: 250px;
}
#logo {
	width: 282px;
	height: 60px;
	float: left;
}
#logo img, #logo a {
	border: 0;
	width: 282px; height: 60px;
}
#topads {
	width: 468px;
	height: 60px;
	float: right;
}
#photo {
	width: 750px;
	height: 190px;
	background: url(../images/header.jpg); clear: both;
}
.toph1 {
	position: absolute;
	top: 152px;
	margin-left: 7px;
	padding-left: 20px;
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: none;
}
/* end of header */
#container {
	width: 750px;
	background: url(../images/mainBG.jpg) repeat-y;
	height: 100%;
	min-height: 100%;
}
#left {
	float: left;
	width: 218px;
	color: #ffffff;
	background-color: transparent;
}
#leftads {
	width: 120px;
	height: 600px;
}
#main { float: left; width: 532px; color: #056035; background-color: transparent; display: block; }
#mainads {
	width: 468px;
	height: 60px;
}
.float-right { float: right; margin: 2px 15px 2px 2px; padding: 2px; }
#footer {
	clear: both;
	width: 480px;
	text-align: center;
	padding: 15px 0;
	margin-left: 250px;
}
.eellink {
	clear: both;
	font-size: 8pt;
	text-align: center;
	margin: 10px auto;
}

.ads {
	margin: 0 auto;
	text-align: center;
}

/* text */
h1 {
	font-weight: normal;
	background: url(../images/h1.gif) no-repeat;
	padding-left: 30px;
	font-size: 16pt;
	margin-left: 10px;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
}
h4 {
	font-size: 10pt;
	margin-left: 10px;
}
p {
	margin-left: 10px;
	margin-right: 15px;
}
.underline {
	border-bottom: #056035 1px inset;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-size: 9pt;
}
/* end of text */

/* categories on home page */
#categoryLinks {
	float: right;
	list-style: none;
	width: 480px;
	margin: 10px 15px;
}
#categoryLinks li {
	display: block;
	float: left;
	width: 150px;
	padding: 4px;
	list-style: none;
	text-align: center;
}
#categoryLinks img {
	border: none;
}
/* end of categories */

/* individual listings, listing pages */
.breadcrumb {
	text-align: right;
	font-weight: bold;
}
.subcategorybreadcrumb {
	width: 525px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
}
.subcategorybreadcrumb li {
	display: block;
	float: right;
	text-align: center;
	width: 175px;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}
.listing { width: 500px; margin: auto 10px; border: dashed 1px #056035; background-color: #e7f2e2; clear: both; }
.imageLink {
	border: 0;
	width: 120px;
	height: 90px;
	margin: 5px 10px 0px 10px;
	float: left;
}
.listingInfo {
	margin: 5px 0 20px 0;
}
.listingDescription {
	margin: 10px;
}
/* end of listing stuff */

/*generic links */
a:link {
	color: #70171B;
	text-decoration: underline;
}
a:visited {
	color: #70171B;
	text-decoration: underline;
}
a:hover {
	color: #B92533;
	text-decoration: none;
}
a:active {
	color: #B92533;
	text-decoration: none;
}
/* end of links */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */