/*-------------------------*//* print stylesheet *//*-------------------------------------*/
/*----------------------------------------------------------------------------------------*/

body {
	background: white;
	font-size: 12pt;
	}
	
/* link specific styles 
-------------------------------------------------------------*/

a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration:none;
	}
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after {
   content:" ("attr(href)")";
   }
	
#content a[href^="/"]:after {
  content:" (http://www.fluffdesign.com"attr(href)")";
   }
	
/*content specific styles 
-------------------------------------------------------------*/

#container, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

div#content {
	margin-left: 2%;
	}
	
/* hidden page sections 
-------------------------------------------------------------*/	
	
#nav{
	display: none;
	}
	
/* footer specific styles 
-------------------------------------------------------------*/	
#footer{
	font-size: 9pt;
	margin:20px 0 0 0;
}