﻿@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: 725px;
    float: left;
    display: inline;
}

/* html div.ContentPane { width: 491px; } */

div#InteriorNoHeaderLeftMenuSection
{
    clear: both;
    margin-top: 10px;
    margin-left: 8px;    
}
