
/* =================================== LAYOUT DEFINITIONS =================================== */
		
	#DIVhead {
		margin: 0px auto;
		width: 900px;
		height:180px;
		background:url(page_header.jpg) top center no-repeat;
		text-align: left;
}

	
	#DIVcontent {
		width: 900px;
		margin:0px auto;
		text-align: left;
		border-top:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		border-left:1px solid #FFFFFF;
		background:#333333;
		display:block;

	}
		#DIVbody {
		width: 900px;
		margin:0px auto;

	}
					
	
	
	#DIVfooter_all {
		width:840px;
		margin:0px auto;
		text-align:right;

	
	}
	

	#DIVcredits {
		width: 790px;
		margin: 5px 10px 10px 10px;
		font-size: 11px;
		color: #000;
		text-align: right;
	}
		#DIVcredits a {
			color:#000;
		}

