/* important to give container height (auto) */

 #container{
	width: 85%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgleft.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: 1px;
	background-color: #EFE5D2;
	}

#header {
	MARGIN: 0px;
	WIDTH: 100%;
	HEIGHT: 100px;
	padding: 0px;
	background-image: url(../images/hslice.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;


}
#headertop{
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	background-image: url(../images/hslicetop.jpg);
	background-repeat: repeat-x;
	}
	
#headerbottom{
	height: 28px;
	width: 598px;
	margin: 0px;
	padding: 0px;
	position: static;
	display: block;

}

.holdheaderbottom {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 598px;
}



#rightnav
{
	float: right;
	width: 180px;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	display: block;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CFC7BE;

}

#holdbox{
	width: 140px;
	float: left;
	margin-left: 10px;
}

#content
{
	padding: 0em;
	margin: 0px 0px 0px 100px;
	background-color: #EFE5D2;
}

#footer
{
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	height: 30px;
	clear: both;
}

body {
	background-color: #a69986;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 1em;
}

#search{
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 15px;
	left: 60%;
}

#search h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}
