body {
	background-color:#eee;
}

#header {
	background: #111;
	border-bottom:1px solid #888;
	font-size:25px;
}

#main, #mainInner {
	background-color:#fff;
}

.title {
	padding-top:0;
}

.title a, .title a:visited {
	color:#fff;
}

#nav {
	background: #e7e7e7;
	border-bottom:1px solid #888;
}

#navWrapper {
	padding:5px 0;
}

.sf-menu {
	background:none !important;
	text-shadow: 0px -1px 1px #fff;
}

.sf-menu li.not-current, .sf-menu li.current {
	background:none !important;
}

.sf-menu li.current a {
	color:#000 !important;
}

.sf-menu a {
	border:none;
}

.sfHover {
	background:#1A70E5;
}

.sfHover li.not-current {
	background:#ccc !important;
}

.sfHover li.current {
	background:#ccc !important;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
}

#footer {
	border-top:1px solid #888;
	background: #111;
	color:#fff;
}
