﻿/* Remove unwanted elements #header, #nav, */

.noprint
{
    display: none;
}

body {
	background-color: white;
	color: #717174;
	}

/*Ensure the content spans the full width */
#main {
	float:none;	
	width: 100%;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 0;	
	border: 0px; 
}

