/* CSS Document */
a:link {color: #661F23}     /* unvisited link */
a:visited {color: #661F23}  /* visited link */
a:hover {color: #A46F63}   /* mouse over link */
a:active {color: #A46F63}   /* selected link */
body {
margin: 0;
padding: 0;
background-color: #661F23;
font-family: Times New Roman, serif;
font-size: 16px;
text-align: center;
color: #935950;
font-weight: 600;
}
#wrap {
width: 750px;
position: relative;
margin-right: auto;
margin-left: auto;
text-align: left;
background: #E2D5B3 url(graphics/mainphoto.jpg) no-repeat top left;
}
#header {
text-align: right;
background-image: url(graphics/titlebg.jpg);
background-position: top right;
background-repeat: no-repeat;
}
#navigation {
position: absolute;
top: 230px;
left: 0;
width: 154px;
font-family: Times, serif;
font-size: 15px;
font-weight: bold;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #661F23;
background-color: #B07F70;
}
#navigation li a:link, #navigation li a:visited {
display: block;
width: 154px;
padding: 3px 0 3px 15px;
color: #E2D5B3;
text-decoration: none;
text-align: left;
}
#navigation li a:hover {
color: #661F23;
background-image: url(graphics/musicnote.gif);
background-position: top left;
background-repeat: no-repeat;
}
#content {
margin-left: 154px;
padding: 15px 10px;
background-color: #E2D5B3;
background-image: url(graphics/bottomright.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
#footer {
border-top: 1px solid #661F23;
border-bottom: 1px solid #661F23;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
font-size: 12px;
}
h1 {
font-size: 16px;
color: #661F23;
font-style: italic;
}
h2 {
font-size: 16px;
color: #000066;
}
h3 {
font-size: 16px;
color: #ffffff;
background-color: #000066;
padding: 3px;
}
h4 {
font-size: 18px;
color: #ffffff;
background-color: #000066;
padding: 2px 5px;
}
.musicheader {
font-size: 18px;
color: #661F23;
font-style: italic;
}
.musictable {
font-family: Arial, sans-serif;
font-size: 12px;
padding: 3px;
color: #000000;
border: 1px solid #999999;
border-collapse: collapse;
}
.musictable td {
border: 1px solid #999999;
padding: 4px;
}
.reference {
font-size: 12px;
color: #3E3A31;
padding-left: 25px;
}
.photopadding {
margin: 0 15px 75px 15px;
}