 
#container{
  width : 720px;
  
  text-align : left;
  
  right : 20px;
}
#menu{
  font-size : 10px;
  font-family : sans-serif;
  color : #004040;
  background-color : #cbe9e8;
  text-align : center;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #004040;
  width : 200px;
  font-weight : normal;
  

  
  
  margin-left : 5px;
  float : left;
  background-repeat : no-repeat;
}
P{
  font-size : 11px;
  line-height : 120%;
  text-align : left;
}
#main{
  text-align : left;
  width : 500px;
  float : right;
  

  margin-left : 10px;
}
#footer{
  font-size : 0.8em;
  color : silver;
  text-align : center;
  width : 750px;
  clear : both;
  height : auto;
  right : 20px;
  left : 5px;
}
A:link{
  color : white;
}
A:visited{
  color : #dbc4ec;
}
