* { color: #133613; }

html {
	height: 100%;
	}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #000;
	font: 12px Verdana;
	background: #90a278 url(../images/bg.gif) 0 0 repeat-x;
	}
#container {
	display: block;
  position: relative;
  width: 850px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 30px 0 30px;
	}
* html #container {
  height: 100%;
	}
#header {
  display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 154px;		
	background: transparent url(../images/logo.gif) 4px 71px no-repeat;
	}
#nav {
  position: relative;
  float: left;
	width: 180px;
	height: 405px;
	margin: 0 0 0 25px;
	padding: 0;
	}
#nav ul {
	display: block; 
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav ul li {
  height: 22px;
	margin: 0;
	padding: 0;
	}
#content {
	display: block;
  position: relative;
  float: left;
	width: 586px;
	height: auto;
	margin: -40px 0 0 50px;
  padding: 0 0 50px 0;
	font: 12px Verdana;
	}
#footer {
  clear: both;
	display: block;
  position: relative;
  width: 100%;
  min-width: 850px; 
	height: 57px;
	margin: -57px auto 0 auto;
	background: transparent url(../images/bg_footer.gif) 0 0 repeat-x;
	}
* html #footer { margin-top: -57px; }
	
div.footerInfo {
  padding: 0 30px 0 30px;
  }

div.footerInfo p {
	margin: 14px 0 0 20px;
	font: 10px Verdana;
	color: #4b5e4a;
	line-height: 15px;
	}
div.footerInfo p a:active,
div.footerInfo p a:link,
div.footerInfo p a:visited {
	text-decoration: none;
	color: #597058;
	}
div.footerInfo p a:hover {
	text-decoration: underline;
	}
	
#footerSwirl {
	display: block;
  position: absolute;
  left: 0;
  top: -128px;
  width: 172px;
  height: 128px;
	background: transparent url(../images/footerswirl.gif) 0 0 no-repeat;
  }
#footerPlant {
	display: block;
  position: absolute;
  right: 0;
  top: -72px;
  width: 144px;
  height: 72px;
	background: transparent url(../images/footerplant.gif) 0 0 no-repeat;
  }

img { border: 0; }
.main { font: normal 14px Verdana; }
.small { font-size: 11px; }

div.clr {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
  height: 90px;
}
