﻿html, head, body, form {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: #272e38 url(resources/images/bg.jpg) repeat-x 0 0;
    font-family: Garamond, Georgia;
    font-size: 14px;
    color: #ffffff;
}

#maindiv {
    text-align: center;
}

#maintable {
    margin: 0 auto;
    text-align: left;
    width: 822px;
}

#header {
    background: #272e38 url(resources/images/header.jpg) no-repeat 0 0;
    width: 822px;
    height: 118px;
}

#menu {
    margin-top: 80px;
    margin-left: 25px;
}

#menu a {
    font-family: Georgia;
    font-size: 24px;
    margin-right: 15px;
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#main-panel {
    background: #272e38 url(resources/images/main-panel-bg.jpg) repeat-y 0 0;
    width: 822px;
    font-family: Georgia;
    font-size: 16px;
    line-height: 22px;
}

#main-panel a {
    color: #f0ab68;
}

#main-panel-footer {
    margin-left: 20px;
    width: 800px;
}

.main-panel-stripe {
    background: transparent url(resources/images/stripe.gif) repeat-x 0 0;
    width: 820px;
    height: 15px;
    margin: 0px;
}

#main-panel-bottom {
    background: #272e38 url(resources/images/main-panel-bottom.jpg) no-repeat 0 0;
    width: 882px;
    height: 17px;
}

#front-table {
    background: transparent url(resources/images/front-table-bg.gif) repeat-x 0 0;
    width: 820px;
}

#main-table {
    width: 820px;
}

strong {
    font-weight: normal;
    color: #f0ab68;
    font-size: 20px;
}

b {
    font-weight: normal;
    color: #f0ab68;
}

.offset-left {
    width: 820px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}