

/* Hide those you don't want visible */
#auxNav, #mainNav, #subnav, #Footer {
	display: none;
	visibility: hidden;	
	}


img {
	border:none;
}
.headline {
	font-weight:bold;
}
#content {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

/*a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}*/

.clear{clear:both;}