
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana;
}

a {
    text-decoration: none;
    color: #2f62ae;
}

a img {
    border: none;
}

/******************************
 *  Header
 ******************************/

div#header_back {
    margin: 0;
    width: 100%;
    height: 82px;
    background: url('../images/header_background.png') 0 0 repeat-x;
    background-color: #444444;
}

div#header {
    width: 320px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

    font-color: white;
}

#header ul {
    display: inline;
}

#header li {
    display: inline;
    margin: 0 3px;
}

#header a {
    color: white;
}

img#header_logo {
    margin: 20px;
}

div#header_navigation {
    margin-right: 5px;
    margin-left: 5px;

    position: relative;
    float: right;

    top: 52px;
    height: 30px;
    width: 108px;
}

.nav_left {
    background: url('../images/nav_left.png') norepeat left 0;
}

.nav_right {
    background: url('../images/nav_right.png') norepeat right 0;
}

div#header_nav_center {
    height: 30px;
    width: 100px;
    background: url('../images/nav_back.png') 0 0 repeat-x;
}

/******************************
 *  Content
 ******************************/

div#content_body {
    width: 100%;
    /*height: 155px;*/
    margin-bottom: 10px;
    background: url('../images/header_shadow.png') 0 0 repeat-x;
}

div#content {
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}

/******************************
 *  Footer
 ******************************/

#footer {
    width: 320px;
    margin-left: auto;
    margin-right: auto;

    font-size: 12px;

    clear: both;
}

#footer ul {
    display: inline;
}

#footer li {
    display: inline;
    margin: 0 3px;
}

#footer span {
    display: block;
    text-align: center;
}

#footer a {
    text-transform: lowercase;
}

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

#footer_divider {
    text-align: center;
    margin-bottom: 2px;
}

#footer_links {
    text-align: center;
}

#footer_copyright {
    text-align: center;
}
