
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


html
  {
    height: 100%;
  }

body
  {
    position: relative;
    min-height: 100%;
    font: 75%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #ECE9D8;
    color: #000000;
  }

* html body
  {
    height: 100%;
  }

div#wrap1
  {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 760px;
    height: 100%;
    margin-left: -380px;
  }

div#wrap2
  {
    position: relative;
    min-height: 100%;
    background: #F8F8F8;
  }

* html div#wrap2
  {
    height: 100%;
  }

#header
  {
    position: relative;
    height: 85px;
    background: url(../g/quote.gif) right 20px no-repeat;
    border-bottom: 10px solid #009999;
  }

#header h1
  {
    width: 112px;
    height: 70px;
    float: left;
    background: url(../g/header_sblogo.gif) 15px 15px no-repeat;
    text-indent: -999999px;
  }

#header h2
  {
    height: 70px;
    background: url(../g/header_sbtext.gif) 112px 55px no-repeat;
    text-indent: -999999px;
  }

div#content
  {
    margin: 40px 0 0;
    padding-bottom: 20px;
    border-bottom: 10px solid #009999;
  }

div#content a
  {
    font-weight: bold;
    color: #009999;
  }

div#content p
  {
    margin: 0 112px 1em;
  }

div#content h2
  {
    margin: 1.5em 112px 0.8em;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #009999;
  }

div#content h3
  {
    margin: 1em 112px 0.8em;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #009999;
  }

div.rflow
  {
    display: inline;
    margin-left: 10px;
    margin-right: 112px;
    float: right;
  }
