body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #F2EAD3;
   color: #805A3F;
   text-align: center;
}
a:link, a:visited {
   color: #805A3F;
   text-decoration: none;
}
a:active, a:hover {
   color: #805A3F;
   text-decoration: none;
}
img {
   border: none;
}
table {
   background: #ffffff;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   text-align: center;

}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #E0DBD3;
}
th.header {
   background: url(cap1.jpg);
   color: #fff;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: center;
}
td.secheader {
   background: #EFECE6;
   border-bottom: 1px solid #E0DBD3;
   color: #805A3F;
   font-size: 16px;
   padding: 5px 10px 5px 10px;
   text-align: center;
}
td.content {
   padding: 10px;
   vertical-align: middle;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #EFECE6;
   border-bottom: 1px solid #E0DBD3;
   color: #805A3F;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #EFECE6;
   border-top: 1px solid #E0DBD3;
   color: #805A3F;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #dadada;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}