body{
  margin: 0px;
  padding: 0p;
  background: white url("/bkg.png") repeat-x;
  font-family: Helvetica, Verdana, Arial, sans serif;
}

a{
  text-decoration: none;
  color: blue;
}

a:hover{
  color: red;
}

div.container{
  background: url("/logo.png") no-repeat top center;
  height: 250px;
  width: 990px;
}

table{
  border-collapse: collapse;
}

td{
  vertical-align: top;
}

table.topper{
  width:990px;
}

td.lefttop{
  width: 300px;
  color: #efefef;
  padding-top: 35px;
  border-right: 1px solid #5d4b3f;
}

td.righttop{
  color: #efefef;
  padding-left: 40px;
  padding-top: 70px;
}

a.nav{
  color: #ffe242;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 25px;
  border-bottom: 1px solid #5d4b3f;
  text-align: right;
}

div.spacer{
  color: #f9512d;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 20px;
  border-bottom: 1px solid #5d4b3f;
  text-align: right;
}

a.nav:hover{
  color: #efefef;
  border-bottom: 1px solid #ffe242;
  background: #5d4b3f;
}

table.main{
  width: 890px;
}

td.main{
  padding-bottom: 40px;
}

table.footer{
  width: 690px;
}

td.footer{
  border-top: 1px solid black;
  font-size: 12px;
  width: 50%;
}

td.nfl{
  height: 235px;
  width: 220px;
  text-align: center;
}

a.nfl{
  background: url('/nfl1.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
  vertical-align: bottom;
}

a.nfl:hover{
  background: url('/nfl2.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
}

td.ncaafb{
  height: 235px;
  width: 220px;
  text-align: center;
}

a.ncaafb{
  background: url('/ncaafb1.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
  vertical-align: bottom;
}

a.ncaafb:hover{
  background: url('/ncaafb2.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
}

td.hsfb{
  height: 235px;
  width: 220px;
  text-align: center;
}

a.hsfb{
  background: url('/hsfb-ro.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  background-position: -10px -0px;
  display: block;
  vertical-align: bottom;
}

a.hsfb:hover{
  background-position: -10px -250px;
}

td.ghd{
  height: 235px;
  width: 220px;
  text-align: center;
}

a.ghd{
  background: url('/ghd-ro.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
  vertical-align: bottom;
  background-position: -10px -0px;
}

a.ghd:hover{
  background-position: -10px -250px;
}

a.travel{
  background: url('/travel1.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
  vertical-align: bottom;
}

a.travel:hover{
  background: url('/travel2.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
}

a.nature{
  background: url('/nature1.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
  vertical-align: bottom;
}

a.nature:hover{
  background: url('/nature2.jpg') no-repeat top center;
  text-decoration: none;
  height: 235px;
  width: 220px;
  display: block;
}

td.mainpic{
  width: 420px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

td.prev{
  width: 140px;
  padding-top: 30px;
}

td.next{
  width: 140px;
  padding-top: 30px;
}

h1{
  font-size: 18px;
  font-weight: normal;
}

div.space{
  height: 160px;
  text-align: center;
}

div.buying{
  font-size: 14px;
  background: #efefef;
  border: 1px solid #cdcdcd;
  padding: 4px;
  width: 250px;
}

a.buying{
  display: block;
  padding-bottom: 6px;
}

a.prints{
  display: block;
  padding-bottom: 6px;
  font-weight: bold;
}

p.spacer{
  height: 110px;
  padding: 0px;
  margin:0px;
}

div.scroller{
  overflow: auto;
  height: 90px;
  width: 700px;
  background: #efefef;
  border: 1px solid #cdcdcd;
}

a.subcat{
  font-size: 18px;
  font-weight: bold;
}

h2{
  font-size: 13px;
}

textarea{
  padding: 5px;
  width: 250px;
}

div.cart{
  font-size: 11px;
  color: gray;
  padding-bottom: 10px;
}


