#top-panel {
	margin-bottom: 0;
}
#top-panel a {
	color: #6A8DC1; /* stone-washed sky blue */
}
#nav-links-container {
}
#nav-links {
	display: inline;
	/* line-height: 28px; */
	font-size: 14px;
	font-weight: bold;
	color: #6A8DC1;
	font-variant: small-caps;
}
#main-title {
	display: inline;
	margin: .3em;
	line-height: 1.3em;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
}
#main-title a:hover {
	border-bottom: none;
}
#header-divider {
	clear: both;
	margin: 0 6px 0 6px;
	height: 9px;
	background-image: url("../images/header-repeat.png");
	background-repeat: repeat-x;
	border: none;
}
/*
#header-divider {
	height: 4px;
	background-color: #D4B136;
	border: none;
	margin: 0 8% 0 8%;
}
*/

