html {
	background: #e4d3bc;}
	
body {
	margin: 10px 0 10px 0;
	text-align: center;}

#textAlign div {
	text-align: left;}
	
#mainPic {
	margin: 0 auto;
	background: url(../images/pew_pic.jpg) top left no-repeat;
	width: 780px;
	height: 224px;}
		
	#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;
		/*\*/* height: 167px; /**/
		width: 215px;
		background: #5a0707;
		filter: alpha (opacity=90);
		-moz-opacity: .90;
		opacity: .90;
		border-left: 1px solid white;
		float: right;
		overflow: hidden;}
		
		#newsContent {
			color: white;
			width: 200px;
			margin: 5px;
			position: absolute;
			text-align: justify;}
			
		#newsContent h5 {
			color: white;}
		
#navContainer {
	width: 780px;
	background: #5a0707;
	margin: 1px auto 2px auto;}
	
	#navContent {
		width: 700px;}
	
#bodyContainer {
	width: 780px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;}
	
	#sideContainer {
		width: 215px;
		border: 1px solid #b3a28a;
		float: left;
		background: #f8f4ee;
		text-align: center;}
		
		#sideContent {
			width: 200px;
			margin: 5px 5px 10px 10px;}
		
	#body {
		width: 555px;
		border: 1px solid #b3a28a;
		background: #f8f4ee;
		float: right;}
		
		#bodyContent {
			width: 530px;
			padding: 20px 10px 0 15px;}
		
#bottomContainer {
	width: 780px;
	margin: 0 auto;}
	
	#bottomContent {
		width: 780px;
		margin: 0 auto;
		padding: 15px 5px 5px 0;}