body {
  margin: 0px;
  font-family: Verdana, sanf-serif;
  background-color: #FFFFFF;
}

img {
  margin: 0px;
  border: 1px solid #128CE6;
}

h1 {
  text-align: center;
  background-color: #2B2B2B;
  margin: 0px;
  padding: 10px 0px;
  color: #D4D4D4;
}

h1 a {
  text-decoration: none;
  color: #128CE6;
}

h1 a:hover {
  color: #D4D4D4;
}

#header {
  border-top: 20px solid #41A3EC;
}

#container {
  width: 720px;
  margin: 0px auto;
}

.hdtvcaps {
  height: 950px;
  padding: 20px 0px 5px 0px;
  color: #0F0F0F;
  text-align: center;
}

.hdtvcaps a {
 text-decoration: none;
 color: #0098BE;
}

.hdtvcaps .thumb {
  float: left;
  width: 270px;
  height: 165px;
  text-align: center;
  background-color: #D7D7D7;
  border: 1px solid #128CE6;
  padding-top: 1ex;
  margin: 1ex 0px 1ex 60px;
  overflow: visible;
  color: #128CE6;
  font-size: 80%;
}

/* Internet Explorer hack to align to middle */

* html .hdtvcaps .thumb {
  margin-left: 35px;
}


.hdtvcaps .navigation {
  display: block;
  height: 30px;
  font-size: 80%;
}

.hdtvcaps .navigation a {
  color: #128CE6;
  text-decoration: none;
  font-weight: bold;
}

.hdtvcaps .navigation a:hover {
  color: #D4D4D4;
}

.hdtvcaps .navigation .nextpage {
  float: right;
  padding: 2px 25px 2px 2px;
  text-align: center;
  background: url("./img/nextpage.jpg") right no-repeat;
  background-color: #2B2B2B;
  border: 1px solid #128CE6;
  overflow: visible;
}

.hdtvcaps .navigation .prevpage {
  float: left;
  padding: 2px 2px 2px 25px;
  text-align: center;
  background: url("./img/prevpage.jpg") left no-repeat;
  background-color: #2B2B2B;
  border: 1px solid #128CE6;
  overflow: visible;
}

#footer {
  text-align: center;
  font-style: italic;
  font-size: 85%;
  color: #B2B2B2;
  float: right;
  clear: both;
  width: 100%;
  background-color: #2B2B2B;
  margin-top: 20px;
}
