


#header-nav {
  position: absolute;
  top: 35px;
  left: 160px;
   font-size: 14px;
   width: 690px;
   align: center;
   text-decoration: none;
}

a.headerlink {
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}

a:visited.headerlink {
   color: #cccccc;
   font-weight: bold;
   text-decoration: none;
}

h4 {
   color: #990066;
   font-size: 15px;
}

#sidebar {
  border-left:              0px dashed #007e7e;
  width:              140px;

  padding:             0px 20px 20px 20px;

  margin-top:         20px;
  margin-left:         20px;
  margin-bottom:   20px;

  text-align:          left;
  
  background-color: #ffffff;
  background-repeat:   repeat-x;
  float:               right;
  line-height:         1.1;
  font-family: sans-serif;
}

#main {
  position: absolute;
  top: 290px;
  left: 160px;
   background-color: #ffffff;
   padding: 20px 30px 20px 30px;
   margin:   10px 10px 10px 10px;
   width: 600px;
}

a {
   color: #666666;
}

#name {
   font-weight: bold;
}