body {
	color: #000;
	background-color: #fc6;
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}


div#banner {
	color: #fff;
	background-color: #903;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 1.2em;
	text-align: center;
}

div#logo {
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

div#logo img {
	width: 295px;
	height: 272px;
}

div#site_nav {
	color: #fff;
	background-color: #06c;
	padding-top: 12px;
	padding-bottom: 10px;
	border-top: 2px solid #fc6;
	border-bottom: 5px solid #06c;
	text-align: center;
	font-size: 1em;
}

div#site_nav a {
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

div#site_nav a:link, div#site_nav a:visited {
	color: #fc6;
	background-color: inherit;
}

div#site_nav a:hover {
	color: #ff9;
	background-color: inherit;
}

div#rel_sites {
	margin: 1.5em 7em 0.8em 7em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #06c;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
}

div#rel_links {
	font-size: 0.9em;
	text-align: center;
}

div.link_row {
	margin-bottom: 0.5em;
}

div.link_row a {
	padding: 2px;
	text-decoration: none;
}

div.link_row a:link, div.link_row a:visited {
	color: #06c;
	background-color: inherit;
}

div.link_row a:hover {
	color: #900;
	background-color: #inherit;
}

div#blurb {
	margin-top: 6em;
	margin-bottom: 1em;
	font-size: 0.8em;
	text-align: center;
}