﻿body
{
    font-family: Verdana;
    font-size: small;
}
img
{
    display: block;
}
#mainContent
{
    border: solid thin lightblue;
    float: left;
}
#leftColumn
{
    clear: left;
    float: left;
    width: 160px;
    display: inline;
}
#rightColumn
{
    float: right;
    width: 585px;
    display: inline;
}
ul#menu
{
    margin-left: 0px;
    padding-left: 0px;
}
#menu li
{
    display: inline;
    list-style-type: none;
}
#menu a
{
    padding: 5px;
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    font-family: Georgia;
}
#menu a:link, #menu a:visited
{
    color: #57007F;
    background-color: #CCCCFF;
    text-decoration: none;
    border-right: solid thick white;
}

#menu a:hover
{
    color: #fff;
    background-color: #990099;
    text-decoration: none;
}
#pagecontent
{
    width: 90%;
}
#header
{
}
#maincontent
{
}
#leftcol
{
    float: left;
}
#middlecol
{
    float: left;
}
#rightcol
{
    float: left;
}
#footer
{
    clear: left;
}
#navmenu
{
}
#bodycontent
{
    clear: left;
    width:600px;
    height: 650px;
    background-image:url("/CustomShowerBingo/images/contentbg.png");
    background-repeat:no-repeat;
}
#footnote
{
    text-align:center;
}
.blockspace
{
    height:50px;
    width:150px;
}
#corner
{
    position: absolute;
    top: 0px;
    right: 0px;    
    z-index:-1;
}
