#frame {
  margin: auto;
  width: 400px;
  background-color: white;
}

#header {
  background-color: white;
  	padding-bottom: 2px;
	border-bottom: 2px solid #808000;
 }
#menu_table {
	font-family: Courier New, Courier, mono;
	font-weight: bold;
	color: #000000;
  font-size: 56px;
}

#menu_table a{
	font-family: Courier New, Courier, mono;
	font-weight: bold;
	color: #000000;
  font-size: 56px;
	text-decoration: none;
}
#menu_table a:hover{ color: #808000; }

#fibber { height: 2px;}
#fibber td { font-size: 8px;}
.audioplayer {
	background-image: url(../amplab/images/background.jpg);
	background-repeat: repeat-x;
}
.audioplayer {
	border: thin solid #CCCC00;
}
#content {
  background-color: white;
  color: #000000; font-size: 16px;
  padding: 10px 10px 0 10px; 
  width:400px;
  font-family:Courier New, Courier, mono;
   }

 
#content a {  color: #000000;  }
#content li a {  color: #000000;  }
#content img { padding: 0 10px 5px 0; }

#visions { float:left; padding: 0 10px 5px 0; }
#visions img {float: left; padding: 0 0 0 0; }
#footer {
	background: white;
	color: #000057;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	clear: both;
  padding: 0 0 0 10px;
}
#footer a {
	color: #000000;
	font-size: smaller;
}


/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
body{
  -webkit-text-size-adjust:none;
  font-family:Helvetica, Arial, Verdana, sans-serif;
  padding:5px;
}
div{
  clear:both!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
img{
  max-width:100%;
  height:auto;
}


}

