body {
   margin: 0;
   padding: 0;
   background: #A9A389;
}

a {
   color: #000000;
   text-decoration: underline;
}

a:hover {
   color: #73797b;
}

div, td {
   font-family: century gothic, arial;
   font-size: 11px;

}

#logo {
   background: url(../gfx/logo.gif);
   width: 207;
   height: 32px;
   position: absolute;
   left: 150px;
   top: 90px;
}

#nav {
   position: absolute;
   left: 50px;
   top: 110px;
   font-family: century gothic, arial;
   color: #000000;
   font-size: 11px;
}

#nav a {
   color: #000000;
   text-decoration: none;
   padding-bottom: 8px;
   display: block;
   text-align: right;
}

#nav a:hover {
   color: #000000;
}

#content {
   position: absolute;
   left: 159px;
   top: 50px;
}

#content, #content div, #content td {
   line-height: 160%;
   font-weight: 600;
}

#footer {
   padding: 20px;
   font-size: 11px;
   color: #333333;
   text-transform: lowercase;
   text-decoration: none;
   text-align: center;
}

h1, h2 {
   font-size: 18px;
   color: #73797b;
   font-weight: bold;
   text-transform: uppercase;
}

h3 {
   font-size: 13px;
   font-weight: bold;
}

h4 {
   font-size: 12px;
   font-weight: bold;
   color: #000000;
}

h4 b {
   color: #666666;
}

.pages {
   text-align: center;
   font-family: arial;
   padding: 20px;
   
}

.pages a, .pages .disabled {
   font-weight: normal;
}

.pages a:hover {
   color: #73797b;
}

.pages .disabled {
   color: #cccccc;
}

.pages a.curPage {
   color: #73797b;
}

#content a {
   text-decoration: none;
}

#content a:hover {
   color: #73797b;
   border-bottom: 1px solid #333333;
}

#content a.artistLink:hover {
   color: #ffffff;
}

.homeBox {
   background: #9A9786;
   border: 1px solid #403B38;
   margin-left: 9px;
   margin-top: 5px;
   width: 598px;
}

.mainBox {
   border: 1px solid #413A2F;
   background: #C7C3A6 url(../gfx/logo_small_bottom.gif) no-repeat;
   margin-left: 6px;
   padding: 15px;
   padding-top: 20px;
}