#bg_top
{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 200px;
    width: 950px;
    background-image: url(bg_top.png);
    z-index: 0;
}

#bg_top #banner_text
{
    position: absolute;
    width: 760px;
    top: 35px;
    left: 190px;
    color: black;
    font-size: x-large;
    font-variant: small-caps;
    font-family: Georgia;
    text-align: center;
}

#bg_left
{
    position: absolute;
    left: 10px;
    top: 210px;
    width: 190px;
    /*height: 650px;*/
    background-image: url(bg_left.png);
    z-index: 0;
}


#bg_left #navigation_left
{
    position: absolute;
    left: 30px;
    top: 0px;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
    padding:1px;
    z-index: 1;
    text-align: left;
}

a.left_nav:link 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:active 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:visited 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:hover 
{
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}

#login
{
    position: absolute;
    left: 185px;
    top: 130px;
    width: 210px;
    height: 100px;
    background-color:#A4B5BE;
    filter:alpha(opacity=70);
    -moz-opacity:.70;opacity:.70;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
    z-index: 3;
    text-align: left;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    visibility: hidden;
}

#login_opacity
{
    position: absolute;
    left: 285px;
    top: 152px;  
    z-index: 2;     
    background-color:white;
    width: 92px;
    height: 49px;
    visibility: hidden;     
}


#content
{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 770px;
    background-image: url(article_bg.png);
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

#table_header
{
    position: absolute;
    top: 5px;
    left: 10px;
}

#table_table
{
    position: absolute;
    top: 36px;
    left: 10px;
}      

.week
{
    width: 50px;
    text-align: left;     
    padding-left: 5px;
    padding-right: 5px;  
}

.day
{
    width: 75px;
    text-align: left;   
    padding-left: 5px;
    padding-right: 5px;  
}

.date
{
    width: 100px;
    text-align: left;    
    padding-left: 5px;
    padding-right: 5px;   
}

.time
{
    width: 50px;
    text-align: left;   
    padding-left: 5px;
    padding-right: 5px;    
}

.location
{
    width: 175px;
    text-align: left;     
    padding-left: 5px;
    padding-right: 5px;  
}

.event
{
    width: 240px;
    text-align: left;  
    font-variant: normal;  
    padding-left: 5px;
    padding-right: 5px;   
}
