* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 1em;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #4b7d32;
	color: #000;
}

h1 {
	position: absolute;
	top: 0;
	left: 150px;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.5em;
	word-spacing: 0em;
	text-align: center;
	color: #c9c951;
}

h2 {
	font-size: 180%;
	font-weight: bold;
	color: #c9c951;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #c9c951;
}

h4 {
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: bold;
	color: #c9c951;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	color: #c9c951;
}

#top {
	margin: 170px 0 0 150px;
	width: 580px;
}

#content {
	clear: both;
	width: 580px;
	margin-left: 150px;
}
#content ol {
	margin: -1em 0 2em 2.5em;
}
#content ul {
	margin: 1em;
}
#content ul ol {
	margin: 0 0 0 2em;
}
#content blockquote {
	margin-bottom: 1em;
	padding: 0 2em;
	font-style: italic;
}

#random_quote {
	text-align: center;
}

a {
	color: #c9c951;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #c9c951;
}
a:hover, a:active {
	text-decoration: underline;
}

p {
	margin-bottom: 2em;
}

input, textarea, select {
	margin-top: 5px;
	padding: 0.25em;
	background-color: #79c951;
	color: #1e821e;
}
input.submit_button {
	border: thin outset #1e821e;
}

.avatar {
	border: medium solid #c9c951;
	margin-right: 1em;
	float: left;
}

.caption {
	margin: 0 0.5em;
	padding: 0.5em;
	text-align: center;
	background-color: #79c951;
	color: #1e821e;
}

.copyright,
#powered_by {
	margin-left: 150px;
	width: 580px;
	padding: 0.5em;
	font-size: 90%;
	text-align: center;
	background-color: #79c951;
	color: #000;
}

#search {
	text-align: right;
	font-size: 70%;
	font-weight: normal;
	color: #1e821e;
}
#search form {
	padding: 0 0.7em 0 0;
}
#search input {
	border: thin solid #1e821e;
}
#search input.input_check {
	width: 0.7em;
	height: 0.7em;
	background: #79c951;
	color: #c9c951;
}
#search p {
	margin-bottom: 0;
}

hr {
	clear: both;
	margin: 1em 0;
}

ul#navmenu {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	list-style-type: none;
	background: #79c951;
}
ul#navmenu li {
	padding: 0;
	text-align: left;
	font-weight: bold;
	background-color: #79c951;
	color: #4b7d32;
}
ul#navmenu li#logo {
	margin-bottom: 0;
	text-align: center;
	background-color: #79c951;
}
ul#navmenu li#settings {
	padding: 0 0.5em 0 0;
	text-align: right;
}
ul#navmenu li#settings p.heading {
	margin: 0;
	text-align: left;
}
ul#navmenu ul {
	list-style-type: none;
	text-align: left;
}
ul#navmenu ul li {
	padding: 0 0.5em 0 0.5em;
	margin: 0;
	list-style-type: none;
	text-align: right;
	background-color: #79c951;
	color: #c9c951;
}
ul#navmenu li a {
	color: #7d7d32;
}
ul#navmenu ul li a:hover,
ul#navmenu ul li a:active {
	color: #79c951;
	text-decoration: none;
}
ul#navmenu ul li:hover {
	background-color: #4b7d32;
}
ul#navmenu form {
	text-align: right;
}
ul#navmenu input,
ul#navmenu textarea,
ul#navmenu select {
	padding: 0;
	width: 9em;
	border: thin solid #7d7d32;
	color: #7d7d32;
}
ul#navmenu input.submit_button {
	border: thin outset #7d7d32;
	color: #7d7d32;
}
