body {
  font-family: Geneva, Verdana, Arial, helvetica, sans-serif;
  color: #eee;
  background: #222;
  margin: 0;
  padding: 0;
}

H1 {
	font-weight: normal;
	margin: 5px;
	padding: 0;
	font-size: 40px;
	}
H2 {
	font-weight: normal;
	}
H3 { 
	font-weight: normal;
	}

a { color: #3984A4; text-decoration: none;}
a:hover {text-decoration: underline; }

a#home { color: #fff; }

.invisible { display: none; }

.thumb {
	border: solid 5px #666;
	}

#page {}

#banner {
	height: 75px;
	width: 100%;
	background: url(bluestrip.jpg) top left repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	}
	
#banner-inner { 
	height: 75px;
	width: 100%;
	background: url(whtleaves.jpg) top right no-repeat;
	position: fixed;
	top: 0;
	right: 0;
	}
	
#sidebar {
	float: left;
	}

#sidebar-content { 
	position: fixed;
	width: 11em;
	top: 50;
	left: 0;
	padding: 5em 0 0 1em;
	 }
	
#nav {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

#nav li {
	margin: 0;
	padding: 0;
	}

#nav li a { 
	display: block;
	padding: .3em 1em;
	margin-bottom: 2px;
	color: #fff;
	background-color: #3984A4;
	}

#nav a:hover {
	background-color: #115567;
	text-decoration: none;
	}

#nav li.flourish {
	height: 50px;
	background: url(whtleaf.jpg) center no-repeat;
}

#content {
	margin: 50px 0 0 13.5em;
	padding: 1em;
	}

#footer {
	text-align: center;
	color: #666666;
	margin-left: 13em;
	margin-bottom: 5px;
	}
#footer p {
	font-size: x-small;
	margin: 0;
	padding: 0;
	}