/*
General Purpose css to try to make any page look a bit nicer when printed
*/

html body * {


}


/* Site Layout */

#container {
width:665px;
}

html body #container #header
{
width:100%;
height:50px;
background: none;
overflow:visible;
}

#header p#logo {
background:none;
}

p#logo a {
text-indent: 0px;
font-size: 30px;
color: orange;
background:none;
}

#topnav {display:none;}


#sideA{
display:none
}


#main {
overflow:visible;
float:none; /*fixes blank page issue in firefox*/
}



#content {
overflow: visible;
}


html body #content #aaa {
width: 458px;
overflow:visible;
}

html body #display{
width: 458px;
}

html body #content ul#actions {
display:none;
}

#footer #rss,
#footer #subscribe {display: none; }

#footer {
height: auto;
}

#footer #copyright {
height: auto;
line-height: 15px;
}

#footer #copyright a {
display:none
}
