body {
    background-image: url(../img/body_bg.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-color: #000000;
}

#main {
    position: absolute;
    width: 900px;
    height: 700px;
    top: 50px;
    left: 50%;
    margin-left: -450px;
    border: 1px solid #fff;
    background-image: url(../img/main_bg.jpg);
    background-repeat: repeat-y;
}

#pics {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 450px;
    width: 900px;
    z-index: 10;
    overflow: hidden;
}

#pics img {
    display: none;
}

#progress {
    position: absolute;
    top: 10px;
    left: 785px;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
}

#caption {
    position: absolute;
    top: 400px;
    left: 0px;
    width: 885px;
    height: 40px;
    background-image: url(../img/black_70pct.png);
    background-repeat: repeat-x;
    padding: 10px 0px 0px 15px;
    z-index: 11;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0px 1px 0px;
}

#address {
    position: absolute;
    right: 15px;
    top: 11px;
    text-align: right;
    font-size: 7pt !important;
    line-height: 11pt;
}

#spacer {
    position: absolute;
    top: 750px;
    height: 50px;
}

#intro {
    position: absolute;
    top: 465px;
    left: 0px;
    padding: 0px 150px 0px 15px;
}

#menu {
    position: absolute;
    width: 198px;
    height: 235px;
    right: 0px;
    bottom: 0px;
    padding: 15px 0px 0px 0px;
    background-image: url(../img/menu_bg.png);
    background-repeat: repeat-y;
    text-align: right;
}

h1, #intro h2, #intro p, #menu ul, #footer, #address {
    color: #fff;
    font-family: Verdana;
    font-size: 8pt;
    letter-spacing: 1px;
}

#intro p {
    padding: 0px;
    margin: 0px 0px 11px 0px;
}

#menu ul {
    font-size: 7.1pt;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#menu a {
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
    outline: none;
}

#menu a .cufon {
    border-bottom: 1px solid transparent;
}

#menu a:hover .cufon {
    border-bottom: 1px solid #ffffff;
}

#menu ul li {
    padding: 0px 15px 6px 0px;
    margin-bottom: 7px;
    border-bottom: 1px solid #164d7c;
}

h1, #intro h2, #footer {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 22px;
    font-variant: small-caps;
    font-weight: normal;
}

#intro h2 {
    font-size: 10.5pt;
    margin-bottom: 10px;
    font-weight: normal;
}

#footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: -20px;
    text-align: right;
    font-size: 6pt;
}

#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


