body {
	margin: 0px;
	background: url(imagefiles/background/greenbkg.gif) repeat fixed;
}

p{
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

a, a:link, a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #29584A;
	text-decoration: none;
}
a:active {
	font: 9px Arial, Helvetica, sans-serif;
	color: #866133;
	text-decoration: none;
}
a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #866133;
	text-decoration: none;
}

#outline {
	border: 8px double #BD8C52;
	height: 475px;
	width: 750px;
}

#frame {
	background: #D0AB82;
	height: 100%;
	width: 100%;
	padding: 8px;
}

#menu {
	font: 11px Arial, Helvetica, sans-serif;
	color: #29584A;
	text-decoration: none;
	padding: 3px 5px 1px;
	border-bottom: 1px solid #B39271;
}

#frametwo {
	height: 100%;
	width: 100%;
	border: 4px double #BD8C52;
	background: url(imagefiles/background/tanstripe.gif) repeat;
}

#column3 {
	height: 100%;
	width: 100%;
}

#left {
	width: 140px;
	border-right: 2px solid #BD8C52;
}

#right{
	width: 140px;
	border-left: 2px solid #BD8C52;
}

#topper {
	background: url(imagefiles/topper.jpg) no-repeat center top;
	height: 192px;
	width: 100%;
}

#footer {
	background: url(imagefiles/footer.jpg) no-repeat center;
	height: 116px;
	width: 100%;
}

#footend {
	font: 10px Arial, Helvetica, sans-serif;
	color: #E5D0B8;
	text-decoration: none;
	padding: 2px;
}


