body {

min-width: 800px;

}

#overall{

background-image: url("background.jpg");
background-color: #fff;
background-repeat: no-repeat;
background-position: top center; 
width: 100%;
height: 600px;


}

#menu{


width: 93px;
height: 400px;
position: absolute; 
right: 6px; 
top: 190px;

}

#menuandad {

position: relative;
margin: auto;
width: 549px; /* 429 + 20 */
height: 400px;


}

.mitem {

  color: #999999;
  font-size: 12px;
  font-weight: bold;
  font-family: Continuum, continuum, Veranda, Arial;
  
  /*background-image: url("off.png");
  background-repeat: no-repeat;
  background-position: center left; */
  


}

.mitem a { color: #999999; text-decoration: none;

 display: block;
 width: 90px;
 height: 20px;
 background: transparent url("both.png") no-repeat; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  

 }
 
 .mitem a:hover {
 
  background-position: -90px 0; 
 
 }
 
 .pad {
 
   padding-left: 16px;
 
 }
 
 h1 {
 
  font-size: 16px;
  font-weight: bold;
  font-family: Continuum, continuum, Veranda, Arial;
 
 }
 
 h2 {
 
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  font-family: Continuum, continuum, Veranda, Arial;
 
 }
 
 p, ul {
 
  font-size: 12px;
  font-family: Continuum, continuum, Veranda, Arial;
  
 
 }
 
 p {
 
 padding-left: 4px;
 
 }
 
 #content {
 
  margin: auto;
  width: 700px;
 
 }
 


