#outer {
	width:1000px;
	margin:auto;/* center the page*/
	text-align:left;/* reset text back to left due to ie5.x fix */
	background-color: #65010b;
	margin-bottom: 10px;
}

#header{
	width:975px;
	height:100px;
}

	#header-logo {
		width:200px;
		height:100px;
		float:left;
	}
	
	#header-image {
	width:775px;
	height:100px;
	float:left;
	}

#primary-nav {
	width:975px;
	height:50px;
}

#main {
	width:975px;
}

	#secondary-nav {
		width:200px;
		float:left;
	}
	
	#content {
		width:775px;
		float:left;
	}

	#g2_jahmmacontent {
		width:975px;
		float:left;
	}	
	
#footer {
	width:1000px;
	height:100px;
	/*background-image:url(../_images/footer-background.jpg);
	background-repeat:repeat-x;*/
	background-color:#65010b;
	float:left;
	line-height:50px;
	margin-top:15px;
}

	#footer-left {
		width:450px;
		float:left;

		height:50px;
	}
	
	#footer-right {
		width:450px;
		float:right;
		height:50px;
	}
