body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #352303; /*background-color:#fff4e1;*/
	line-height: 140%;
	background-color: #FFFFFF;
}
li
{
	padding-bottom:4px;
}
.linkBar
{
	background-color: #382112; /*background-color: #51211A; 2*/
	background-image:url(texture.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #f6e8c2;
	font-variant: small-caps;
	height:40px;
}




#wrapper
{
	/*border-left: 5px solid #E9E9E9;
	border-right: 5px solid #E9E9E9;*/
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom:20px;
	
}
#banner
{
	/*position:absolute;
	top:0px;
	margin-left:auto;
	margin-right:auto;*/
}
#topShade
{
	/*background-image: url(imgs/backTileTree.jpg);
	background-repeat: repeat;*/
	/*background-color: #382112;*/
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: -10;
}
#topShade2
{
	/*background-color: #381216;*/
	height: 100px;
	width: 100%;
	position: absolute;
	top:100px;
	z-index: -10;
}

#gradient
{
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	height:100px;
}

#bottomShade
{
	background-color:#382112;
	text-align: center;
	height: 50px;
	width:800px;
	color:white;
}
.content
{
	
	background-image: url("gradient.jpg");
	background-repeat: no-repeat;
	padding: 5px;
	/*position:absolute;
	top:230px;
	width:800px;*/
}



a, a:link, a:visited
{
	color: #7D5D27;
}

a:hover
{
	color: #463416;
}

.linkBar a, .linkBar a:link, .linkBar a:visited{
	color:#f6e8c2;
	text-decoration:none;
}
.linkBar a:hover{
	color:#f1cf75;	
}

td{
	vertical-align: top;
}


.label
{
	color: #51211A;
	border-bottom: 2px solid #51211A;
	font-weight: bold;
	margin: 3px;
	font-size: 13px;
}
.title
{
	color: #51211A;
	font-weight: bold;
	}
	p
	{
	padding:5px;
	}
.padded{
	padding: 3px;
}