body {
  text-align: center;
  background-image: url(images/background.jpg);
  background-repeat: repeat-x; 
  background-color: #040404;
  color: white;
  font-family: Verdana, Arial, Helvetica, Bitstream Vera Sans;
  font-size: 76%;
}

#container {
  width: 900px;
  margin-left: auto; 
  margin-right: auto;  
  text-align:left;
  font-size: 1em;
}

#header {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 1.4em;
  font-weight: bold;
  font-style:italic;
}

#mainbanner {
  width: 100%;
  height: 265px;
}

#main {
  width: 100%;
  padding-top: 10px;
}

#footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 1.4em;
  font-style: italic;
}

#footer p {
  margin: 0px;
}

#footer2 {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 0.9em;
  text-align: right;
  clear:both;
}

#contentblock {
  float: left;
}

#sideblock {
  float: left;
  width:230px;
  height: 1310px;
}

#sidecontent {
  padding-top: 20px;
  padding-left: 20px;
  width:100%;
  height: 210px;
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
}

#sideimg {
  width:100%;
  height: 1070px;
  background-position: top right;
  background-image: url(images/lsidebg.gif);
  background-repeat: no-repeat;
}

#content_leftmargin {
  height: 1310px;
  width: 6px;
  float:left;
  background-image: url(images/cbgleft.jpg);
  background-repeat: no-repeat;
}

#content_rightmargin {
  height: 1310px;
  width: 6px;
  float:left;
  background-image: url(images/cbgright.jpg);
  background-repeat: no-repeat;
}

#content {
  height: 1280px;
  width: 600px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 30px;
  float:left;
  background-image: url(images/cbg.jpg);
  background-repeat: repeat-x;
}

div.records {
  width: 100%;
  margin-bottom: 15px;
}

div.recordslast {
  width: 100%;
  margin-bottom: 60px;
}

div.singlerecord {
  width: 280px;
  margin-right: 10px;
  float: left;
  text-align: center;
}

div.singlerecord img {
  width: 110px;
  margin-left: auto; 
  margin-right: auto;
  border: 2px solid black;
}

p.recordheader {
  color: #373737; 
  text-align: left; 
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 0px;
}

p.recorddetails {
  color: #373737; 
  text-align: left; 
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 0px;
}


div.clear {
  clear:both;
}

p.price {
  color: #373737; 
  text-align: left; 
  font-size: 1.0em;
  margin-top: 10px;
}

h1 {
    color: #373737;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1.7em;
}

/*
a {
  text-decoration: none;
  color: #354A64;
}
*/
a {
  text-decoration: none;
  color: white;
}

a.linktobs {
  color: #AF0502;
}

a.linktobs:hover {
  color: #ED0602;
}
