body {
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	color: black;
	background-color: #E0D3BE;
	background-repeat: repeat;
	background-image: url(img/sitebg00.gif);
}
h1, h1 a {
	font: 24px Helvetica, Arial, sans-serif;
	color: #990000;
}
#parent {
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background: white url(img/contenttopbg.png) repeat-x;
}
#page {
	position: relative;
	display: block;
	width: 750px;
	padding-top:50px;
	padding-left:50px;
	padding-bottom:30px;
}
#header {
	display:block;
	position: relative;
	width:100%;
	height: 58px;
	background-color: #CC6600;
}
	#title {
	position:absolute;
	display:block;
	right:0px;
	top:-25px;
	text-align:right;
	font-size:100%;
	}
	
	#logo {
	background-repeat: no-repeat;
	background-image: url(img/logoback.gif);
	position:absolute;
	display:block;
	left:7px;
	top:-9px;
	width:217px;
	height: 67px;
	text-align:center;
	padding-top:30px;
	font-size:230%;
	}
	
	#menu {
	display: block;
	position: absolute;
	right:10px;
	top:10px;
	height:20px;
	
	}
	#menu a {
	text-transform: uppercase;
	display:block;
	border-right:1px solid #E0D3BE;
	float:left;
	padding:10px;
	padding-left:25px;
	padding-right:25px;
	color:white;
	}
	#menu a:visited {
	color:white
	}
#container {
	display:block;
	position:relative;
	border-left:7px solid #E0D3BE;
	}

#boxleft {
	margin-top:2px;
	margin-left:3px;
	display: block;
	position: relative;
	float: left;
	width: 211px;
	border-right:2px white solid;
}
	#menu2 {
	display: block;
	position: relative;
	background-color: #E0D3BE;
	padding-top:3px;
	}
	#menu2 a {
		display:block;
		position:relative;
		width:85%;
		padding:9px;
		background: url(img/menubg.gif) no-repeat bottom right;
		color:black;
	}
	
	#menu2 a:hover {
	color: #5b3d1f;
	background-color: #e4d8c3;
	}
	
#boxright {
display: block;
position: relative;
float:left;
width: 527px;
}
#content {
	display:block;
	position:relative;
	padding: 15px;
	background: url(img/topshadow.gif) repeat-x;
}
#featured {
	display:block;
	position:relative;
	background: #E0FFEE url(img/featuredbg.gif) repeat;
	border-right: 1px solid #BDBDBD;
}
#featured .in { 
	padding: 10px;
}
#footer {
	display: block;
	position: relative;
}
#footerleft, #footerright {
	display: block;
	position: relative;
	margin-top:20px;
	float:left;
	height:46px;
}
#footerleft {
	border-top:3px solid #C9BBA8;
	background: #F2F2F2 url(img/footerbg1.gif) no-repeat top right;
	margin-left:3px;
	width:212px;
}
#footerright {
	border-top:3px solid #CC6600;
	background: #F2F2F2 url(img/footerbg2.gif) no-repeat top left;
	width:528px;
}
#footerright div {
	margin-top:13px;
}
#footerright div a {
	color: #333333;
	margin-left:50px;
}
.gad {
	margin-left:10px;
	padding-top: 20px;
}
#credits, #credits a {
	font-size:90%;
	color: gray;
	}
#credits {
	margin-left:10px;
	margin-top:5px;
	}
.adbox {
	margin-bottom:10px;
}
.adbox div {
	display:block;
	position:relative;
	background: url(img/adboxtitle.gif) no-repeat top right;
	font-size:11px;
	padding-left:6px;
	padding-right:6px;
}
.adbox h3 {
	display:block;
	position:relative;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0;
	margin:0;
	padding-top:10px;
	padding-left:24px;
	padding-bottom:10px;
}

.realitem {
	display:block;
	position:relative;
	clear:both;
	margin-bottom:15px;
}
.realitem img {
	float:left;
	padding:3px;
	margin-right:10px;
	margin-bottom:5px;
	background-color:#E0D3BE;
}
#featured .realitem img {
	background:none;

}
#featured .realitem h2 a, #featured .realitem h2, h2 {
	font:14px Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:0px;
}



.clear {
	height: 1px;
	width: 100%;
	clear: both;
	visibility: hidden;
}
.border {
display:block;
position:relative;
height:1px;
border-bottom:6px solid #C9BBA8;
}
.llink { text-decoration:none ;}
.llink:hover { text-decoration:underline; }