/*
* Print CSS
*
* @author Hoganord Studios based on work by Richard Hallows
*/
/*
* html elements
*/
body {
background-image : none;
text-align : left;
}
/*
* headings
*/
h1 {
margin-bottom : 1.5em;
background-image : none;
text-indent : 0px;
}
h2 {
margin-top  : 1em;
}
/*
* global ids / areas
*/
/*
* wrapper
*/
#wrapper {
width : auto;
margin : 0px;
}
/*
* content
*/
#content {
margin : 0px;
}
/*
* columns
*/
#colone, #coltwo {
float : none;
width : auto;
}
/*
* text
*/
#needflash  {
display : none;
}

