@import url(http://fonts.googleapis.com/css?family=Trade+Winds|Fredericka+the+Great|Frijole|Gloria+Hallelujah|Love+Ya+Like+A+Sister);

html, body {
  margin: 0px;
  font-family: arial;
}
body {
  background: url("art/bg-body2.png") repeat-y fixed 50% 50%;
}
.centerPage {
  width: 950px;
  margin: 0px auto;
  //border: 1px solid #000;
}
#topTitle {
  width: 988px;
  margin: 0px auto;
  height: 100px;
  background: url("art/header_bgstrip.gif") repeat-x;
}
h1,h2 {
  font-family: Fredericka the Great;
  //font-family: Gloria Hallelujah;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);

}
h1 {
  display: inline;
  margin-left: 70px;
  line-height: 65px;
}
h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  float: left;
}
#logo {
  float: left;
}
#lnks {
  float: right;
  height: 100%;
  padding-top: 4px;
}
.rght {
  float: right;
}
.lft {
  float: left;
}
.listDiv {
  float: left;
  margin: 0 60px 0 0;
}
.listDivSmall {
  float: left; 
  margin: 0 20px 0 0;
}
.listItems {
  border-collapse: collapse;
}
.listItems th{
  text-align: left;
  //background-color: #EFEFEF;
  border-bottom: 1px solid #000;
  padding: 2px 5px;
}
.listItems td{
  padding: 2px 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  //font-size: .9em;
}
.listItems td:hover{
  background-color: #6495ED;
}
.smallList td, .smallList th{
  font-size: .75em;
}
.clr {
  clear: both;
}
#discNames {
  z-index: 5;
  position: fixed;
  display: none;
  background-color: #E7F4FD;
  border: 1px solid #000;
  padding-top: 5px;
}
#discNames ul { padding-left: 20px; padding-right: 25px; font-weight: normal; font-size: 0.8em;}
#discNames p { text-align: center; font-weight: bold; font-size: .9em; padding: 1px 10px;}
