
#center {
	margin:0px auto;
    width: 740px;
	}
	
#headerimage {
	width: 740px;
	height: 130px;
	background-color: #283246;
	}

#nav_l1 {
	clear: both;
	width: 740px;
	height: 22px;
	background-color: #5c9baa;
	}
	
#nav_l2 {
	clear: both;
	width: 740px;
	height: 22px;
	background-color: #a0c3c5;
	border-bottom: 2px solid #d8e4d6;
	}

#main {
	width: 740px;
	} 


#lhs_column_outer {
	background-color: #94c5d1;
	width: 175px;
	float: left;
	}
	
#lhs_column {
	/* for non-IE-Browser */
	min-height: 300px;
	height: auto;
	}

	/* For IE */
	* html #lhs_column {
	height: 300px;
	} 
	

#lhs_titles {
	width: 157px;
	background-color: #5a9eab;
	clear:both;
	}
	
#lhs_content {
	width: 175px;
	background-color: #94c5d1;
	}
	
#rhs_column_outer {
	background-color: #e4ebe1;	
	width: 564px;
	float: right;
	}
	
#rhs_column {
	/* for non-IE-Browser */
	min-height: 300px;
	height: auto;
	}
	
	/* For IE */
	* html #rhs_column {
	height: 300px;

}

#rhs_darkstrips {
	width: 564px;
	height: 22px;
	background-color: #a0c3c5;
	}

#footer-outer { text-align: center; }

#footer { 
	margin: 0 auto;
	width: 740px;
	background-color: #5c9baa;
	text-align: center;
	}
	
#license {
	text-align: right;
	width: 740px;
	height: 42px;
	}
