/*	-------------------------------------------------------------
	-------------------------------------------------------------
	PRINT CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: white;
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}

/*	-------------------------------------------------------------
	HIDDEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#headerTop,
#side,
#userMenu,
#pxLogo {
	display: none;
}


/*	-------------------------------------------------------------
	OVERALL STYLE FIXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

img {
	border: 0;
}

/*	-------------------------------------------------------------
	CONTENT FIXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 { font-size: 1.3em; }

#content a:link, #content a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
   
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
   
#content a[href^="/"]:after {
	content: " (" attr(href) ") ";
}

.image_r {
	float: right;
	padding: 1px;
	margin: 5px 0 5px 10px;
}

.image_l {
	float: left;
	padding: 1px;
	margin: 5px 10px 5px 0;
}

.image_r_b {
	float: right;
	border: 1px solid #9e9e9e;
	padding: 1px;
	margin: 5px 0 5px 10px;
}

.image_l_b {
	float: left;
	border: 1px solid #9e9e9e;
	padding: 1px;
	margin: 5px 10px 5px 0;
}
