#pagewrap { position: relative; text-align: left;
	margin: 0px;
	padding: 0px; width: 980px;  margin: 0 auto; }
#header { position: absolute; margin: 0 0 10px 0; top: 0px; width: 980px; height: 131px;
  background: #006600 url(../images/header.png) no-repeat; }
#contentwrap { position: relative; top: 131px; width: 980px; height: 771px;
  color: #000;
  background: #fff url(../images/dark-green-background.png) repeat-y; }
#content {
	position: absolute;
	top: 0;
	width: 650px;
	right: 165px;
	height: 852px;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 857px;
	color: #fff;
	background-color: #fff;
	background-image: url(../images/dark-green-background.png);
}
#rightsidebar {
	position: absolute;
	top: 0px;
	right: 0;
	width: 165px;
	height: 856px;
	background: #fff url(../images/dark-green-background.png) repeat-y;
	background-image: url(../images/dark-green-background.png);
}
#footer {
	position: absolute;
	clear: both;
	top: 987px;
	width: 980px;
	color: #fff;
	padding: 0.5em 0;
	background: #006600 url(../images/light-green-background.png) repeat;
}

#sidebar ul { margin-right: 1em; list-style: none; }
#sidebar li { margin: 1.0em 0; text-align: right; }
#sidebar li a { color: #fff; font-size: 14px; }
#sidebar li a:hover { color: #009933; }

#rightsidebar ul { margin-left: 1em; font-size: 12px; list-style: none; }
#rightsidebar li { margin: 1.0em 0; text-align: left; }
#rightsidebar li a { color: #009933; font-size: 14px; }
#rightsidebar li a:hover { color: #006600; }

#footer ul { list-style: none; }
#footer li { margin: 0; float: left; width: 22%; text-align: center;
  font-size: 18px; border-right: 1px solid #fff; }
#footer li.address { width: 33%; }
#footer li.email { border-right: none }
#footer li a { color: #fff; }
#footer li a:hover { color: #009933; }

