/**
 ** PrintStyles.ss
 ** May 16, 2007
 **********************************************************/
 @import url("RainbowStyles.css");
body {
background: none;
}
#title {
width: 100%;
float: left;
}
/*take out elements*/
#navigation, #sidebar, #footer {
display: none;
}

