html, body {
    height: 100%;
}


body {
    margin: 0;
    padding: 0;
    background: #fff url("../img/site_bg.png") repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 97.6%;
    color: #000;
}

a {
    color: #060;
    background: #fff;
    text-decoration: underline;
}

a:hover {
    color: #000;
    background: #ccc;
    text-decoration: none;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
    min-height: 100%;
}

#nav {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    font-family: "Courier New", Helvetica, Verdana, Arial, sans-serif;
    font-size: 14pt;
}

#nav ul li {
    padding: .2em 0;
}

#nav ul {
    margin-top: 120px;
    list-style-type: none;
    list-style-position: inside;
    text-align: right;
}

#nav a {
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
}

#nav a:hover {
    text-decoration: underline;
}

#content-header {
    margin: 0 0 0 210px;
    padding: 0;
    width: 540px;
    background: #fff url("../img/content_bg.png") repeat-y;
    color: #000;
}

#content {
    margin: 0;
    padding: 0 40px;
    text-align: justify;
    min-height: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: "Courier New", Helvetica, Verdana, Arial, sans-serif;
    margin: 0.5em 0;
}

h1 { font-size: 20pt; padding: 0 0; }
h2 { font-size: 16pt; padding: 0em 10px; }
h3 { font-size: 14pt; padding: 0em 20px; }
h4 { font-size: 12pt; padding: 10px 10px 3px 10px; }
h5 { font-size: 10pt; padding: 10px 10px 3px 10px; }

p, td{
    margin: 0;
    line-height: 1.4em;
    font-size: 11pt;
    padding: .5em 20px 1em 20px;
}

dl {
    padding: 1em 30px 2em 30px;
}
dt, dd {
    font-size: 11pt;
    padding: .2em 0;
}
dt {
    font-weight: bold;
    padding: .4em 0;
}
dd {
    list-style-type: disc;
}

small {
    font-size: 10pt;
}

#content img {
    padding: 10px 30px;
}

#content ul {
    padding-bottom: 1.3em;
}

#content ul li {
    line-height: 1.4em;
}

img {
    border: 0;
    background: #fff;
}
