.multi_drop_menus.vertical {   
    width: 160px; /* width of the container */
}

#header {
    margin-top : 10px;
}
#header_inner {
    background-image: url(../images/mmam_logo_white.png);
    background-repeat: no-repeat;
    height: 165px;
}
#nav {
    margin-top: 5px;
}
.marquee {
    margin-left: 325px;
    position:relative;
    overflow:hidden;
    width: 633px;
    height:150px;
}

div#about_us {
  width: 789px;
  padding: 10px;
  float: none;
}

div#contact_us {
  width: 270px;
  padding: 10px;
  float: left;
}

div#contact_you {
  width: 450px;
  padding: 10px;
  float: left;
  overflow: auto; 
}

div.nobox {
  border: none;
  width: 789px;
  margin: 5px; 
  padding: 5px;
  overflow: hidden;
}

div.nobox2up {
  border: none;
  width: 383px;
  float: left;
  margin: 5px; 
  padding: 5px;
  max-height: 560px;
  overflow: hidden;}


div.box1up {
  border: 1px solid green; /* move border coloring to text_n_colors */
  width: 789px;
  margin: 5px; 
  padding: 5px;
  max-height: 560px;
  overflow: hidden;
}

div.box2up {
  border: 1px solid green; /* move border coloring to text_n_colors */
  width: 383px;
  float: left;
  margin: 5px; 
  padding: 5px;
  max-height: 560px;
  overflow: hidden;}

div.nav {
  clear: left;
}  
  
div.nav  a {
  font: Italic 80% Lucida, Arial, sans-serif;
  padding-right: 5px;
}

div.nav a.back {
  padding-left: 17px;
  background-image: url('../images/up_nav.png'); 
  background-repeat: no-repeat;
}

div.nav a.next {
  padding-left: 17px;
  background-image: url('../images/right_nav.png'); 
  background-repeat: no-repeat;
}

div.nav a.prev {
  padding-left: 17px;
  background-image: url('../images/left_nav.png'); 
  background-repeat: no-repeat;
}
  
p.caveat {
  font: italic bold 10px/20px Lucida, Arial, sans-serif;
}  

h2 {
	margin: 0 0 10px 0;
}