body{
  margin: 0px;
  padding: 0px;
  
  background: #FFFFFF;
  
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  color: #333333;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
h1{
  margin: 0px;
  padding: 3px 0px 3px 0px;
  font-size: 15pt;
  font-weight: bold;
}
h1{
  margin: 0px;
  padding: 1px 0px 1px 0px;
  font-size: 13pt;
  font-weight: bold;
}
img{
  border: none;
}
p{
  margin: 0px;
  padding: 1px 5px 1px 5px;
}



#ajaxDiv{
  position: absolute;
  top: 75px;
  width: 800px;
  
  left: 50%;
  margin-left: -400px;
  background: url('images/backTransOverlay.png');
  -moz-border-radius: 5em;
  display: none;
  padding: 15px;
}
#ajaxDivContent{
  height: 400px;
  overflow: auto;
}
#allContent{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url('images/background.jpg') no-repeat top center;
  width: 100%;
  height: 100%;
}
#blog_title{
  font-size: 18pt;
  color: #FFFFFF;
  background: #333333;
  padding: 5px;
}
#linksDiv{
  float: right;
  padding: 1px 50px 1px 20px;
}
#linksDiv a{
  font-size: 8pt;
  color: #333333;
}
#pageLoadingDiv{
  padding: 10px;
  background: #FFFFFF;
}
#titleDiv{
  background: url('images/title.png') no-repeat bottom right;
  width: 100%;
  height: 180px;
}



.albumTrack{
  font-size: 15pt;
  color: #333333;
}
.divRight{
  float: right;
}
.hide{
  display: none;
}
.trackMores{
  padding: 5px 0px 10px 20px;
}
