body {
	background-color: #E9E6D5;
	
	

}
#wrapper {
	top:20px;
	background-image:url(images/bodybak.png);
	background-repeat:repeat-y;
	background-position: center top;
	}	
#container {
	position:relative;
	top:0px;
	width: 960px;
	margin: auto;

}
#header {
	position:relative;
	top:0px;
	background-color: #FFFFFF;
	background-image:url(images/headbak2.png);
	background-repeat:no-repeat;
	background-position: top;
	margin-top:0px;
	width: 960px;
	height:186px;

}
#menu {
	background-color: #333333;
	width: 960px;
	position: relative;
	top: 0px;
	height: 35px;
	z-index: 100000;
}
#maincontent {
	width: 960px;
	position: relative;
	top: 0px;
	height: 500px;
	margin-top:0px;
	
	
}
#rightcol {
	
	width: 600px;
	position: relative;
	float:right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #681513;	
}
#leftcol {
	width:350px;
	position:relative;
	top:0px;
	margin-right:595px;
	visibility: visible;
	z-index: auto;

	

}
#footer {
	position: relative;
	clear:both;
	top:0px;
	background-color:#BEB385;
	height:30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B1513;
	border-bottom-color: #6B1513;
	
	}
#contactmenu {
	text-align: left;
	width: 250px;
	float: left;
	margin-top: 160px;
	margin-left: 10px;
	margin-bottom: 0px;
}
