/*
 * This style sheet is used when printing
 * It hides ads etc so that they do not print
 */

.noprint
{
    display: none;
}


div#left, div#right
{
    display: none;
}

div#container
{
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}


div#centeradvert
{
    display: none;
}

del
{
    display: none;
}



