
/* Layout Stylesheet */
html
{ 
    min-height: 100%;
    margin-bottom: 1px;
}

#mainFrame
{
    margin:auto;
    width:800px;
}

#headerLeft
{
    float:left;
    height:98px;
    width:148px;
    background-color:#FFFFFF;
    background-image:url(../images/topLeft.jpg);
    background-repeat:no-repeat;
    background-position:center;
    border:solid #000000;
	border-width:1px 1px 1px 1px;
}

#headerRight
{
    float:left;
    height:98px;
    width:649px;
    background-image:url(../images/topRight.jpg);
    background-position:right;
    text-align:right;
    border:solid #000000;
	border-width:1px 1px 1px 0px;
}

#mainContent
{
    float:left;
    width:798px;
    height:100%;
    background-color:#FFFFFF;
    border:solid #000000;
    border-width:0px 1px 0px 1px;
}

#menuColumn
{
    float:left;
    width:148px;
    height:420px;
    background-color:#FFFFFF;
    border:solid #000000;
    border-width:0px 0px 0px 0px;
}

#contentColumn
{ 
    float:left;
    width:648px;
    min-height:420px;
    background-color:#FFFFFF;
    border:solid #000000;
    border-width:0px 0px 0px 1px;
}

#footer
{
    float:left;
    height:50px;
    width:798px;
    background-color:#FF0000;
    border:solid #000000;
    border-width:1px 1px 1px 1px;
    margin:0px;
    font-family:Verdana;
    font-size:7pt;
    text-align:center;
}