* {
    margin: 0pt;
    padding: 0pt;
}

body, html
{
    color: #888888;
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px;
}

body
{
    background-image: url(../img/page_bg.png);
    background-repeat: repeat-x;
}

a
{
    color: #2465b0;
    text-decoration: none;
}

a:hover
{
    color: #69cded;
    text-decoration: underline;
}

#page_hdr
{
    margin: 0px auto;
    width: 766px;
    height: 115px;
}

#logo
{
    float: left;
    position: relative;
    top: 10px;
}

#tagline
{
    float: right;
    position: relative;
    top: 44px;
}

#menu_bar
{
    clear: both;
    width: 766px;
    height: 29px;
    background-image: url(../img/menu_bg.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 86px;
}

#body_wrapper
{
    width: 764px;
    height: 500px;
    overflow: hidden;
    background-image: url(../img/bdy_bg.gif);
    margin: 0px auto;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}

#footer
{
    width: 766px;
    height: 100px;
    overflow: hidden;
    border-top: solid 1px #bfbfbf;
    margin: 0px auto;
    padding-top: 15px;
}

#copyright
{
    float: left;
}

#contact
{
    float: right;
}
