 @import "x_format.css"; /* Basic formating is here */
	
/*	body {	text-align:center; } */ 

	#frame {
		width:900px;
		background:#FFF;
		/*border: 1px solid #48080b;*/
		margin-right:auto;
		margin-left:auto;
		margin-top:15px;
		margin-bottom:50px;
		padding:5px;
		}

	#banner {
		width:900px;
		float:center;
		background:#FFF;
		font-size:65%;
		padding-bottom:0px;
		padding-top:0px;
		}
	
	#maincenter { 
		width:900px;
		float:center;
		color: #000;
		background: #fff;
		text-align:left;
		margin-top:0px;
		margin-bottom:0px;
		font-size:85%; 
		}


	#footer {
		text-align:center; 
		width:900px;
		height:60px;
		color: #004a80;
		background: #FFF;
		font-size:85%;
		margin-top:50px;
		padding-bottom:00px;
		padding-top:00px;		
		}



							