html {
	background: #e4d3bc;}
	
body {
	margin: 10px 0 10px 0;
	text-align: center;}
	
#mainPic {
	margin: 0 auto;
	background: url("../images/pew_pic.jpg") bottom left no-repeat;
	width: 780px;
	height: 100px;
	text-align: left;}
		
	#blackBar {
		height: 50px;
		width: 780px;
		background: black;
		filter: alpha (opacity=85);
		-moz-opacity: .85;
		opacity: .85;
		border-bottom: 1px solid white;
		padding: 5px 0 5px 0;}
		
		#header {
			width: 500px;
			float: left;
			margin: 0 0 0 10px;}
			
		#contactInfo {
			width: 215px;
			float: right;
			text-align: right;
			margin: 0 10px 0 0;}
		
	#newsContainer {
		height: 163px;
		width: 215px;
		background: #5a0707;}
		
#navContainer {
	width: 780px;
	background: #5a0707;
	margin: 3px auto 0 auto;
	filter: alpha (opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	overflow: hidden;}
		
	#navContent {
		width: 700px;}
		
#bodyContainer {
	width: 780px;
	margin: 3px auto 0 auto;
	clear: both;
	overflow: hidden;
	text-align: left;}
	
	#sideContainer {
		width: 215px;
		border: 1px solid #b3a28a;
		float: left;
		background: #f8f4ee;
		text-align: left;}
		
		#sideContent {
			width: 215px;
			margin: 5px 5px 10px 0;
			min-height: 347px;
			/*\*/* height: 352px; /**/}
		
	#body {
		width: 555px;
		border: 1px solid #b3a28a;
		background: #f8f4ee;
		float: right;
		min-height: 369px;
		/*\*/* height: 369px; /**/}
		
		#bodyContent {
			width: 530px;
			padding: 20px 10px 20px 15px;}
		
#bottomContainer {
	width: 780px;
	margin: 0 auto;}
	
	#bottomContent {
		width: 780px;
		margin: 0 auto;
		padding: 15px 5px 5px 0;}