@charset "utf-8";
/* CSS Document */


/* show content for print only */

#headerPrint{
	display: block;
	padding: 0 0 10px 0;}

/* hide content for web only */

#header, .span-1{
	display: none;}

/* change properties for print view */

/* reset widths */

BODY{
	width: 650px;}	

#leftColumn{
	margin: 0 30px 0 14px;}
	
#mainColumn{
	width: 420px;
	margin-right: 0px;}
	
H1, H2, H3, H4, H5, H6{
	padding: 2px 0 0 0;}
	
/* change colours */	

#leftColumn, #mainColumn{
	border-top: 1px solid #000000;} /* change top line colour */
	
/* add standard bullet points back in */	

#leftColumn li.subNav, #mainColumn li{
	list-style: circle;
	margin-left: 20px;
	padding-left: 0px;}

#media-panel{
	padding-bottom: 20px;}

