body {
    color: black;
    background-color: rgb(14, 36, 38);
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
}

h1 {
    color: rgb(179, 0, 40);
    max-width: 80%;
    margin-bottom: 1em;
    padding: 5px 5px 5px 5px;
    font-size: 130%;
    font-weight: bold;
    text-transform: uppercase;
    clear: left;
}

h2 {
    color: rgb(224, 0, 52);
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 120%;
    font-weight: bold;
    clear: left;
}

h3 {
    color: rgb(120, 120, 120);
    letter-spacing: .1em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 110%;
    font-weight: bold;
    clear: left;
}

p {
    line-height: 1.2em;
    margin: 1.33em 3em;
}

li {
    line-height: 1.2em;
    margin-bottom: 0.6em;
    margin-left: 20px;
    margin-right: 40px;
}

a {
    color: rgb(247, 134, 9);
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: rgb(175, 1, 49);
}

img {
    border: none;
}

/*
    #outmost defines the text display area
    and can define a base background image.

    I could use a floating width (min-width
    and max-width) but MSIE 6 doesn't support
    that, and the workarounds aren't worth 
    it right now.

    #outer can define a overlaid background image.
*/

#outmost {
    width: 760px;
    margin: 10px auto 20px auto;
}

#outer {
    xbackground-color: rgb(240, 240, 240);
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}

#header {
    margin: 0px;
    font-size: 12pt;
}

#header .wbjlogo {
    margin: 5px;
    padding: 5px;
}

/*
    MSIE 6 hates "#header > p", so make
    the element an ID.
*/

#menu {
    color: black;
    background-color: rgb(224, 0, 52);
    margin: 0px;
    padding: 0px 0px 1px 0px;
    font-weight: bold;
}

#menu li {
    display: inline;
    margin: 3px 0px 3px 0px;
    padding: 0px 4px 0px 8px;
}

#header a {
    color: white;
    text-decoration: none;
}

#header a:hover {
    color: yellow;
}

#content {
    margin: 0px;
    padding: 10px 20px;
}

#footer {
    color: white;
    background-color: rgb(224, 0, 52);
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
    clear: both;
}

.screenshot {
    width: 400px;
    padding: 10px 20px;
    float: right;
}

.screenshotclear {
    padding: 20px 0px;
    clear: right;
}

.smaller {
    font-size: 90%;
}

.larger {
    font-size: 110%;
}

.indent {
    margin-left: 18px;
}

.bartop {
    background-color: rgb(224, 0, 52);
    background-image: url(../images/topgrad.png); 
    background-repeat: repeat-x;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.barbot {
    background-color: rgb(224, 0, 52);
    background-image: url(../images/botgrad.png); 
    background-repeat: repeat-x;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
