a:link, a:visited {
	color: #9b0000;
}

#banner {
}

#banner #insert {
}

#pageHeader {
	border-top-color: #9b0000;
}

#navcontainer #current {
	background: #9b0000;
	color: #ffffff;
}

#navcontainer #current:hover {
	background: #9b0000;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #9b0000;
	color: #ffffff;
}

#navcontainer a:hover {
	background: #9b0000;
}

#navcontainer ul ul #current{
	background: #7a4a54;
}
#navcontainer ul ul .currentAncestor {
	background: #7a4a54;
}

#navcontainer ul ul ul #current{
	background: #a05e6d;
}

#navcontainer ul ul ul .currentAncestor {
	background: #a05e6d;
}

#navcontainer ul ul  ul ul #current{
	background: #ececec;
	color: #b77786;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #ececec;
	color: #b77786;
}

blockquote {
	background-color: #ececec;
	color: #333333;
	border: 1px inset #a05e6d;
	margin: 10px;
	padding: 10px;
}

.blog-entry-title a {
	color: #362928;
}
