/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/celticmusicusa.com/trunk/web/common/stylesheets/frontend_print.css $
$LastChangedRevision: 3227 $
$LastChangedDate: 2006-12-13 15:44:29 -0500 (Wed, 13 Dec 2006) $
*/

@import url(frontend_screen.css);

/*
This file generally should modify styles defined in the screen stylesheet for printing as necessary.
*/

*
{
    background-image: none;
}

#wrapper
{
    width: auto;
}

#pageContent
{
    padding-top: 0;
    padding-right: 0;
}

#left
{
    display: none;
}

#header,
#nav
{
    display: none;
}