body {
	background: #ffffff url(images/bg.gif) repeat-x;
	text-align:center; /* Hack for IE5/Win */
	margin: 0px;
	padding:0px;
	font: 11px Verdana, Helvetica, Arial, Sans; 
	line-height: 18px;
	color: #595047;
}
a, a:visited {
	font-size: 11px;
	color: #58bf97;
	text-decoration: underline;
}
a:hover {
	color: #33cc99;
	text-decoration: none;
}
#wrapper {
	width: 800px;
	margin:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: #ffffff;
}
#header {
	width: 800px;
	height: 73px;
	margin:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: #5f574d url(images/bg-header.gif) repeat-x;
}
#container {
	width: 800px;
	float: left;
	margin-right: -500px;
	background-color: #ffffff;
}
#content {
	background: #ffffff;
	margin-right: 450px;
}
#footer {
	width: 800px;
	margin:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: #fafafa;
	border-top: 1px solid #dddddd;
	padding: 5px;
	color: #958c82;
}
/* IE5/Win Hack */
#footerMargin {
	margin-bottom: 20px;
}
h1 {
	margin-top: 0;
}
h2 {
	margin: 0 0 14px 0;
	color: #4f9e04;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	margin: 0 0 14px 0;
	color: #4f9e04;
	font-size: 12px;
	font-weight: bold;
}
.clearing {
	height: 0;
	clear: both;
}
/*  ------------------------ */
/* ======== Top Nav ======== */
/*  ------------------------ */
#navContainer {
	width: 800px;
	height: 30px;
	margin:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
}
#nav {
  background: #a8d767 url("images/bg-nav.gif") repeat-x;
  height: 30px;
  clear: both;
  list-style-type: none;
  width: 800px;
  padding: 0px;
  margin:0px;
  display:table;
  white-space:nowrap;
}
#nav li { 
  background: #abd767 url("images/bg-nav.gif") repeat-x;
  float: left;
  height: 30px;
  border-right: 1px solid #8cc459;
  border-left: 1px solid #c0e275;
}
#nav li.navFirst {
  width: 40px;
}
#nav li.navLast {
  border-left: 1px solid #c0e275;
  border-right: 0px;
}
#nav a, #nav a:visited {
  font-size: 10px;
  height: 25px;
  float: left;
  display: block;
  padding: 5px 15px 0 15px;
  text-align: center;
  text-decoration: none;
  color: #5a5449;
  font-weight: bold;
}
#nav a:hover {
  color: #000000;
  text-decoration: underline;
}