body {
  margin: auto;
  text-align: center;
  font-family: sans-serif;
  font-size: 13px;
  background: url(/images/hg.png) top center repeat-y;
}
#wrapper {
  margin: 10px auto;
  text-align: left;
  width: 960px;
}
#head {
  background: url(/images/head.jpg) 0px -9px no-repeat;
  width: 960px;
  height: 113px;
}
#content {
  margin-top: 40px;
}
#rightbar {
  width: 330px; 
  float: right;
}
#maincolumn {
  width:600px; 
  border-right: 1px dotted #bbbbbb; 
  margin-right:0px; 
  padding-right: 20px;
}
#maintitle {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
}
#subheader  {
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
#footer {
  border-top: 1px solid #eeeeee;
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-top: 50px;
  margin-bottom: 20px;
}
p {
  margin-top: 0px;
}
#maintitle h1 {
  font-size: 40px;
}
h1 {
  font-size: 26px;
}
h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
h4.overtitle {
  margin-bottom: -15px;
}
h4.undertitle {
  margin-top: -15px;
}
a {
  color: #3c9e9c;
}