@charset "utf-8";
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #000000;
  margin: 0;
  padding: 0;
  text-align: center; /* center the container in IE 5* browsers */
  color: #d1d1d1;
  line-height: 16px;
}

#container {
  width: 930px;
  background-color: #0c1c10;
  margin: 0 auto; /* center the page */
  text-align: left; /* override text-align: center on body element */
  border: 0px;
}

#inner1 {
  padding: 0;
}

#header {
  /*height: 327px;*/
  height: 300px;
  background-image: url(../x-images/bkg_header.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 32px 0 32px;  /* padding matches left alignment in the divs beneath it */
}

#header h1 {
  margin: 0; 
  /* Zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
  /* If the div has a border around it, this is not necessary as that also avoids the margin collapse */
  padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
  padding: 0 32px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#btn_tpldesign {
  position: relative;
  top: 73px;
}

a {
  color: #d7bd2a;
  text-decoration: underline;
}

a:visited {
  color: #d7bd2a;
  text-decoration: underline;
}

a:hover {
  color: #ffe764;
  text-decoration: underline;
}

#thumbcontainer {
  width: 866px;
  padding: 15px 0 15px 0;
  margin: 30px 0 20px 0;
  border: 1px solid #3e3e3e;
}

.thumbdiv {
  padding: 10px 15px 10px 25px;
  text-align: center;
  float: left;
}

.photo {
  border: 1px solid #909090;
}

#photos {
  width: 866px;
  background-image: url(../x-images/title_photos.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 30px 0 10px 0;
  padding: 45px 0 0 0;
}

#video {
  width: 866px;
  background-image: url(../x-images/title_video.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 30px 0 20px 0;
  padding: 45px 0 15px 0;
}

#comments {
  width: 866px;
  background-image: url(../x-images/title_comments.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 45px 0 15px 5px;
  margin: 30px 0 20px 0;
}

#comments a {
  text-decoration: underline;
  font-weight: bold;
}

#commentform {
  width: 816px; 
  background: #1e3122;
  padding: 20px;
  margin-bottom: 15px;
}

.commentdiv {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: left;
  float: left;
}

.commentdiv h1 {
  font-size: 12px;
  color: #ffffff;
  margin: 5px 0 0 0;
  padding: 0;
}

.commentdiv h5 {
  font-size: 8px;
  color: #;
  margin: 0;
  padding: 0;
}

.commentdiv p {
  margin: 0;
  padding: 5px 0 10px 0;
}

.clear { 
  clear: both;
}

#footer {
  color: #999999;
  height: 5px;
  background-image: url(../x-images/bkg_footer.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 32px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
  margin: 0; /* zero margins of 1st element in footer to avoid margin collapse - space between divs */
  padding: 20px 0; /* padding to create space, in place of margin, without margin collapse */
  text-align: center;
}

#footer a:link {
  color: #999999;
  text-decoration: underline;
}

textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.indent {
  margin-left: 20px;
  margin-right: 20px;
}