body {
  margin: 0;
  background: #ffffff;
  }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  }

p, body, li, ul, dd, td {
  font: 13px verdana, arial, helvetica, sans-serif;
  color: #64676e;
  line-height: 150%;
  }

img a, a img {
  border: 0;
  }
  
a {
  font: 13px verdana, arial, helvetica, sans-serif;
  color:#64676e;
  text-decoration: underline;
  }
  
a:hover {
  color: #000000; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #606777;
  line-height: 120%;
  }

h1, h1 a {
  font-size: 22px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 18px;
  }
h3, h3 a {
  font-size: 16px;
  }

hr {
  height:1px;
  border: 0px;
  width:100%;
  background:#81aad2;
  color:#81aad2;
  margin: 5px 0 15px 0; 
  }

#container {
  min-height:100%;
  position:relative;
  }
  
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 172px;   /* Height of the footer */
  background: url(http://static.andymccubbin.com/images/footerbg.jpg) left bottom repeat-x;
  }

#headerbg {
  width: 100%;
  height: 382px;
  background: url(http://static.andymccubbin.com/images/bgbottom.gif) left bottom repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  }

#header {
  height: 382px;
  background: #14151a url(http://static.andymccubbin.com/images/headerfallen.jpg) center top no-repeat;
  display: block;
  }

#navbar {
  height: 20px;
  width: 450px;
  position: absolute;
  top: 0;
  left: 410px;
  z-index: 6;
  text-align: right;
  color: #d4d6da;
  font-weight: bold;
  }
#navbar a {
  text-decoration: none;
  font-weight: bold;
  }
#navbar a:hover {
  text-decoration: underline;
  }
  
#content {
  padding: 0 0 172px 50px; /* Bottom padding must be the height of the footer */
  margin: 0 auto;
  width: 900px;
  height: 100%;
  overflow: hidden;
  }

#content-main, #content-wide {
  width: 660px;
  background: #ffffff;
  float: left;
  margin-right: 10px;
  padding-right: 20px;
  }

#content-wide {
  width: 860px;
  }

#content-right {
  margin: 40px 0 0 0;
  width: 180px;
  float: left;
  text-align: center;
  }

#footercontent {
  width: 900px;
  height: 38px;
  margin: 0 auto;
  padding: 134px 0 0 50px;
  display: block;
  background2: url(http://static.andymccubbin.com/images/footerpic02.jpg) right top no-repeat;
  background: right top no-repeat;
  }
 
#footer a, #footer, #footer p {
  color: #999ca3;
  font-size: 11px;
  text-decoration: none;
  }
#footer a:hover {
  text-decoration: underline;
  }

.thumbnail, .thumbnail-landscape {
  font-size: 11px;
  color: #606777;
  width: 130px;
  text-align: center;
  padding-right: 30px;
  vertical-align: top;
  }
.thumbnail-landscape {
  padding-right: 12px;
  }
.thumbnail a, .thumbnail-landscape a {
  font-size: 11px;
  }
  
.thumbnail img, .thumbnail-landscape img {
  padding: 3px 8px 6px 8px;
  background: url(http://static.andymccubbin.com/images/thumbbg.gif) left top no-repeat;
  border: 0;
  }

.thumbnail-landscape img {
  background: url(http://static.andymccubbin.com/images/thumblandscapebg.gif) left top no-repeat;
  }

.smalltext {
  font-size: 10px;
  color: #979aa1;
  }
  
.imageright {
  float: right;
  text-align: right;
  margin: 6px 0 6px 12px;
  }
  
.imageleft {
  float: left;
  text-align: left;
  margin: 6px 12px 6px 0;
  }
