#wrapper{
  margin:0 auto;
  width:952px;
}
body{
  text-align: center;
  font-family:Arial,Sans-serif;
  font-size:.80em;
  line-height:130%
}
a {
  color:#3366cc;
}
#header {
  position:relative;
  width:953px;
  height:99px;
  background-color:#81B6C2;
  text-align:left;
}
.headerlinks {
  position:absolute;
  bottom:10px;
  right:30px;
  font-family:Verdana,Sans-serif;
  font-size:.85em;
}
a.green:link, a.green:active, a.green:visited {
  color:#FFFFFF;
  text-decoration:none;
  font-size:10pt;
}
#main {
  position:relative;
  width:952px;
  text-align:left;
  margin:20px 0px;
}
#left{
  float:left;
  width:151px;
  height:262px;
  padding:10px;
  font-family:Verdana,Sans-serif;
  font-size:.90em;
  line-height:175%;
  background-image:url('./images/nav-background.png');
}
html>body #left {
  width:125px;
  height:242px;
}
#left img{
  margin: 5px 0px;
}
a.black:link, a.black:active, a.black:visited {
  color: #000000;
  text-decoration: none;
}
#maincontent {
  float:right;
  overflow:visible;
  width:770px;
  padding:0px 10px;
}
html>body #maincontent {
  width:750px;
}
#footer {
  positive:relative;
  width:952px;
  height:35px;
  background-color: #68A7B6;
  padding:5px 0px;
}
.footerlinks {
  position:center;
  text-align:center;
  font-size:10pt; 
  color:#FFFFFF;
}
a img {
  border:none;
}