﻿@charset "utf-8";
body {
	color:#08620a;
	font-family: Arial, Helvetica, sans-serif;
	line-height:.9em; text-align: center;
}

.imageReplacement { 
	overflow: hidden;
	text-indent: -9999em;
}

.imageReplacement a {
	display: block;
	height: 100%;
	width: 100%;
}

/** #footer section styles **/

#footer {
	margin: 0px auto;
	text-align: center;
	position: relative;
}

#footer a {
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

#footer h1 { 
	background:transparent url(../logotype.jpg) no-repeat 0 0;
	display:block;
	height:50px;
	margin:0 auto;
	position:relative;
	width:425px;
}

#footer #nav ul {
	height: 30px;
	margin:0 auto;
	position: relative;
	width: 550px;
	list-style-type:none;
}

#footer #nav ul li { 
	float: left;
}

