li,ol,h1,h2,h3,h4,h5,h6,body,table,td,th,tr{
	padding:0px;
	margin:0px;
}

a{
	text-decoration:none;
	
}

p{
	margin-left:8px;
	margin-right:8px;
}


body {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #B8B872;
}

#outerwrap {
	background: url(images/backfade.png) repeat-y;
	text-align: left;
	margin: 0px auto auto;
	padding: 0px;
	width: 950px;
	position: relative;
}

#innerwrap {
	text-align: left;
	margin: 0px auto auto;
	padding: 0px;
	width: 900px;
	position: relative;
	background: #FFFFFF;
}

/********************************************************************/

/* SET ALL STACKED REGIONS TO RELATIVE POSITIONING					*/

#header, #nav, #main, #footer, #subfooter{
	position:relative;
	margin:0px;
	padding:0px;
}

#nav{
	background: #242424;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
}
#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
#nav a:hover {
	color: #FFFF66;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#nav ul li {
	display: inline;
	list-style: none;
	padding-right: 8px;
	padding-left: 8px;
}
#maintable {
	width: 900px;
}
#maintable td {
	vertical-align: top;
}
#maintable #left {
	background: #FFFFCC;
}
#maintable #middle {
	background: #2B4168;
	color: #FFFFDD;
}
#maintable #middle a {
	color: #FFFFFF;
}
#maintable #middle a:hover {
	background:#000066;
}
#maintable #right {
	background: #D6D6EB;
	text-align: center;
}


#footer {
	background: #242424;
	color: #666666;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}




#nav .youarehere{
	color:yellow;
}



/****************************/
.listdisplay {
	position: relative;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	padding:0px;
}
.listdisplay td {
	color: #000000;
	vertical-align: top;
	padding:10px;
}
.listingtable .fullpagethumb{
	border:1px solid black;
	width:150px;
}


.adblock{
	margin: 15px auto 0px auto;
	text-align:center;
}
.adblock img {
	border: 1px solid #000000;
}

.infobox{
	position:relative;
	padding:15px;
}