/* CSS Document - structure main layer 


//20070917 gag-paulo creato
*/
body {
	/* BEGIN box on center*/
	text-align:center; 
	/*END box on center*/
}

#box_header {
	display: block;
	float: left;		
	width: 100%;
}
#container {
	height: auto;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 
}
#content {
	height:auto;
	display: block;
	float: left;
	min-height:430px;	
/*	_height:430px;*/
}
#footer {
	display: block;	
	clear: both;
	padding:18px 0 0 0;
	text-align:center;
	width: 100%;
}
#top_header {
	display: block;
	padding: 10px 0 10px 0;
	width: 100%;
}

