﻿html, body
{
    height: 100%;
}

body
{
    margin: 0px;
    background-image: url('Images/brick_tile.png');
    background-repeat: repeat;
    font-family: "Gill Sans" , "Gill Sans MT" , Calibri, "Trebuchet MS" , sans-serif;
    color: #FFFFFF;
    font-size: .8em;
}

a
{
    color: #FFFF99;
}

li
{
    margin-top: 20px; /* fix this */
}

p
{
    text-indent: 1em;
}

img
{
    border: 0;
}

h2
{
    color: #FFFF99;
    font-size: 1.6em;
    text-align: center;
}

h4
{
    color: #FFFF99;
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 30px;
}

.Center
{
    text-align: center;
}

.Right { text-align: right; }

.Clear { clear: both; }

.TextHighlight
{
    color: #FF4000;
    font-size: 1.2em;
}

#Content
{
    background-color: #000000;
    width: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto !important;
    height: 100%;
}

#Shadow
{
    background-image: url('Images/shadow.png');
    background-repeat: repeat-y;
    background-position: right;
    width: 719px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#Header
{
    background-image: url('Images/no_flash_header.png');
    background-repeat: no-repeat;
    height: 155px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}

#LeftColumn
{
    float: left;
    width: 450px;
    margin-left: 20px;
}

#RightColumn
{
    float: right;
    width: 185px;
}

.Event
{
    color: #FF4000;
}

.EventTitle
{
    color: #FFFF99;
}

#Footer
{
    clear: both;
    text-align: center;
    width: auto;
    padding-top: 20px;
    margin-bottom: 10px;
}

#CenterColumn
{
    width: 660px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

#Days TD
{
    text-align: center;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

#Hours TD
{
    text-align: center;
}

.SmallText
{
    font-size: .9em;
}

ul.menu
{
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 33px;
    font-size: 12px;
    background: url("Images/bg.png") repeat-x top left;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    border: 1px solid #000;
    margin: 0;
    margin-top: -1px;
    padding: 0;
}

ul.menu li
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.menu li a
{
    float: left;
    color: #A79787;
    text-decoration: none;
    height: 24px;
    padding: 9px 15px 0;
    font-weight: normal;
}

ul.menu li a:hover, .current
{
    color: #fff;
    background: url("Images/bg.png") repeat-x top left;
    text-decoration: none;
}

/*RED*/
ul.menu.red
{
    background-color: #B11718;
}
ul.menu.red li a:hover, .menu.red li.current
{
    background-color: #DE3330;
}

