body { 
   text-align:center;
   background-color:#000;
   font-family:"courier new", "courier", serif; 
   font-size:20px;
}
h1 {
   font-weight:normal;
   font-size:2em;
}
.content {
   width:900px;
   min-height:4000px;
   margin-right:auto;
   margin-left:auto;
   background-repeat:no-repeat;
   background-image:url('../images/bakyard.jpg');
   padding-top:10px;
   margin-top:-20px;
}
.nav {
   text-align:right;
   margin-top:10px;
   margin-right:30px;
   float:right;
   width:160px;
}
.nav a {
   text-decoration:none;
   color:#000;
}
#textBox {
   width:676px;
   height:600px;
   margin:5px 0 0 30px;
   float:left;
   text-align:left;
   font-size:.8em;
   color:#046ab9;
}
#recordings p {
   margin-bottom:40px;
}
#recordings p object {
   margin-bottom:-6px;
}
#recordings table {
   padding:1em;
}
#recordings table p {
   margin-bottom:0;
}
#contact td {
   vertical-align:top;
}
.text {
   background-color:#fff;
   padding:2px 4px 2px 4px;
}
#header  a {
   text-decoration:none;
   color:#000;
}
