body
  {
    margin: 0px;
    padding: 0px;
    background: url(../images/bg_line.gif) top center repeat-y;
    background-color: #000000;
    color: #cccccc;
    font-family: Arial, sans-serif;
  }
img { border: 0; }

#container
  {
    position: relative;
    margin: 0px auto;
    width: 800px;
    height: 1000px;
    background: url(../images/div_bg.gif) no-repeat;
  }
#bgImage
  {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bg.gif) top center no-repeat;
  }
#logo
  {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 161px;
    width: 229px;
    background: url(../images/logo.jpg);
  }
#nav { position: absolute; top: 30px; left: 300px; }
#nav a
  {
    display: block;
    position: relative;
    float: left;
    padding-bottom: 2px;
    margin-right: 3px;
    background: #535353;
  }
#nav a:hover { background: #ffffff; }

#content
  {
    position: relative;
    top: 90px;
    left: 324px;
    width: 420px;
    margin-bottom: 90px;
  }
p { margin: 0px; padding: 10px 1px; line-height: 150%; }
p.big { font-size: 1.0em; }
p.small { font-size: 0.7em; }
p.smaller { font-size: 0.6em; }
h1 { margin: 0px; font-size: 1.0em; font-weight: bold; }
h2 
  {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 0.8em;
    font-weight: bold;
  }
ul { font-size: 0.7em; }
a { color: #ffffff; }

table { font-size: 0.7em; }

.portrait { float: left; margin: 0px; padding: 10px 6px 0px 0px; }

#disclaimer
  {
    position: absolute;
    top: 600px;
    left: 8px;
    width: 290px;
    font-size: 0.6em;
    font-style: italic;
  }

