body {
	background-color: white;
	font-family: Arial, sans-serif;
}

#wrapper {
        background-color: white;
	width: 80%;
	margin: 0 10% 0 auto;
}

a:link {
	color: #87CEEB;
}

a:visited {
	color: #00BFFF;
}

a:hover {
	color: #87CEFA;
}

#header {
	position: relative;
	width: 100%;
	background-image: url(images/reeds.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	border-bottom: thin #2255ee solid;
	padding-bottom: 1em;
}

#logo {
	border: black solid;
	border-width: thin thin thin thin;
	display: inline;
	margin: 0;
}

#description {
	display: inline;
	  top: 15px;
	left: 100px;
	font-weight: bold;
}

#sidebar {
	clear: both;
	background-color: #2255ee;
	min-height: .5em; 
}

#sidebar ul {
	list-style: none outside none;
	marker-offset: 0; 
	padding: 0;
	margin: 0;
}

#sidebar li {
	display: inline;
	padding: .5em;
}

#sidebar .current_page_item {
  
}

#content {
	padding: .5em;
	padding-top: 1em;
}

#content h2 {
	color: #2255ee;
	margin-top: 0;
}

#content p {
	margin-left: .5em;
}

#footer {
	clear: both;
	background-color: #2255ee;
	width: 90%;
	margin: 0 5% 0 auto;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
