body {
	background: white;
	font-size: 12pt;
	}

#header {
	display: none;
}

#left {
	display: none;
}

#footer {
	display: none;
}

#navTop {
	display: none;
}

#navSub {
	display: none;
}
	
#content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background: transparent;
}

.float_news {
	font-size: 12pt !important;
	font-weight: normal !important;
	height:100%;
}
.img_float {
	float : left;
	margin-right: 10px;
}
.clear { 
	clear: both;
} 
