#header 
{
  position: absolute;
  top: 10px;
  left: 280px;
  width: 800px;
  height: 100px;
}

#leftcol {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 200px;
  height: 500px;
}

#navcontainer 
{ 
  width: 200px; 
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#nav-main
{
  position:absolute;
  left:350px;
  top:180px;

  clear: both 
}


label
{
  width: 16em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.submit input
{
  margin-left: 4.5em;
} 
