@charset "UTF-8";
/* CSS Document */

#wrapper {
	text-align: left;
	background: #fff;
	}
	
#main, 
#content, 
#content.wide, 
#wrapper { 
	width: 100% !important; 
	float: none !important; 
	margin: 0 !important; }

img.print-logo {
	display: block;
	}
	
#header,
ul#nav,
ul#subnav {
	display: none !important;
	}
	
	
#sidebar
{
	display: none !important;
	}	
	
h3#cat-title { 
	margin: 0; 
	background: none;
	border-top: 1px dotted #cac8bd; 
	}

#breadcrumb, #breadcrumb a {
	background: none; 
	text-shadow: none;
	color: #333;
	border-bottom: 1px dotted #cac8bd;
	margin: 0;
	}

#footer {
	clear: both;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
	}
	
p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}
