body {
	background-color: #999999;
	font-family: Tahoma;
}

#container {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	width: 800px;
}

#content {
	padding: 2px 2px 2px 5px;
}

	#content .pagename {
		font-variant: small-caps;
		font-size: 1.7em;
		text-align: right;
		padding: 0 3px 0 0;
		border-bottom: 3px #CCCCCC dotted;
		border-right: 3px #CCCCCC dotted;
	}

#header {
	border-bottom: 1px #000000 solid;
	background-color: #3E8B2E;
	color: #FFFFFF;
	height: 160px;
}

	#header .headertext {
		font-size: 2em;
		padding: 57px 0 0 10px;
	}
	
	#header a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header a:hover {
		text-decoration: underline;
	}

#footer {
	background-color: #3E8B2E;
	padding: 2px 0 2px 0;
	color: #FFFFFF;
	font-size: 0.78em;
	text-align: center;
	border-top: 1px #000000 solid;
}

#content .navbar {
	border-right: 3px #CCCCCC dotted;
	text-align: left;
}
