.buttonscontainer {
   width: 800px;
   margin-left:auto;
   margin-right:auto;
}

.button {
  color: #FFFFFF;
  padding: 2px;
  padding-left: 3px;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  text-align: left;
}

.inactive_button:hover { 
  background-color: #CC66CC;   
  text-decoration: none;

}

.active_button { 
   border-left:3px solid white;
   border-right:3px solid white;
}

#pagg_header {
  height:400;
  width:1500;
}

#banner {
  margin-left:auto;
  margin-right:auto;
  width:767px; 
}


#nav_container { 
 width:1600;
}


h1 {
  text-align:center;
}

#redo_main_container { 
  background-image:url('../images/dancer0.gif');
  background-repeat:repeat-y;
  min-height:233px;
}

#main { 
  background:11FF77; 
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  width:900px;
}

body {
  background-color:#66CCFF;
}

.pic_links a {
  display:inline-block;
  border: 2px solid white;
} 

.pic_links a:hover {
  border: 4px solid #CC00CC;
}