﻿body
{
	text-align: center;
	margin: 0;
	background-color: #CCFF99;
	font-family: Arial;
}

#wrapper
{
	width: 798px;
	height: 100%;
	text-align: left;
	margin:	0 auto 0 auto;
	border-left: solid thin black;
	border-right: solid thin black;
	border-bottom: solid thin black;
	background-color: White;
}

#header
{
	width: 100%;
	position: relative;
	height: 100px;
	border-bottom: solid thin black;
	background-color: #66CC33;
	vertical-align: middle;
}

#leftnav
{
	position: relative;
	float: left;
	width: 200px;
	border-right: groove thick #66CC33;
}

#content
{
	float: left;
	width: 70%;
	position: relative;
	margin-left: 25px;
}

#footer
{
	clear: both;
	width: 100%;
	background-color: #66CC33;
	border-top: solid thin black;
	font-size: smaller;
	padding-bottom: 10px;
}

#footer p
{
	padding-left: 10px;
}

.spacer
{
	clear: both;
}

.siteTitle
{
	padding-left: 25px;
}

.breadcrumb
{
	border-bottom: solid thin black;
}

.maincontent
{
	float: left;
	margin-top: 10px;
	width: 95%;
	border: solid thin black;
}

P
{
	padding-left: 5px;
	padding-top: 5px;
	font-family: Arial;
}
