/* CSS Document */

BODY {
  background-color: #E9E5E1;
  margin: 0px;
  margin-top: 10px;
  font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #3C1120;

  }

TABLE.positioning {
  width: 100%;
  height: 100%;
  }

TD.positioning {
  vertical-align: middle;
  text-align: center;
  }

TABLE.page {
  width: 1003px;
  height: 655px;
  background-image: url(../images/bg.gif);
  background-position: center 25px;
  background-repeat: no-repeat;
  }

TABLE.page TD {
  vertical-align: top;
  }

P.nav {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  }

P.nav IMG {
  margin-left: 21px;
  margin-right: 21px;
  }

P.nav A {
  text-decoration: none;
  color: #3C1120;

  }

P.nav A:hover {
  color: #8F4920;
  border-bottom: 1px dotted #8F4920;
  }

TABLE.pagecol {
  width: 1003px;
  height: 655px;
  }

TABLE.pagecol TD.left {
  width: 410px;
  background-image: url(../images/logo_visualhues.gif); 
  background-position: center 25px;
  background-repeat: no-repeat;
  }

TABLE.pagecol TD.right {
  width: 553px;
  
  }

TABLE.photo {
  width: 550px;
  height: 550px;
  margin-top: 18px;
  margin-left: 5px;
  }

TABLE.photo TD {
  vertical-align: middle;
  text-align: center;
  }

TABLE.photo TD IMG {
  border: 1px solid #BFB2A6;
  }

P.footer {
  font-size: 9px;
  text-align: right;
  margin-top: 5px;
  margin-right: 30px;
  color: #BFB2A6;
  line-height: 12px;
  }

/*P.footer:hover {
  color: #3C1120;
  }*/

P.footer A {
  color: #BFB2A6;
  text-decoration: none;
  }

P.footer A:hover {
  color: #3C1120;
  border-bottom: 1px dotted #8F4920;
  }

TABLE.content {
  width: 100%;
  margin-top: 125px;
  /*border: 1px solid #000000;*/
  margin-left: 10px;
  }

TABLE.content TD.title P {
  text-align: right;
  font-size: 14px;
  color: #788F78;
  margin-right: 45px;
  border-bottom: 1px dotted #788F78;
  margin-left: 125px;
  padding-bottom: 5px;
  
  }

TABLE.content TD.title A {
  font-weight: normal;
  color: #788F78;
  text-decoration: none;
  }

TABLE.content TD.title A:hover {
  color: #8F4920;
  }

TABLE.thumbs {
  width: 410px;
  margin-top: 10px;
  }

TABLE.thumbs TD {
  vertical-align: middle;
  }

TABLE.thumbs TD.thumb {
  height: 115px;
  width: 115px;
  text-align: center;
  vertical-align: middle;
  /*border: 1px dotted #BFB2A6;*/
  }

TABLE.thumbs TD.thumb IMG {
  height: 90px;
  width: 90px;
  border: 1px solid #BFB2A6;
  }

TABLE.thumbs TD.back {
  width: 32px;
  text-align: center;
  }

TABLE.thumbs TD.next {
  width: 33px;
  text-align: center;
  }


TABLE.thumbs TD.next A IMG {
  width: 18px;
  height: 32px;
  background-image: url(../images/arrow_right_active.gif);
  background-position: center;
  }

TABLE.thumbs TD.next A:hover IMG {
  background-image: url(../images/arrow_right_on.gif);
  }

TABLE.thumbs TD.back A IMG {
  width: 18px;
  height: 32px;
  background-image: url(../images/arrow_left_active.gif);
  background-position: center;
  }

TABLE.thumbs TD.back A:hover IMG {
  background-image: url(../images/arrow_left_on.gif);
  }

/*P.gallerynote {
  font-size: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  margin-top: 5px;
  width: 410px;
  }*/

TABLE.gallerynote {
  width: 410px;
  }

TABLE.gallerynote TD {
  
  font-size: 10px;
  padding-left: 53px;
  padding-right: 35px;
  text-align: justify;
  margin-top: 5px;
  width: 410px;
  }

/*-----------------------------------*/

TABLE.categories {
  width: 410px;
  margin-top: 10px;
  }

TABLE.categories TD {
  vertical-align: middle;
  }

TABLE.categories TD.thumb {
  height: 205px;
  width: 205px;
  text-align: center;
  vertical-align: middle;
  /*border: 1px dotted #BFB2A6;*/
  }

TABLE.categories TD.thumb IMG {
  height: 160px;
  width: 180px;
  border: 1px solid #BFB2A6;
  }

TABLE.categories A {
  color: #788F78;
  text-decoration: none;
  
  }








/*-----------------------------------*/

#text {
  width: 380px;
  height: 380px;
  margin: 10px;
  padding: 15px;
  padding-top: 0px;
  margin-top: 25px;
  line-height: 18px;
  text-align: justify;
  font-size: 12px;
  overflow: auto;
  }

H1 {
  font-size: 16px;
  font-weight: bold;
  }

H2 {
  font-size: 14px;
  font-weight: bold;
  }

H3 {
  font-size: 12px;
  font-weight: bold;
  }

H4 {
  font-size: 10px;
  font-weight: bold;
  }

#text A {
  color: #8F4920;
  text-decoration: none;
  border-bottom: 1px dotted #788F78;
  }

#text A:hover {
  color: #788F78;
  text-decoration: none;
  border-bottom: 1px dotted #8F4920;
  }

/*---- Home Page -----------------------*/

P.home {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  
  }

HR {
  border-top: 1px dotted #FFFFFF;
  border-bottom: 1px dotted #788F78;
  margin-top: 0px;
  margin-bottom: 0px;
  
  }

DIV.description {
  visibility:hidden;
  font-size: 1px;
  line-height: 1px;
  margin: 0px;
  padding: 0px;
  }