div#HomePageFlash{
    width: 100%;
    height: 248px;
    background-image: url(/images/home-page-flash-background.jpg);
}


div#HomePageBottomContainer{
    width: 100%;
    margin: 0px;
    float: left;
    /*background-color: rgb(247, 246, 239);*/
    background-color: rgb(234, 233, 213);
    background-image: url(/images/purple.gif);
    background-repeat: repeat-x;
}


div#HomePageBottomContainer div.Left{
    width: 635px;
    background-color: rgb(235, 235, 218);
    background-image: url(/images/home-page-left-background.gif);
    background-repeat: repeat-x;
    float: left;
    margin: 8px 0px 0px 0px;
}


div#HomePageBottomContainer div.Left p{
    float: left;
    clear: left;
}


div#HomePageBottomContainer div.Left div#Shadow{
    float: right;
    width: 25px;
    height:  305px;
    background-image: url(/images/home-page-left-shadow.jpg);
    background-repeat: no-repeat;
    margin: 0px;
}


div#HomePageBottomContainer div.Left div{
    margin: 28px 0px 0px 96px;
}


div#HomePageBottomContainer div.Right{
    float: right;
    width: 325px;
    height: 319px;
    background-image: url(/images/side-menu-background.gif);
    background-repeat: repeat-x;
    background-color: rgb(234, 233, 213);
}


div#HomePageBottomContainer div.Right div.Separator{
    height: 12px;
    background-image: url(/images/side-menu-separator.gif);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


div#HomePageBottomContainer div.Right div.Indent{
    margin-left: 46px;
}


div#HomePageBottomContainer div.Right div.Indent span{
    position: relative;
    top: -7px;
}


div#HomePageHeaderContainer{
    width: 500px;
    float: left;
}


div#HomePageHeaderContainer p{
    width: 100%;
}


div#HomePageBottomContainer div.Right div.Top{
    width: 100%;
    height: 5px;
    background-image: url(/images/main-menu-top-image.gif);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}


div.HomeMenuTitle{
    font-size: 16px;
    color: rgb(158, 141, 74);
    font-weight: normal;
}
