body {
    background: #774b26;
    color: #774b26;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#wrap {
    float: left;
    width: 806px; height: 571px;
    display: inline;    /* compensate for IE margin-doubling bug with floats */
    position: relative;
    overflow: hidden;
}

#main {
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    width: 800px;
    height: 565px;
    line-height: 0px;    /* must specify so that spaces between divs don't grow with font size */
    font-size: 0px;      /* have to set font-size because Safari must use this, and not line-height */
    display: inline;     /* compensate for IE margin-doubling bug with floats */
}

#mainImage {
    margin-top: 9px;
}

#mainButtons {
    margin-top: 42px;
    margin-left: 28px;
}

#mainButtons a {
    margin-left: 48px;
    width: 184px;
    height: 24px;
}

#mainBottomNavWrap {
    position: relative;
    height: 60px;
    overflow: hidden;
}

* html>body #mainBottomNavWrap {    /* for IE 5/Mac */
    float: left;
}

#mainBottomNav {
    position: absolute;
    bottom: 3px;
    width: 800px;
    font-size: 14px;
    line-height: 18px;
    color: #f4edc9;
    text-align: center;
    overflow: hidden;
}

* html #mainBottomNavWrap {    /* for IE 5/Mac */
    width: 100%;
}

a:active, a:link, a:visited {
    color: #f4edc9;
    text-decoration: none;
}
a:hover {
    color: #88c6ed;
    text-decoration: none;
}
