body {
    background-color: #888888;
    margin: 0px;
    padding: 0px;
}

#container {
    height: 590px;
    margin: auto;
    background-image: url("../image/background.jpg");
    background-repeat: no-repeat;
}

#loggedin {
    font-size: 10pt;
    color: #B92C18;
    padding-top: 2px;
    padding-left: 4px;
    font-family: Helvetica, sans-serif;
    height: 20px;
}

#loggedin a:link,
#loggedin a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#loggedin a:hover,
#loggedin a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

#email {
    border: 0px;
    background: transparent;
    height: 16px;
    font-size: 10pt;
    width: 170px;
    margin-right: 10px;
    color: #666666;
}

#header {
    height: 500px;
}

#footer {
    height: 66px;
}

td.top {
    height: 32px;
}

td.menu {
    width: 720px;
}

td.email {
    text-align: left;
    padding-left: 30px;
}

td.left {
    width: 171px;
}

td.button-title,
td.button-caption {
    width: 98px;
    text-align: center;
}

td.button-title {
    font-size: 12pt;
    font-family: Helvetica;
    letter-spacing: 0.05em;
    padding-top: 12px;
    vertical-align: bottom;
}

td.button-title a:link,
td.button-title a:visited,
td.button-title a:hover,
td.button-title a:active {
    color: #000000;
    text-decoration: none;
}

td.button-caption {
    font-size: 7.75pt;
    color: #888888;
    font-style: italic;
    font-family: Times New;
    vertical-align: top;
}

td.button-caption a:link,
td.button-caption a:visited,
td.button-caption a:hover,
td.button-caption a:active {
    color: #888888;
    text-decoration: none;
}

td.gap {
    width: 9px;
}

td.top-right {
    height: 24px;
}

#email-box {
    text-align: left;
    background-image: url("../image/email.jpg");
    background-repeat: no-repeat;
    height: 31px;
    padding-left: 22px;
    padding-top: 4px;
    margin-top: 30px;
    float: right;
}

#flashbanner {
    position: absolute;
    z-index: 100;
    left: 180px;
    top: 0px;
}

#videos {
    position: absolute;
    z-index: 100;
    left: 186px;
    top: 230px;

}