/* CotswoldMedia Print Stylesheet
(c) Copyright CotswoldMedia www.CotswoldMedia.com
Version 1 - 21 September 2008
-------------------------------------------------------------- */
body {
	color: #000;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
	
/* LINKS
-------------------------------------------------------------- */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 5px;
}
#content a:link:after, #content a:visited:after {
   content:" (" attr(href) ") ";
}
	
/* COMMON ELEMENTS
-------------------------------------------------------------- */
code { font-family: Monaco, monospace; }
.abbr,
abbr, 
acronym { border: none; }
em { font-style: italic; }
strong { font-weight: bold; }
strike, 
del { text-decoration: line-through; }
ins { text-decoration: none; }

/* LAYOUT
-------------------------------------------------------------- */
#wrap {
	color: #000;
	width: 7in; 
	padding: 0;
	margin: 0 auto;
	background: #ccc;
}	
#main { float: none; }	
#footer { text-align: right; }

/* LAYOUT
-------------------------------------------------------------- */
#menu, 
#sidebar,
#content .col2, 
#footer .col1, 
p#copyright a { display: none; }

/* MISC
-------------------------------------------------------------- */
img, 
#top { display: none; }