 
#container{
  width : 740px;
  

  
  margin-left : auto;
  margin-right : auto;
}
#header{
  width : 740px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
#main{
  width : 550px;
  
  bottom : auto;
  

  
  float : right;
  

  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
#menu{
  width : 180px;
  bottom : auto;
  
  
  
  
  
  

  float : left;
  
  clear : left;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-left : auto;
  margin-right : auto;
  list-style-type : none;
}
#footer{
  width : 740px;
  
  
  text-align : center;
  bottom : auto;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
BODY{
  color : white;
  background-color : black;
  font-family : "Book Antiqua",serif;
}
H1{
  font-size : 1.5em;
  font-weight : normal;
  text-align : center;
}
H2{
  font-size : 1.3em;
  font-weight : normal;
  text-align : center;
}
H3{
  font-size : 1.1em;
  font-weight : normal;
}
H4{
  font-size : 0.9em;
  font-weight : normal;
  line-height : 110%;
}
P{
  font-size : 0.9em;
  font-weight : normal;
  line-height : 110%;
}
TABLE{
  font-size : 0.9em;
  font-family : "Book Antiqua",serif;
  font-weight : normal;
  bottom : auto;
  
  
  
background-position : center center;
  
  
  
border-spacing : 65px;
  
  
  
  
  
  
  
  
  
  
  
  
}
A:hover{
  color : #ba9532;
  
  
  position : relative;
  top : 2px;
  left : 2px;
  text-decoration : none;
}
A{
  color : #ba9532;
  text-decoration : none;
}
A:link{
  color : #ba9532;
  text-decoration : none;
}
A:active{
  color : red;
  text-decoration : none;
}
A:visited{
  color : #ba9532;
  text-decoration : none;
}