
/* generic */

body {
  color: #333333;
  background-color: #b8b894;
  font: 1em verdana,sans-serif;
  text-align: center;
  xbackground: transparent url(graphics/paisley.gif);
}

p {
  color: #333333;
  font: 01em verdana,sans-serif;
  text-align: left;
  line-height: 130%;
}

ul,li {
  font: 01em verdana,sans-serif;
  list-style: none;
  border: 1px;
  text-indent: 0em;
  padding-left: 3px;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 5px;
}

/* classes */

/*
table, td, tr {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}
*/


.fixedtable {
  table-layout: fixed;
}

.masterTable {
  font: 01em verdana,sans-serif;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  xheight: 100%;
  width: 800px;
}

/* header */

/* footer */

/* navigation */

.tdNavigation {
  vertical-align: top;
  width: 125px;
}

/* tdContent */

#tdContent {
  vertical-align: top;
  text-align: left;
  width: 655px;
  xmin-height: 900px;

  xheight: 100%;
  xpadding-top:5px;
  xpadding-left:30px;
}

/* links */
a img { border: none; }

a:active, a:link, a:visited {
  color: #333333;
  text-decoration: none; 
}

a:hover {
  color: #aaaaaa;
  background-color: #221122;
  text-decoration: none; 
}

#tdContent a:active, #tdContent a:link, #tdContent a:visited {
  color: #000000;
  background-color: #aabbaa;
  text-decoration: none; 
}

#tdContent a:hover {
  color: #aaaaaa;
  background-color: #221122;
  text-decoration: none; 
}

/* adjustments */

.width30px { color: green; }
.right { text-align: right; }
.left { text-align: left; }
.top { vertical-align: top; }
.top-right { vertical-align: top; text-align: right; }
.top-left { vertical-align: top; text-align: left; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.center { text-align: center; }

/* corners */

.bl125 { background: url(graphics/bl.gif) 0 100% no-repeat #95a783; width: 125px; }
.bl600 { background: url(graphics/bl.gif) 0 100% no-repeat #95a783; width: 660px; }
.bl800 { background: url(graphics/bl.gif) 0 100% no-repeat #95a783; width: 800px; margin-left: auto; margin-right: auto;
}
.br {background: url(graphics/br.gif) 100% 100% no-repeat; }
.tl {background: url(graphics/tl.gif) 0 0 no-repeat}
.tr10 {background: url(graphics/tr.gif) 100% 0 no-repeat; padding:10px}
.tr30 {background: url(graphics/tr.gif) 100% 0 no-repeat; padding:30px}
.clear {font-size: 1px; height: 1px}

.one {
  background: url(graphics/mouse.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.two {
  background: url(graphics/checkered-beetle.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.three {
  background: url(graphics/predaceous-diving-beetle.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.four {
  background: url(graphics/round-sand-beetle.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.five {
  background: url(graphics/rove-beetle.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.six {
  background: url(graphics/paisley.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.seven {
  background: url(graphics/weirdguy.gif);
  background-position: top right;
  background-repeat: no-repeat;
}
