html, body {
	background: white;
	background-image: none;
	font-size: 11pt;
}

#navbar, #cright {
	display: none;
}

#cfull, #cleft { 
	padding: 0px;
}

#header, #footer, #content {
	background: none;
}

#header h1 {
	text-indent: 0px;
	margin: 10px;
	font-size: 1.5em;
}

#phone { 
	left: 0px; 
	right: 0px;
}

#content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

a:link, a:visited {
	color: #808080;
	background: transparent;
	text-decoration: underline; 
}

