* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black; 
	background-color:black;
}

#wrapper {
	margin: 0 auto;
	width: 43em;
	text-align: left;
	background-color: #f2e1ce;
}

#logo {
	position: relative; 
	left: 1em;
	top: 0;
	width: 300px;
	height: 9em;
	background: url(../images/logo.jpg) #86a530 no-repeat bottom;
}

#topBanner {
	position: relative;
	height: 9em;
	background-color: #86a530;
}

#topLeft {
	float: left;
	width: 22%;
	height: 100%;
	border-bottom: solid 0.5em #728c29;
}

#topRight {
	float: left;
	width: 78%;
	height: 100%;
	background-color: #86a530;
	border-bottom: solid 0.5em #e57d00;
}

#mizPee {
	position: relative;
	float: right;
	width: 175px; 
	height: 395px;
	top: -118px;
	background: url(../images/mizPeeHome.gif) no-repeat top right;
}

#topHome {
	height: 9em;
	background: url(../images/topHomeBg.jpg) #86a530 repeat-x bottom;
}

#topHomeLeft {
	float: left;
	width: 225px;
	height: 100%;
	background: url(../images/topHomeLeft.jpg) no-repeat bottom;
}

#topHomeRight {
	float: right;
	width: 370px;
	height: 100%;
	background: url(../images/topHomeRight.jpg) no-repeat bottom;
}

#bottomBanner {
	position: relative;
	height: 2em;
	border-top: solid 0.5em #e57d00; background-color: #86a530;
}

#bottomLeft {
	float: left;
	position: absolute;
	top: -0.5em;
	width: 22%;
	height: 100%; 
	height: 0;
	border-top: solid 0.5em #5a7221;
}

#menuContainer {
	float: left;
	width: 22%;
	background-color: #728c29;
	border-top: solid 0.5em #5a7221;
	border-bottom: solid 0.5em #e57d00;
}

#menu {
	padding: 1em 0.25em 2em 0.25em;
}

#menu ul {
	list-style: none;
	text-indent: 0.75em;
}

#menu ul a {
	display: block; 
	margin-top: 0.25em;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 0.8em;
	color: white;
	background-color: #5a7221;
	text-decoration: none;
	border-left: solid 0.75em #a1cd3a;
}

#menu .selected,
#menu ul a:hover {
	background-color: #e57d00;
	border-left: solid 0.75em #ff8500;
}

#submenu {
	padding: 0 0 0 0.75em;
}

#submenu li a { 
	background-color: #5a7221;
}

#content {
	float: left;
	padding: 2em 3em 2em 4em;
	width: 60%;
	font-size: 0.8em;
	line-height: 1.5em;
	color: black;
}

#contentHome {
	float: left;
	padding: 2em 3em 2em 4em;
	width: 35%;
	font-size: 0.8em;
	line-height: 1.5em;
	color: black;
}

#contentHome strong {
	font-size: 1.25em;
	color: #e57d00;
}

#content a {
	font-weight: bold;
	color: #e57d00;
}

#content ul {
	padding-left: 1.1em;
}

#content li {
	padding: 0.2em 0 0.2em 0;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #563511;
	padding-bottom: 0.25em;
	border-bottom: solid 0.12em #ee2d3f;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #563511;
	padding: 0.25em 0 0.25em 0;
	border-bottom: solid 0.1em #ee2d3f; 
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #563511;
	padding: 0.25em 0 0.25em 0;
}

h4 {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold; 
	color: #563511;
}

p {
	margin-bottom: 1em;
}

table {
	border: none;
	padding: 0;
	margin: 0;
	background-color: #a0cc3a;
	color: black;
}

th {
	padding: 0.5em;
	background-color: #728c29;
	color: white;
}

td {
	padding: 0.5em;
}

#content table a {
	color: #ee2d3f;
}

#credits {
	padding: 0.75em 0 0 2em;
	font-size: 0.75em;
	color: white;
}

#credits a {
	font-weight: bold;
	color: #ee2d3f;
}

.howLeft {
	float: left;
	clear: left;
	padding-right: 0.5em;
	width: 10%;
}

.howCenter {
	float: left;
	width: 37%;
	padding: 0 1em 0 0;
}

.howRight {
	float: left;
	clear: right;
	width: 47%;
	padding: 0 0 1em;
}

.infobox {
	padding: 1em;
	background-color: #86a530;
	color: white;
}

.infobox td {
	width: 50%;
	padding: 1em;
	border: thin solid black;
	font-size: 0.9em;
}

.infobox h3 {
	color: white;
}

.infobox2 {
	padding: 1em;
	background-color: #D9BFA3;
	color: black;
}

.infobox2 td {
	width: 50%;
	padding: 1em;
	border: thin solid #f2e1ce;
	font-size: 0.9em;
}

.infobox2 h3 {
	color: black;
}


.post {
	padding: 0 0 1em 1.5em;
}

.centered {
	text-align: center;
}

.clear { 
	clear: both;
}
