﻿body
{
    }
#outer
{
    width:inherit;
    height:inherit;
    width:990px;
    }
    
#headerspacer
{
    width:38px;
    float:left;
    height:140px;
    border-bottom:solid 10px #A54399;
    background-color:White;
    }
#header
{
    background-color:White;
    background-image:url('images/logo140h.jpg');
    background-repeat:no-repeat;
    height: 140px;
    vertical-align: bottom;
    width:952px;
    border-bottom:solid 10px #A54399;
    margin-bottom:5px;
    float:left;
}
#headerwrapper
{
    width:990px;
    }

#main
{
    width:inherit;
    height:auto;
    width:990px;
    background-color:White;
    }

#menu
{
    background-color:White;
    width: 200px;
    padding-left: 10px;
    float:left;
}

#content
{
    width:600px;
    min-width:600px;
    min-height:350px;
    float:left;
    border-left:solid 2px #A54399;
    padding:10px 10px 10px 10px;
}

#right
{
    text-align:right;
    padding-top:20px;
    width: 158px;
    float:right;
    /*background-color:#E1B7DC;*/
    height:350px;
}

#footer
{
    margin-top:5px;
    height:18px;
    background-color:#A54399;
    width:990px;
    color:White;
    text-align:right;
    font-size:small;
    padding-right:4px;
    float:left;
    }

