@charset "UTF-8";
/* CSS Document */

#menu, #sidebar {
	    display: none;
	}

#content {
	    width: 100%;
	    margin: 0;
		float: none;
		
		body {
	    background: white;
	}
#content {
	    background: transparent;
	}
	
	body {
	    font-family: Georgia, 'Times New Roman', serif;
	}
	
	p {
	    font-size: 12pt;
	}