/*LoL-CSS*/
body {
 background-color: rgb(204,204,154);
 font-family: Verdana, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}
/*tables*/
table.main {
 width: 100%;
}
td.head {
 text-align: center;
 height: 150px;
}
td.nav {
 text-align: center;
 font-size: 14px;
}
td.foot {
 text-align: center;
 font-size: 10px;
}
table.content {
 width: 86%;
 margin-left: 7%;
 margin-right: 7%;
 color: #3C3C1E;
 font-size: 12px;
}
table.gal {
 width: 600px;
 height: 160px;
 border-spacing: 0px;
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}
td.gal_img {
 width: 160px;
 text-align: center;
 vertical-align: middle;
}
td.gal_desc {
 width: 300px;
 height: 130px;
 vertical-align: top;
 font-size: 12px;
}
td.gal_art {
 width: 140px;
 height: 130px;
 vertical-align: top;
 font-size: 12px;
}
td.gal_stat {
 height: 30px;
 vertical-align: top;
 font-size: 10px;
}
td.gal_full {
 width: 440px;
 height: 130px;
 vertical-align: top;
 font-size: 12px;
}
table.gal td {
 border: 1px solid #4A3635;
 padding: 2px;
}
table.thumbs {
 width: 630px;
}
table.thumbs td {
 font-size: 10px;
}
table.thumbs td img {
 border: 2px solid #000000;
}

/*divs*/
div.brd {
 width: 90%;
 height: 24px;
 background-image: url('gfx/border.jpg');
 margin-left: 5%;
 margin-right: 5%;
}
div.gal {
 width: 100%;
 text-align: center;
}
div.cnt {
 width: 80%;
 margin-left: 10%;
 margin-right: 10%;
}
div.event {

}

/*text*/
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
span.hl {
  font-weight: bold;
}
span.bold {
  font-weight: bold;
}
span.smal {
  font-size: 10px;
}

/*hrefs*/
a {
 text-decoration: none;
 font-weight: bold;
}
a:link {
 color: #993300;
}
a:visited {
 color: #660000;
}
a:active,a:hover {
 color: #BB5500;
}

td.nav a {
 border: 1px solid #CCCC99;
}
td.nav a:link {
 color: #336633;
}
td.nav a:visited {
 color: #224422;
}
td.nav a:active, td.nav a:hover {
 color: #557755;
 background-color: #999966;
 border: 1px solid #666600;
}

/*images*/
div.event img {
 float: left;
 margin: 5px;
}