﻿@import "Layout/_Global.css";
@import "Layout/Header.css";

div#InteriorMenu
{
    clear: none;
    float: left;
    width: 227px;
    margin-left: 8px;
    
    position: relative;
    top: 0px;
    left: 0px;
    
    display: inline;
}

div#ContentArea
{
    background-image: url(gfx/dots_vertical.gif);
    background-position: 237px 0px;
    background-repeat: repeat-y;
}

div.ContentPane
{
    clear: none;
    margin-left: 20px;
    width: 733px;
    float: left;
    display: inline;
}
        
/* html div.ContentPane { width: 727px; } */

