html, body
  {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(gfx/page_tile.gif);
  background-repeat: repeat-x;
  background-position: top left;
  }

h1
  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.5em;
  font-style: bold;
  color: navy;
  background-color: transparent;
  }

h2
  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.0em;
  font-style: bold;
  color: navy;
  background-color: transparent;
  }

h3
  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.7em;
  color: navy;
  background-color: transparent;
  margin-left: 45px;
  }

p
  {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #000000;
  background-color: transparent;
  }

img
  {
  margin: 0px;
  padding: 0px;
  border: none;
  }

a:link.buylink
  {
  text-decoration: none;
  color: #AA022E;
  font-family: verdana;
  font-size: 0.8em;
  }

a:hover.buylink
  {
  text-decoration: none;
  color: #AA022E;
  font-family: verdana;
  font-size: 0.8em;
  }

a:visited.buylink
  {
  text-decoration: none;
  color: #AA022E;
  font-family: verdana;
  font-size: 0.8em;
  }

#leftCol
  {
  position: absolute;
  top: 140px;
  left: 0px;
  width: 170px;
  height: auto;
  margin-top: 30px;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
  }

#Content
  {
  margin: 0px 20px 0px 170px;
  padding: 20px;
  border-left: 2px solid blue;
  border-right: 2px solid red;
  background-color: #EFEFEF;
  background-image: url(gfx/nuke.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  }

#ContentPlain
  {
  margin: 0px 20px 0px 170px;
  padding: 20px;
  border-left: 2px solid blue;
  border-right: 2px solid red;
  background-color: #EFEFEF;
  text-align: center;
  }

#rightCol
  {
  position: absolute;
  top: 140px;
  right: 0px;
  width: 170px;
  height: auto;
  margin-top: 30px;
  }

#Gallery
  {
  width: auto;
  }

#footer
  {
  width: 100%;
  height: 35px;
  background-color: navy;
  color: white;
  text-align: center;
  padding-top: 7px;
  clear: both;
  font-style: italic;
  }

.rightSide
  {
  float: right;
  margin: 25px;
  }

.GalleryThumb
  {
  width: 300px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  padding-left: auto;
  padding-right: auto;
  background-color: transparent;
  }
.byline
  {
  font-style: italic;
  font-weight: bold;
  }

.reviewerBio
  {
  font-size: 0.7em;
  font-style: italic;
  }

.Thumb
  {
  border: 1px solid navy;
  }
