@import url(screen.css);

#accessibility-menu, #side-content, #zd-nav-container{ 
	display:none !important; }

a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%; 
   display: none;
}

/*a[href^="/"]:after {
   content: " (http://domain.com" attr(href) ") "; 
   }*/
#container{
	width: 640px;
}   
#content {
	margin-left: 0px;
	background: #F5EFE2 url(../images/bg_content.gif) top left repeat-y;
	_height: 565px;
	min-height: 565px;
	border-bottom: 10px solid #462E06;
	
}
#masthead, #slide-show, #sidebar {
	display: none;
}
#footer {
	background: transparent !important;
	width: auto !important;
	text-align: left !important;
	border: none !important;
}
#footer ul {
	text-align: left !important;
}
