body {
	background-image: url(../images/bkgnd.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.container #fold #lefcolumn {
	background-color: #E7E4B9;
	height: 100%;
	width: 220px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.container #fold #rightcolumn {
	height: 100%;
	width: 795px;
	margin-top: 3px;
	margin-left: 3px;
	background-color: #FFFFE5;
	float: left;
	position: relative;
	left: 0px;
	border: thin solid #ADAA84;
	
}

.container #fold {
	height: 450px;
	width: 802px;
	background-color: #A8A886;
	position: relative;
	}
.container #subcontent {
	height: 100px;
	width: 802px;
	background-color: #F3F0C4;
	background-image: url(../images/headerdropshadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	clear: both;
}

.container #header #logo {
	margin-top: 3px;
}

.container #subcontent .maincontent {
	background-color: #FFFFFF;
	float: left;
	width: 100px;
	position: relative;
	height: auto;
}

.container #fold #lefcolumn #breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 217px;
	position: relative;
	left: 2px;
	top: 2px;
}
.container #subcontent .leftsubcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	border: thin double #ADAA84;
	height: 144px;
	width: 390px;
	position: relative;
	top: 10px;
	float: left;
	left: 2px;
}
.container #subcontent .rightsubcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 390px;
	position: relative;
	float: right;
	height: 144px;
	border: thin double #ADAA84;
	top: 10px;
	right: 5px;
}
.container #subcontent #addressinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: 75px;
	width: 802px;
	left: 2px;
	float: none;
	text-align: center;
	clear: both;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
color: #000000;
	text-decoration: underline;

}
.container #fold #rightcolumn #maincontenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px;
}
.maincontenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 10px;
	background-position: top;
	height: auto;
	position: relative;
	padding: 10px;
	left: 5px;
}

