
/* General formatting */
#page {
  font-size: 13px;
  font-family: sans-serif;
  text-align: left;
  color: #ffffff;
  background: url(bkfornow.png) #281a08 repeat fixed;
  visibility: visible;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 990px;
}

/* The menu sidebar */
#sidebar {
  position: relative;
  padding: 4px;
  width: 90px;
  float: left;
}

/* The main content of the page */
#content {
  position: relative;
  padding: 4px;
  width: 870px;
  margin-left: 8px;
  margin-bottom: 8px;
  float: left;
}

/* Here's to sticking a line before FC's ads! */
#endbar {
  position: relative;
  width: 990px;
  float: left;
}

body {
  background: url(bkfornow.png) #281a08 repeat fixed;
}

/* Make sure tables look normal :P */
table {
  font-size: 13px;
  font-family: sans-serif;
  text-align: left;
  color: #ffffff;
  visibility: visible;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  color: #DDD070;
  text-align: center;
}

h2 {
  color: #DDD070;
  text-align: center;
  margin-top: 3em;
}

h3, h4 {
  color: #DDCC66;
}

th {
  color: #F0E090;
}

tr {
  text-align: center;
}

.male   { color: #99BBFF; }
.female { color: #FF99AA; }
.animal { color: #FFCC66; }
.other  { color: #66DD99; }

img {
  border-style: none
}

.hilite { color: #E0D066; }
.dull   { color: #888269; }

a.normal:link    { color: #fc3; }
a.normal:visited { color: #964; }
a.normal:active  { color: #f62; }

p {
 width: 90%;
 text-indent: 1em;
 margin-left: 2em;
 margin-top: .4em;
 margin-bottom: .4em;
}

li {
 text-indent: .5em;
 width: 90%;
 margin-bottom: .5em;
}

/* for in-page dividers */
hr.minor { margin-top: 2.5em; width: 60%; }

