/* From Original Site */
.bottom_nav {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #FFFFFF;
}
.bottom_nav a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #FFFFFF;
}
.copyright {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #CCCCCC;
}
.redText {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #B31302;
}
.redText a{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #B31302;
}

/* Guestbook Additions */


.container {
  background:#fc7d00;
  width:100%;
  margin:0 auto;
}

.comments {
  margin:10px 10px 10px 30px;
  border-collapse: collapse;
  width:695px; 
}

.comment {
 background:transparent url(images/comment_bck.jpg) no-repeat;
 padding-top:10px;
}

  .comment-wrapper {
    float:left;
  }

  .comment-photo {
    float:left;
    width:280px;
    margin-left:30px;
    /* margin-right:10px; */
    display: inline-block;
  }

    a.photo img {
      width:255; 
      height:170;
      border:2px solid #542A1A;
    }

  .comment-data {
    width:280px;
    float:left;
    margin-left:15px;
    display: inline-block;
  }

    .comment-date {
      color:#b42804;
    }

    .comment-text {
      color:#fff;
      margin-top:10px;
    }

  .comment-top {
    width:638px;
    height:50px;
    background: transparent url(images/comment_bck_top.jpg) no-repeat 0 100%;
  }

  .comment-btm {
    width:638px;
    height:50px;
    background: transparent url(images/comment_bck_btm.jpg) no-repeat 0 100%;
  }

.guestbook-container {
  margin:0 auto;
  width:642px;
}

hr.guestbook {
  margin: 20px auto;
  border:0;
  height:1px;
  background: #542A1A;
  width:600px;
}

.guestbook-header-container {
  padding-top:8px;
}

.guestbook-submit {
  display:block;
  width:200px;
  height:45px;
  margin-left:8px;
  margin-top:14px;
}

.guestbook-archive {
  display:block;
  width:200px;
  height:45px;
  margin:14px 8px;
}

/* TYPOGRAPHY */

.big {
  font-weight:bold;
  font-size:110%;
}

h4 {
  margin:0 0 4px 0;
  font-size:110%;
}

p {
  margin: 2px;
}
