﻿/* Main Body */
body
{
    background-color: silver;
    font: 12px  Tahoma;
    margin: 0px;
    overflow: scroll;
}

#main_body
{
    border: 1px solid pink;
    border-width: 0px 1px;
    margin: 0px auto;
    width: 1064px;
}

#everything
{
    border: 1px solid orange;
    border-width: 0px 1px;
    height: 100%;
    margin: 0px 30px;
    min-height: 100%;
    width: 1000px;
}

/* Header Section */
#header
{
    font-size: 36px;
    padding: 0px 20px;
    text-align: center;
}

/* Navigation Menu */
#navigation a
{
    background: url(../images/button.gif) no-repeat;
    color: white;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 10px 0px;
    text-align: center;
    text-decoration: none;
    width: 193px;
}

#navigation a:hover
{
    background-position: 0px bottom;
}

/* Footer Section */
#footer
{
    clear: both;
    height: 100px;
    padding: 10px;
}

.copyright
{
    font-size: 12px;
    text-align: center;
}
