body {
	background-color:#b7bcbd;
	color:#000;
}

table#container {
	background:#fff;
}

td#branding { /* this is the bg color behind the photo, only seen when the page stretches vertically beyond the image */
	background-color:#094267;
}

td#nav {
	background-color:#e6b715;
	color:#000;
}

#nav ul {
	background-color:#fff;
}

#nav li a {
	color:#000;
	text-decoration:none;
}

#nav li a:hover {
	background-color:#e77b14;
}

#nav li.last {
	background-color:#e6b715;
}

#recent_posts li a:hover {
	color:#595959;
	background-color:#e6b715;
}

td#content {
	background-color:#FFFFFF;
}

div#site_info {
	color:#8c8f8f;
}

a {
	color:#cc9900;
	background-color:#e6b715;
}

a:visited {}

a:hover {
	background-color:#e77b14;
	text-decoration:underline;
}

#content a {
	color:#0086d3;
	background-color:transparent;
	text-decoration:underline;
}

#content a:visited {}

#content a:hover {
	background-color:transparent;text-decoration:none;
}

.archive {
	clear:both;
	border-bottom:1px solid #e77b14;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}