body {
   color: #fff;
   font-weight: bold;
   margin: 0;
   padding: 0;
   background-color: rgb( 5, 5, 5 );
}
header {
   text-align: center;
   margin: 0;
   padding: 1%;
   background-color: rgb( 5, 5, 5 );
}
#content {
   width: 640px;
   height: 480px;
   background-image: url( ../images/reading1.jpg );
   margin: 0 auto;
   background-color: rgb( 5, 5, 5 );
   background-repeat: no-repeat;
}
footer {
   margin: 0 auto;
   padding: 1%;
   background-color: rgb( 5, 5, 5 );
}
#bottom_content {
   width: 640px;
   margin: 0 auto;
}
#musician, #student, #teaching, #images, #cv, #privacy, #email {
   color: rgb( 141, 144, 163 );
   width: 350px;
   padding: 20px;
   clear: both;
   float: left;
}
a:link {
   color: #fff;
   text-decoration: none;
   border-bottom: 1px solid #f00;
}
a:visited {
   color: #ddd;
   text-decoration: none;
}
acronym, abbr, html\:abbr {
   cursor: help;
   border-bottom: 1px dotted #00f;
}
#thing1 {
   float: left;
   width: 100%;
   border-bottom: 1px solid rgb( 121, 124, 143 );
}
#thing2 {
   float: right;
   width: 100%;
   padding: 5px;
   text-align: right;
}

h1 {
   margin: 0;
   padding: 10px 0;
   color: #666;
}