@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E9C591;
	background-image: url(images/top-bar.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	color: #000000;
}
#page {
	background-image: url(images/honeycombs.png);
	background-repeat: no-repeat;
	width: 800px;
	minimum-height: 600px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#subpage {
	background-image: url(../images/subhoneycombs.png);
	background-repeat: no-repeat;
	width: 820px;
	minimum-height: 600px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
a:link {
	font-weight: bold;
	color: #396736;
	text-decoration: none;
}
#navigation {
	width: 170px;
	margin-top: 290px;
	margin-left: 280px;
	float: left;
}
#subnavigation {
	width: 170px;
	margin-top: 230px;
	margin-left: 120px;
	float: left;
}
#main {
	width: 320px;
	float: right;
	margin-top: 100px;
}
#submain {
	width: 480px;
	float: right;
	margin-top: 100px;
	height: auto;
}
.navlink {
	display: block;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #396736;
}
a:visited {
	font-weight: bold;
	color: #396736;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #5EA428;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #C17239;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #396736;
	line-height: 1em;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #5EA428;
	line-height: 1em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}
.credits {
	font-size: .8em;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	height: auto;
	width: auto;
}
