/* styles to override standard styles from base.css */ 

body
{
    background-image: none;
    font-size: 11pt;
}

#navbar
{
    display: none;
}

#content
{
    position: static;
    width: auto;
    margin: 2.5cm;
    padding: 0;
}

#content_background
{
    display: none;
	opacity: 0.99;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
