#HomeFlash, .HomeFlash
{
    float:left;
}

ul.MainMenu
{
    width:849px;
}
div.TopDecoration
{
    position:absolute;
    top:0;
    left:0;
    width:124px;
    height:76px;
    background-image:url('../images/home_tl_decoration.png');
    background-repeat:no-repeat;
    background-position:left top;
}
div.PageContent
{
    position:relative;
    float:right;
    clear:right;
    width:450px;
    padding:0 37px 0 55px;
    min-height:355px;
    padding-bottom:86px;
    background-color:#FCF8E7;
    background-image:url('../images/home_content_bg.jpg');
    background-repeat:repeat-y;
    background-position:left top;
    color:#78381B;
}
*html div.PageContent
{
    height:355px;
}
div.ContentDecoration
{
    position:absolute;
    bottom:0;
    right:0;
    width:236px;
    height:86px;
    background-image:url('../images/content_decoration.png');
    background-repeat:no-repeat;
    background-position:right bottom;
}
img.FlashImg
{
    position:absolute;
    top:332px;
    left:0;
}
