/* ()()()()()()()()()()()()()()()

	Print CSS file for KnowSTV
	
	Produced by Matthew Beall
	for WorkingDesign.net
	
	Feb 2005
	
	Alters the layout based on knowstv.css for printing.
		* Removes menu
		* Unfloats content to avoid printing bug
		* Makes layout tweaks to improve appearance
	
()()()()()()()()()()()()()()() */


body {
margin: 0;
border: 0;
padding: 0;
background-color: #fff;
text-align:left;
}

#menu {
display: none;
}


/* An encapsulating box for the page content. Sets some global values. */
#container {
line-height: auto !important;
width: 100% !important;
}

#homepagebody, #pagebody {
floath: onoe !important;
}

#index #pagebody {
background: white !important;
}

#pgtwo #pagebody, 
#pgthree #pagebody, 
#pgfour #pagebody, 
#pgfive #pagebody, 
#pgsix #pagebody
{
background: white !important;
}

#leftside {
display: none;
}

#rightside {
display: none;
}

#centre {
float: none !important;
}

#index #centre {
width: 100% !important;
}

#pgtwo #centre,
#pgthree #centre,
#pgfour #centre,
#pgfive #centre,
#pgsix #centre
{
width: 100% !important;
}

/* NEWS PAGE LAYOUT */
#newsleft, #newsright {
float: none !important;
width: 100% !important;
}

#footer {
width: 100% !important;
float: none !important;
}
