body{
	font-family:Verdana, Geneva, sans-serif;
	
}

img.preview {
	width: 100px;
}

h1{
      font-size:30px;
}
a.headline3{
	font-size:16px;
	color:#790000;
	text-decoration:none;
	font-weight:bold;
}
.logo{
      padding-top:25px;
      width:900px;
      margin:auto;
      height:100px;
}

a{
      color: #000000;
}

a:hover{
      color: #0000000;
}

#mainCont{
  margin-bottom: 10px;
  background-image: url(./img/mainBack.gif);
  background-repeat: repeat-y;
 
}
img.preview {
	width: 100px;
}
.left49{
  float: left;
  width: 49%;
}
.right29{
  float: right;
  width: 29%;
}
.left69{width:69%;  float: left; }
.left29{width:29%;  float: left; }
.clearer{
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* ################################################## */

.fillDiv{
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float:left;
}
.imgCont{
  float: left;
  width: 120px;
  height: 90px;
  
  margin: 5px;
   
  text-align: center;
}
.imgCont a img{
  border: 0px none;
  text-decoration: none;
}
.imgCnt a{
  text-decoration: none;
}
.albumPreview{
  padding: 10px 5px 0px 5px;
    border-bottom:1px solid #e8af3b;
  width:100%;
  cursor: pointer;
}
.albumPreview:hover{
  
  background: #e8af3b;
}
.innerAlbumPreview{
  margin: 5px;
}
.watchAlbum{
  margin: 0px;
  text-align: right;
  color: #black;
}
.albumPreview:hover .watchAlbum{
  color: black;
}
.albumTitle{
  color: black;
  font-weight: bold;
}
.albumDescription{
  color: black;
  font-size:11px;
}


