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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}
#container {
	width: 7in;
}
#sidebar, #footer {
	display: none;
}
#content {
	width: 100%;
	margin: 0;
}
