body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #faf8cb;
}
#all {
	margin: 0 auto; 
	width: 750px; 
	text-align: left;
}
#header {
	width: 750px;
	height: 250px;
	background: url(../images/header.jpg) no-repeat;
}
#container {
	width: 750px;
	background: url(../images/mainBG.jpg) repeat-y;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#left {
	float: left;
	width: 200px;
}
#leftads {
	width: 120px;
	height: 600px;
}
#main {
	float: left;
	width: 505px;
	padding-right: 45px;
}
#mainads {
	width: 468px;
	height: 60px;
}
#footer { background-color: transparent; background-image: url(../images/footerBG.jpg); clear: both; text-align: center; width: 750px; border-bottom: 1px solid #11794d; padding-bottom: 10px; display: block; }
#footer p { width: auto; margin-right: 10px; margin-left: 10px; }
.ads {
	margin: 0 auto;
	text-align: center;
}
.eellink {
	font-size: 8pt;
}

h1 { font-size: 1.4em; color: #11794d; text-align: right; padding-bottom: 10px; border-bottom: 1px dotted #11794d; }
h2 {
	font-size: 1.2em;
	color: #11794d;
	text-align: center;
}
h3 { font-size: 1em; color: #11794d; margin-bottom: 0; }
h4 { font-size: 1em; color: #11794d; font-style: italic; margin-bottom: 0; }
p {
	margin-right: 5px;
}

a:link, a:visited {
	color: #11794d;
}
a:hover, a:active {
	color: #11794d;
	text-decoration: none;
}
.listing div { text-align: left; width: 468px; clear: both; min-height: 150px; margin: 10px auto; border: solid 1px #11794d; display: block; }
.listing div h2 { color: #11794d; font-size: 1.25em; text-align: center; letter-spacing: -1px; margin: 0; }
.listing div h2 a:link, .listing div h2 a:visited { text-decoration: none; }
.listing div h2 a:hover { text-decoration: underline; }
.listing div img { float: left; margin: 5px; border: solid 1px black; }
.listing div p { text-align: justify; margin: 5px 10px 5px 5px; display: block; }
