/* CSS Document */

body {
	    background-color:#F1ECDA;
		background-image: url(images/bg_main_x.gif);
		background-position: right top;
		background-repeat: repeat-x;
}

#main {
	/* background: #a38e73;  /* change sub page background  or image here */  
	    background-color:#69533B;
		background-image: url(images/subpagebkgd.jpg);
		background-position: right top;
		background-repeat: no-repeat;
}

#header {
	width: 778px;
	height: 220px;
	background: url("images/HeaderTop.jpg") top left no-repeat;
}

h1, h2 {
	color: #f8f3b9;
	font-size: 12px;
	font-weight: normal;
}



#nav {
	float: left;
	width: 160px;
	margin: 10px 0;
	font-size: 12px;
}

	#nav ul { margin: 0; padding: 0; list-style-type: none; }

		#nav ul li { text-align: right; padding: 0; margin: 10px 3px; color: #f8f3b9; }



#content {
	float: right;
	margin: 10px;
	width: 575px;
	border: 1px solid #fff;
	padding: 10px;
}

#hcontent {
	float: right;
	margin: 10px;
	width: 575px;
	border: 1px solid #fff;
	background: #7e6343;
	padding: 15px 0;
}


	
	#content img {
		border: 1px solid #fff;
		margin-top: 4px;
		margin-bottom: 4px;
		clear: both;
	}
	
	.sideimage {
		float: right;
		margin-left: 4px;
	}
