body {
  background:#474747;
  margin-top:0;
}

/* Basic Layout */

#container {
  width:900px;
  text-align:left;
}

a img {
  border:0px;
}

#stories_top {
  display:block;
}

#headerleft {
  float:left;
}

#headerright {
  float:right;
}

#thumbs {
  width:900px;
  padding-bottom:20px;
  padding-left:10px;
  text-align:center;
}

#thumbs a img{
  border:5px solid #6c6c6c;
}

#thumbs a:hover img {
  border:5px solid #8c8c8c;
}

#maincontent {
  width:900px;
  margin-top:20px;
  float:left;
  background:none;
  display:inline;
  
  font-family:Helvetica,Arial,sans-serif;
  color:#bebebe;
  font-size:12pt;
  
}

p {
  font-family:Helvetica,Arial,sans-serif;
  color:#bebebe;
  font-size:12pt;
}

a {
  text-decoration:underline;
  color:#dedede;
}

a:hover {
  color:white;
  text-decoration:none;
}

.photoblock {
  display:inline;
  float:left;
  width:530px;
  padding-left:10px;
  text-align:center;
}

.photoblock a img {
  border:4px solid #6c6c6c;
}

.photoblock a:hover img {
  border:4px solid #8c8c8c;
}

.textblock {
  display:inline;
  float:right;
  width:350px;
}

.btt {
  width:900px;
  text-align:center;
  font-size:9pt;
  clear:both;
  height:60px;
  padding-top:10px;
}

.btt a {
  color:#cecece;
  text-decoration:underline;
}

.btt a:hover {
  text-decoration:none;
}

h1 {
  color:white;
  font-size:16pt;
}

#footer {
  width:900px;
  height:40px;
  padding-top:20px;
  color:#acacac;
  font-size:10pt;
  text-align:center;
  clear:both;
}

#footerline {
  position:relative;
  top:10px;
}