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

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #362911;
	text-align: left;
	font-weight: bold;
	background-color: #7DCEDF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
h2 {
	font-size: 1.6em;
	text-align: center;
}
h5   {
	font-size: .8em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 250px;
}

#content {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	background-color: #7DCEDF;
	padding: 0.7em;
}
#contentlower {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7DCEDF;
	padding: 0.7em;
	margin-top: 1.5em;
}







/* Footer */

#footer
{
	text-align: center;
	width: auto;
	color: #461B12;
	clear: both;
}






.clear
{
	clear: both;
}

