* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: Arial, Tahoma, sans-serif;
  text-align: left;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 767px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 174px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  }
  
#main {
  display: table;
  color: #ccccff;
  border-collapse: collapse;
}

#main .inner {
  display: table-row;
}


#nav {
  width: 767px;
  height: 30px;
  position: relative;
  background: url(images/menu.jpg);
  margin: 0;    
  padding: 0;
}

#nav li {
  float: left;
}


#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 30px;
  background: url(images/menu.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
li#nav_hom a {
  left: 0;
  width: 98px;
  background-position: 0 0;
}
li#nav_buy a {
  left: 98px;
  width: 97px;
  background-position: -98px 0;
}
li#nav_por a {
  left: 195px;
  width: 104px;
  background-position: -195px 0;
}
li#nav_dec a {
  left: 299px;
  width: 131px;
  background-position: -299px 0;
}
li#nav_gal a {
  left: 430px;
  width: 90px;
  background-position: -430px 0;
}
li#nav_art a {
  left: 520px;
  width: 111px;
  background-position: -520px 0;
}
li#nav_con  a {
  left: 631px;
  width: 137px;
  background-position: -631px 0;
  }
li#nav_hom a:hover {
  background-position: 0 -30px;
}
li#nav_buy a:hover {
  background-position: -98px -30px;
}
li#nav_por a:hover {
  background-position: -195px -30px;
}
li#nav_dec a:hover {
  background-position: -299px -30px;
}
li#nav_gal a:hover {
  background-position: -430px -30px;
}
li#nav_art a:hover {
  background-position: -520px -30px;
}
li#nav_con a:hover {
  background-position: -631px -30px;
}
#body_hom li#nav_hom  a {
  background-position: 0 -60px;
}
#body_buy li#nav_buy a {
  background-position: -98px -60px;
}
#body_por li#nav_por a {
  background-position: -195px -60px;
}
#body_dec li#nav_dec a {
  background-position: -299px -60px;
}
#body_gal li#nav_gal a {
  background-position: -430px -60px;
}
#body_art li#nav_art a {
  background-position: -520px -60px;
}
#body_con li#nav_con a {
  background-position: -631px -60px;
}


#rightcol {
  display: table-cell;
  padding-right: 10px;
  width: 120px;
  }
#content {
  display: table-cell;
  width: 527px;
  padding-left: 10px;
  }
  
  #2colcontent {
  display: table-cell;
  width: 647px;
  padding-left: 10px;
  }

#leftcol {
  display: table-cell;
  padding-left: 5px;
  width: 120px;
  }



#footer {
  border-top: 3px solid #937D6E;
  background-color: #000000;
  color: #ccccff;
  font-size: 12px;
  padding: 0.2em 10px 0.2em 0;
 
}


.clear{clear: both;}


.thumdk{
border: 4px solid #B09685;
}

.thumlt{
border: 4px solid #5C4C41;
}


.full{
padding-left:20px;
}

h1 {
  font-size: 180%;
  font-weight: bolder;
  padding: 1em 1em 0.4em 1em;
  color: #ccccff;
  text-align: center;
  }


h2 {
  font-size: 150%;
  font-weight: bold;
  padding-bottom: 0.4em;
  color: #ccccff;
  }

  h5 {
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  padding: 2em 0em 2em 0;
  color: #ccccff;
  }
  
  h4 {
  font-size: 100%;
  font-weight: bold;
  padding: 1.4em 0em 1.4em 0;
  color: #ccccff;
  text-align: center;
  }

p {
  font-size: 100%;
  line-height: 1.6em; 
  padding-bottom: 1em;
  }

.caption{
font-size: 85%;
color: #D7D736;
line-height: 1.4em;
text-align: left;
}

.capcenter{
font-size: 85%;
color: #D7D736;
line-height: 1.4em;
text-align: center;
}

.lgcap{padding: 0.8em;
color: #D7D736;
line-height: 2em;
}

a:link {color: #C1B2AE;
text-decoration: none;
}


a:visted {color: #C1B2AE;
text-decoration: none;
}

a:hover{color: #937D6E;
text-decoration: none;
}




#content .table {
  padding: 0 10px 2em 0;
}
#content .table h4 {
  font-size: 100%;
  font-weight: normal;
}
#content .table p td{
  font-size: 80%;
  align-text: center;
}