/* Hide those you don't want visible */
img {
	border:0;
}
#mainnav, #leftcol, #mainnavshadow, #homephoto {
   display: none;
   visibility: hidden;	
   }


#content, #interiorcontent {
   width: auto;
	clear:both;
   padding: 25px 0 0 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;
   }
#address{
	float:right;
	width:200px;
}
#branding img {float:left;}

.articleheadline {
	/*border-bottom:1px solid #6c9d31;*/
	padding:20px 0 10px 0;
	font-weight:bold;
	margin-bottom:10px;
}
#copyright {
	margin-top:25px;
}
