body {
  background:#ccc url(images/bodyBlackFade.png) 0 100px repeat-x;
  margin:0;
  padding:0;
  color:#fff;
  font-family: "Times New Roman", arial, Georgia, serif;
  min-width: 750px;
}
#locationLink, #auctionLink{
  background:transparent url(images/blueFadeDown.png) bottom left repeat-x;
  padding:15px;
  color:#fff;
  font-weight:bold;
}
#header {
  height:100px;
  background:transparent url(images/blueFadeDown.png) bottom left repeat-x;
  border-bottom:1px solid #fff;
}
#header h1 span {display:none;}
#header h1 {
  margin:0;
  padding:0;
  height:100px;
  width:100%;
  color:#fff;
  background:transparent url(images/logoBlueFade.png) top left no-repeat;
}
#content {
  margin:10px auto;
  text-align:center;
  width:700px;
}
#splash li {
  float:left;
  list-style-type:none;
  padding:0;
  margin:5px;
  width:300px;
}
#iconLargeNorth p, #iconLargeNorth p  {
  padding:0;
  height:233px;
  width:297px;
}
#iconLargeNorth p {
  background:transparent url(images/iconNorthSideLarge.jpg) top left no-repeat;
  text-align:right;
}
#iconLargeSouth p {
  background:transparent url(images/iconSouthSideLarge.jpg) top left no-repeat;
  text-align:left;
}
#iconLargeSouth p a, #iconLargeNorth p a {
  overflow:hidden;
  display:block;
  height:233px;
  width:297px;
  text-decoration:none;
  color:#fff;
}
.siteInfo {
  background:#333 url(images/infoDarkFade.png) top right no-repeat;
  border:1px solid #fff;
  color:#fff;
  margin: 25px 0;
  padding:5px;
}
.siteInfo h2 {
  color:red;
  text-align:center;
  font-size:1.1em;
  font-weight:bold;
}
.siteInfo dt {
  margin:10px 4px;
  text-align:center;
  font-size:1em;
  font-weight:bold;
}
.siteInfo dd {
  font-size:.9em;
  text-align:center;
  margin:5px;
  padding:0;
}

