body {
    background: none;
    }

#header, #footer, #sidebar, #site-nav, #navigation,
#contentbox-top, #contentbox-bottom, #comments {
    display: none;
    }

#container {
    width: 800px;
    }
    
#main {
	background: none;
	width: 800px;
    }

#main-content {
	margin: 0 0;
	width: 800px;
	font-size: 8pt;
	line-height: 10pt;	
    }

#main-content h1 {
    font-size: 15pt;
    line-height: 15pt;
    }

#main-content h4 {
    font-size: 8pt;
    line-height: 8pt;
    }

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	}


