/* Get Rid of header images but not title*/
#header img {
	display: none;
}
/* No sidebars*/
#sidebar, .navbar{
	display: none;
	}
/* Put content on left. */
#container {
	width: auto;
	padding: 2px;
	float: none !important;
}
/* Make everything nice and plain.*/
body {
	color: black;
	background-color: white;
	font: normal 10pt Arial,Helvetica,sans-serif;
}
a:link, a:visited {
	color: #333333;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
}
