body {
    margin:0px;
    background-image: url(background.gif);
}
a:link.mainlink {
    text-decoration: none
}
a:active.mainlink {
    text-decoration: none}
a:visited.mainlink {
     text-decoration: none }
a:hover.mainlink {
     text-decoration: underline }
a.mainlink {
     color: white;
     font-size: 12pt;
     font-family: arial, sans-serif;
     font-weight: bold;
}
.menuheading {
     color: white;
     font-size: 12pt;
     font-family: arial, sans-serif;
     font-weight: bold;
}

a:link.sublink {
    text-decoration: none;
}
a:active.sublink {
    text-decoration: none;
}
a:visited.sublink {
    text-decoration: none;
}
a:hover.sublink {
    text-decoration: underline;
}
a.sublink {
    color: white;
    font-size:10pt;
    font-style:italic;
    font-family: arial, sans-serif;
}
.top {
}
.menu {
  position: absolute;
  top: 68px;
  width: 185px;
}
.menuitem {
    margin-left: 14px;
    margin-bottom: 2px;
}
.copyright {
    color: white;
    font-size: 8pt;
    margin-top: 40ex;
    margin-left: 14px;
}
.main {
  position: absolute;
  left: 185px;
}
.albumTitle {
  font-weight: bold;
  font-style: italic;
  font-family: arial, sans-serif;
  font-size:14pt;
}
.albumSubtitle {
}
.transparent {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#top-square {
  position:absolute;
  top:0px;
  left:0px;
  height:68px;
  width:170px;
  background-color:#004444;
}
#logo {
  position:absolute;
  top:0px;
  left:3px;
}
#top-bar {
  background-color: #004444;
  height: 34px;
  margin-left:176px
}
