body
{
  background-color: #000000;
  color:            #cccccc;
  font-family:      trebuchet ms, verdana, tahoma, sans-serif;
  font-size:        0.9em;
  padding:          0px;
  margin:           0px;
}

a
{
}

a:link, a:visited
{
  color:            #3333cc;
}

a.mainMenu
{
  text-decoration:  none;
}

a.mainMenu:link, a.mainMenu:visited
{
  color:            #cc9933;
}

a.mainMenu:active, a.mainMenu:hover
{
  color:            #ffcc00;
}

img.splash
{
  border:           4px solid #000044;
}

img.border
{
  border:           4px solid #000044;
}

h1.titleMain
{
  text-align:       center;
  font-family:      times new roman;
  font-size:        280%;
}

div.counter
{
  position:         absolute;
  left:             0px;
  bottom:           0px;
  visibility:       hidden;
}

/* splash page
 */
p.splash
{
  text-align:       center;
  color:            #666666;
}


/* main TITLE
 */

table.mainTitle
{
  width:            100%;
  height:           100%;
}

td.mainTitle
{
  height:           70px;
  background-color: #000000;
  text-align:       left;
  vertical-align:   top;
  padding:          5px;
  border-bottom:    1px solid #333333;
}

/* main SIDE
 */

table.mainSide
{
  width:            100%;
  height:           100%;
}

td.mainSide
{
  width:            80px;
  background-color: #000011;
  text-align:       right;
  vertical-align:   top;
  border-right:     1px solid #777777;
}

/* main MENU
 */

table.mainMenu
{
  width:            100%;
}

td.mainMenu
{
  background-color: #000033;
  border-color:     #333333;
}

/* sub MENU
 */

td.subMenu
{
  background-color: #000033;
  border-bottom:    1px solid #333333;
  padding:          2px;
  text-align:       center;
  text-transform:   uppercase;
  font-family:      arial black;
  font-size:        90%;
  height:           1%;
}

td.subMenu:hover, td.subMenuHover
{
  background-color: #000055;
}

/* main BODY
 */

table.mainBody
{
  width:            100%;
}

td.mainBody
{
  width:            100%;
  height:           100%;
  text-align:       left;
  vertical-align:   top;
}

/* sub BODY
 */

table.subBody
{
  width:            100%;
}

/* gallery stuf
 */
table.prevnext
{
  background-color: #111111;
  /* text-align:       center; */
  width:            600px;
}

td.prevnext
{
  width:            50px;
  text-align:       center;
}

a.prevnext
{
  text-decoration:  none;
  font-family:      arial black;
  font-size:        300%;
  font-weight:      bold;
}

a.prevnext:link, a.prevnext:visited
{
  color:            #cc9933;
}

a.prevnext:active, a.prevnext:hover
{
  color:            #ffcc00;
}


/* mail form styles
 */
td.mailtitle
{
  text-align:       left;
  vertical-align:   top;
  font-weight:      bold;
}

td.mailinput
{
}

.mailfield
{
  background-color: #cccccc;
  font-family:      trebuchet ms, verdana, tahoma, sans-serif;
  font-size:        0.9em;
}


/* extra?
 */
td.mainGallery
{
  text-align:       center;
  vertical-align:   top;
  text-transform:   uppercase;
  font-family:      arial black;
  font-size:        90%;
  height:           1%;
}

p.copy
{
  font-size:        80%;
  text-align:       justify;
}