﻿body
{
    margin: 0;
    vertical-align: top;
    background-color: #C0C0C0;
}

#container
{
    padding: 10px;
    position: relative;
    width: 1000px;
    text-align: center;
    background-color: #C0C0C0;
}

#nav_ribbon, #footer, #header, #page_left, #page_right, .header_button, .footer_button, .header_button a, .footer_button a, .nav_button, nav_button a
{
    background-color: #003300;
}

#footer, #header
{
    clear: both;
    float: left;
    height: 20px;
    width: 100%;
}

#banner
{
    clear: both;
    height: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    background-color: white;
    background-image: url('images/2tired_banner1.jpg');
}

#nav_ribbon
{
    clear: both;
    height: 20px;
    width: 100%;
    color: white;
    
    font-size: x-small; 
    font-family: verdana;
    font-variant: small-caps;
    font-weight: normal;    
}

#content
{
    width: 980px;
    height: 525px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    background-color: white;
}

#page_content
{
    float: left;
    width: 100%;
    height: 100%;
    background-color: white;
}

#page_left, #page_right
{
    margin: 0px;
    padding: 0px;
    width: 175px;
    height: 100%;
    vertical-align: top;
}

#page_left
{
    float: left;
    text-align: left;
}

#page_right
{
    float: right;
    text-align: right;
}

.banner_text
{
    float: left;
    position: relative;
    top: 20%;
    height: 60%;
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    font-family: Verdana;
    text-align: center;
    text-decoration: none;
    color: #003300;
}

.header_button, .footer_button, .header_button a, .footer_button a
{
    float: left;
    height: 20px;
    width: 330px;
    color: white;
    font-size: x-small; 
    font-family: verdana;
    font-variant: small-caps;
    font-weight: normal;    
}

.header_button a:hover, .footer_button a:hover
{
    font-size: small; 
    font-weight: normal;    
    text-decoration: none;
    color: white;
}

.nav_button, nav_button a
{
    height: 30px;
    width: 100%;
    color: white;
    font-size: small; 
    font-family: verdana;
    font-variant: small-caps;
    font-weight: normal;    
}

.nav_button a:hover
{
    font-size: medium; 
    font-weight: normal;    
    text-decoration: none;
    color: white;
}

.button_text, .button_text a
{
    position: relative;
    top: 15%;
    left: 5%;
    width: 90%;
    height: 60%;
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    text-align: inherit;
    margin-bottom: 0px;
}
