body {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/webbg.jpg);
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: black;
}

#navigation {
	text-align: center;
	height: 2.5em;
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	list-style-type: none;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: bold;
}

#navigation li {
	text-overflow: clip;
	display: inline-block;
	list-style-type: none;
	padding: .2em 1em;
}

#navigation li.section {
	font-size: 1.8em;
	font-style: italic;
	border-right: solid 3px #ffffff;
}

#navigation li.currentsection {
	font-size: 1.8em;
	color: #cccccc;
	font-style: italic;
}

#navigation a {
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
/* 	border: dotted white 1px; */
}

#navigation a.local {
	color: #cccccc;
	font-style: italic;
}


#main {
	background-image: url(/img/whtr.png);
	overflow: visible;
	padding: 5em;
/* 	background-color: white; */
	color: black;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	height: auto;
}

a img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #41ae90;
}

a:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #cc0033;
}

#copyright {
	color: #b2b2b2;
	text-align: right;
	right: 2px;
	bottom: 2px;
	position: fixed;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 6px;
}



