body {
	background-color: white;
}
img.site-border {
	display: none;
}
div#header {
	border-right: 0;
	border-left: 0;
	height: 75px;
	border-bottom: 1px solid gray;
}
img#logo {
	margin: 0;
}
div#top-nav {
	display: none;
}
div#content {
	background-image: none;
}
div#col-left {
	color: black;
}
div#contact {
	background: none;
	border-bottom: 1px solid gray;
	height: 150px;
}
div#quote {
	display: none;
}
div#menu {
	display: none;
}
div#col-left h2 {
	text-align: left;
	background-color: white;
	border-bottom: none;
}
div#col-left h3 {
	padding: 10px 0 0 0;
}
div#col-left p {
	padding: 0 0 25px 0;
}
div#col-left a {
	color: black;
}
div#page-text p,
div#page-text a {
	color: black;
}
div#footer {
	border-top: 1px solid gray;
	color: black;
	padding: 10px 0 0 0;
	background-color: white;
}
div#copyright {
	float: left;
	width: 400px;
}
div#bottom-links {
	color: black;
}
div#bottom-links a,
div#bottom-links span {
	color: black;
}

