#top {
    width: 800px;
    height: 200px;
    background-image: url('../images/top.jpg');
    background-repeat: no-repeat;
    position: relative;
}
#user {
    text-align: right;
    position: relative;
    color: #ffffff;
    width: 450px;
    height: 20px;
    top: 160px;
    left: 320px;
}
#nav {
    width: 800px;
    background-image: url('../images/nav.jpg');
    background-repeat: repeat-y;
}
#middle {
    width: 800px;
    background-image: url('../images/middle.jpg');
    background-repeat: repeat-y;
}
#bottom {
    width: 800px;
    height: 88px;
    background-image: url('../images/bottom.jpg');
    background-repeat: no-repeat;
}
#foot {
    width: 776px;
    margin: 0 12px;
}

#nav {
    width: 736px;
    margin: 0 12px;
    padding: 5px 20px;
    color: white;
    background-color: #e6811b;
    font-size: 16pt;
    font-weight: bold;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav li {
    display: inline;
    padding: 0 8px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0;
}
#nav li a {
    text-decoration: none;
    color: white;
}
#nav li a:hover {
    text-decoration: none;
    color: #FFDD33;
}

#middle .inner {
    padding: 10px 40px;
    width: 720px;
    color: white;
    font-family: 'Arial';
}
#middle h1 {
    font-family: 'Helvetica Neue';
    font-size: 34pt;
    color: #e6811b;
    margin: 0;
}
#middle h2 {
    font-family: 'Helvetica Neue';
    color: #e6811b;
}
#middle p strong {
    font-size: 13.5pt;
}
#middle ul, #middle ol {
    font-size: 13pt;
}
#middle li {
    margin: 1em 0;
}
#theme {
    font-size: 24pt;
    font-weight: bold;
    line-height: 0.7em;
    margin: 15px 0px;
}
#theme p {
    margin: 0;
}
#theme em {
    font-size: 42pt;
    font-style: normal;
    font-weight: bold;
    color: #e6811b;
}

.orange {
    width: 100%;
    border-collapse: collapse;
}
.orange th {
    padding: 5px 10px;
    background-color: #e6811b;
    color: #ffffff;
}
.orange td {
    padding: 3px 10px;
    text-align: center;
}

.smaller {
    font-size: 10pt;
}
.downloads td {
    padding: 0 0 15px 0;
}
.downloads th {
    font-variant: small-caps;
    text-align: left;
}
.downloads a {
    text-decoration: none;
    border: none;
}
.downloads a img {
    border: none;
}

#foot hr {
    background-color: #a58361;
    border: none;
    height: 2px;
}
#foot .inner {
    padding: 10px 30px;
}

#foot p {
    margin: 0;
    font-size: 12pt;
}
#foot p a {
    color: #000000;
    text-decoration: none;
}
#foot em {
    font-style: normal;
    font-weight: bold;
    color: #754D22;
}
#contact p {
    font-size: 13pt;
}

#members {
    font-family: 'Helvetica Narrow', sans-serif;
    font-size: 8pt;
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}
#members td {
    vertical-align: top;
    padding: 0;
}
#members td a {
    display: block;
    margin: 0.3em 0;
    text-decoration: none;
    color: #000000;
    line-height: 1.1em;
}
#faq dt {
    font-family: 'Helvetica Neue';
    cursor: help;
    font-weight: bold;
}
#faq dd {

    margin: 0.3em 0 1em 1em;
}
fieldset {
    border-color: #e6811b;
    padding: 5px;
}
fieldset legend {
    color: #e6811b;
    font-size: 14pt;
    font-weight: bold;
    font-variant: small-caps;
}
.form th {
    background-color: gray;
    padding: 3px 8px;
    font-variant: small-caps;
}
.form tbody th {
    text-align: left;
}
a {
    color: #ffffff;
}
a:hover {
    color: #FFDD33;
}
.error {
    color: #FF0000;
}
