<style type="text/css">

#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.align-right { float:right; margin: 0 0 15px 15px; }

.frame { padding: 5px; border: 1px solid #aaa; } 

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    width: 10em;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

P {font-family: sans-serif; font-size: small}
h2 {font-family: sans-serif}
h3 {font-family: sans-serif}
h4 {font-family: sans-serif; font-size: small}
h5 {font-family: sans-serif; font-style: italic; font-size: xx-small}
img {float:right; padding: 5px; margin: 5px}

#top
{
padding-top: 1em;
padding-bottom: 1em;
background-color: #990000;
border-bottom: 1px solid gray;
background-image: url(pattern.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
}

#top h1
{
padding-left: 1em;
margin: 0;
font-family: sans-serif;
font-variant: small-caps;
color: white;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}

#footer
{
clear: both;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1em;
font: bold 10pt sans-serif;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
background-image: url(http://www.w3.org/Icons/valid-xhtml10);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center right;
}

}

</style>


