﻿body 
{
    font-family: Times New Roman, Arial, Tahoma, Sans-Serif;
    font-size: 12px;    
    color: Maroon;
    margin: 0px;
    background: white url(images/ballbat.jpg);
    background-repeat:repeat;       
}

#mytable
{
    color: black;
    border: solid 1px black;    
    width: 850px;
    background-color: Gray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    
}

#header
{    
    height: 25px;
    background-color: white;
    color: #B5C7DE;
    text-align: right;
    padding: 4px 4px 0px 0px;
    font-size: 12px;    
}

#nav
{    
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: White;
    padding: 7px 0px 0px 0px;
    background-color: #000066;    
    width: 850px;
    word-spacing: 2px;    
}

#headerTWO
{    
    background-color: white;
    background: white url(images/grass_texture.png);
    text-align: center;
    height: 110px;
    top: 35px;
    left: 20px;
}

#time
{
    width: 846px;
    background-color: #000066;
    font-size: 13px;
    height: 25px;
    color: White;
    text-align: right;
    padding: 8px 4px 0px 0px;      
}

#body
{
    background-color: White;
    min-height: 450px;
    width: 842px;
    padding: 4px 4px 4px 4px;
}

#col1
{
    float: left;
    width: 600px;
}

#col2
{
    float: left;
    width: 200px;
    background-color: Maroon;
    min-height: 400px;
}
#footer
{
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: White;
    padding: 7px 0px 0px 0px;
    background-color: #000066;    
    width: 850px;
    word-spacing: 2px;    
}
#footerTWO
{
    height: 150px;
    text-align: center;
    background-color: #ffff00;
    width: 850px;
    padding: 5px 0px 4px 0px;
    word-spacing: 10px;
}
#end
{
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: White;
    padding: 5px 0px 0px 0px;
    background-color: #000066;    
    width: 850px;
    word-spacing: 2px;
}