﻿@import "Layout/_Global.css";

div#InteriorMenu
{
    clear: left;
    float: left;
    width: 227px;
    
    position: relative;
    top: 0px;
    left: 0px;
}

div#ContentArea
{
    background-image: url(gfx/dots_lots_vertical.gif);
    background-repeat: repeat-y;
    background-position: 237px 0px;
}

div.ContentPane
{
    clear: none;
    margin-left: 28px;
    width: 489px;
    float: left;
    display: inline;
}

/* html div.ContentPane { width: 491px; } */

div.RightPaneArea
{
    clear: none;
    width: 214px;
    margin-left: 20px;
    float: left;
}

div.RightPaneArea img.BorderCurve
{
    margin-left: 1px;
}

div.RightPane
{
    border-left: 1px solid #D4C7AE;
    border-right: 1px solid #D4C7AE;
    width: 214px;
}

* html div.RightPane
{
    width: 215px;
}

div#InteriorNoHeaderLeftMenuSection
{
    clear: both;
    margin-top: 10px;
    margin-left: 8px;    
}
