.siteholder {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFCF4;
/*	
	this is for the right border, but it might not work very well
	due to pixel precision difference in different (stupid IE) browsers
	border-right: 1px solid #b0a998;
*/
}

.sitecontent {
/*
	The margin-left value here is set to 20 for NS4
	W3C compliant browsers will count the margin from the left of the
	display, so it will be overridden in kokoda2.css
	by using the @import syntax. The @import syntax is not recognized
	by NS4 but will be processed by other new browsers.
*/
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 20px;
      padding-left: 10px;

}

.sitemenu {
	position: absolute;
	top: 250px;
	width: 226px;
	margin-left: 0px;
	border-right: 1px solid #b0a998;
	border-left: 1px solid #b0a998;
	background-color: #FFFCF4;
}

.navheader {
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #715435;
	height: 16px;
	border-bottom: medium solid;
	padding-top: 25px;
	padding-left: 6px;
	margin-bottom: -1px;
}

.nav {
/*
	width: 210px;
*/
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px solid;
}

.nav a {
	text-decoration: none;
	display: block;
	padding-left: 6px;
	border-top: 1px dashed #000000;
}

.nav a:hover {
	background-color: #AF8556;
	color: #FFFFFF;
}

.selecteditem {
	display: block;
	background-color: #715435;
	color: #FFFFFF;
	border-top: 1px dashed #000000;
	padding-left: 6px;
}

.scrollarea {
	overflow: auto;
	height: 250px;
	width: 420px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px inset;
	padding-right: 8px;
}

