body {
background-color: #6f6e6c;
margin: 0;
padding: 0;
}


img {  
border-style: none;
}

div.header-container {
width: 100%;
  background-color:  #6f6e6c;
  height: 100px;
  }

div.header {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color:  #6f6e6c;
}

div.content-container {

width: 100%;
  background-color:  #cdcdcd;
  }

div.content {
  width: 700px ;
  min-height: 475px;
  margin-left: auto ;
  margin-right: auto ;
  background-color:  #cdcdcd;
  overflow: hidden;
}

div.thumbnails-container {
width: 350px;
float:left;
}

div.slideshow-container {
width: 350px;
float:right;
}

div.footer-container {
float:left;
width: 100%;
  background-color:  #000000;

  }

div.footer {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color:  #6f6e6c;
}

p.footer  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
color:#cccccc;
font-style:normal;
}


a:link {color:#6f6e6c; text-decoration: none}      /* unvisited link */
a:visited {color:#6f6e6c; text-decoration: none}  /* visited link */
a:hover {color:#ff9c00; text-decoration: none}  /* mouse over link */
a:active {color:#6f6e6c; text-decoration: none}  /* selected link */
