body
{
  margin: 0px; 
  background-image: url(images/clouds.png); 
  background-repeat: repeat; 
  background-position: 0px 0px;
  font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
  font-size: 10pt;
  color: #7996b1;
}

a, a:link, a:active
{
  text-decoration: none;
  color: #d2b051;
}

a:visited
{
  color: #a79063;
}

a:hover
{
  text-decoration: underline;
  color: #9caebd;
}

h1, h2, h3
{
  /*font-family: Arial Black, Arial, Trebuchet MS, Verdana, Sans-Serif;*/
  font-family: Garamond, Georgia, Serif;
  margin: 5px 0px 10px 0px;
}

h1
{
  font-size: 28pt;
}

h2
{
  font-size: 18pt;
}

h3
{
  font-size: 14pt;
}

p 
{
  margin: 0px 0px 8px 0px;
}

.cap_artist
{
  font-family: Arial Black;
  font-size: 24pt;
}

.cap_track
{
  font-family: Arial Black;
  font-size: 16pt;
}

.cap_other
{
  font-family: Arial Black;
  font-size: 11pt;
}

div#content
{
  background-image: url(images/clouds.png); 
  background-repeat: repeat; 
  background-position: 0px 0px;
}

div#main-container
{
  width: 100%; 
  margin: 0px;
  padding: 0px;
}


div#header-container
{
  background-image: url(images/top.png); 
  background-repeat: repeat-x;
  z-index: 100; 
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 180px; 
  margin: 0px; 
  padding: 0px;
}

div#header-logo-container
{
  margin: 1px 0px 0px 0px;
  float: left;
}

div#contact-pane
{
  float: right;
  margin: 0px;
  font-size: 8pt;
  width: 200px;
  height: 100%;
  position: relative;
}

div#contact-pane-inner
{
  position: absolute;
  bottom: 1em;
  right: 1em;
}

div#header-covers div.scroll-container
{
  font-family: Garamond, Serif;
  font-size: 20pt;
  float: left;
  margin: 0px 5px 0px 0px;
}

ul#covers-thumbnail-list
{
  margin: 7px 0px 0px 0px;
  padding: 0px;
}

ul#covers-thumbnail-list li
{
  list-style-type: none;
  float: left;
  margin: 0px 5px 0px 0px;
}

ul#covers-thumbnail-list li img
{
  border: solid 1px #c1d1df;
}

ul#covers-thumbnail-list li.selected img
{
  border: solid 1px #d2b051;
}


div#content-container
{
  width: auto;
  z-index: 0; 
  margin: 0px; 
  padding: 0px 100px 0px 30px;
}

div#left-content
{
  float: left;
  margin: 0px;
  width: 60%;
}

div#right-content
{
  float: right;
  margin: 0px;
  width: 180px;
}

div#content-container div.contentbox
{
  font-size: 10pt;
  /*border-top: solid 1px #e7d299;*/
  border-bottom: solid 2px #9fb6cb;
  border-left: solid 1px #9fb6cb;
  border-right: solid 1px #9fb6cb;
  padding: 10px;
  margin: 20px;
}

div#content-container div#right-content div.contentbox
{
  font-size: 10pt;
  background-color: #788391;
  border-bottom: solid 6px #d7dbe3;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-image: url(images/box2.png);
  background-position: top left;
  background-repeat: repeat-y;
  color: #e9ecf0;
  padding: 10px;
  margin: 20px;
}

div#content-container div#right-content h3
{
  background-color: #e9ecf0;
  color: #9ca6b2;
  margin: 3px 0px 5px 0px;
  padding: 2px 10px;
}

div#content-container div#right-content a, div#content-container div#right-content a:link, div#content-container div#right-content a:active
{
  text-decoration: none;
  color: #f3dda1;
}

div#content-container div#right-content a:visited
{
  color: #dfc695;
}

div#content-container div#right-content a:hover
{
  text-decoration: underline;
  color: #dfebf5;
}

div#footer-container
{
  position: fixed;
  width: 90px;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 8pt;
}