@charset "utf-8";
#container {
	background-image: none;
	width: 7in;
}
body {
	font-size: 12pt;
	background-color: #FFF;
}

#sidebar {
	float: none;

}
#mainContent {
	margin: 0px;
	width: 100%;
}
#header {
	display: none;
}
#sidebar, #footer {
	display: none;
}

