/*---===DEFAULTS===---*/
html
{
    width: 100%;
}
body
{
    width: 100%;
    font-family: sans-serif;
    font-size: 80%;
    margin-left: 0px;
    margin-right: 0px;
    background-position: 0px 40px;
    margin-top: 40px;
}

a
{
    color: #666666;
}

#Container
{
    padding: 0 100px;
}

#TopBar, #Pictures, #BusinessName, #LowerSection
{
    min-width: 699px;
    margin: 10px auto;
}

#Pictures .PictureBar
{
    display: none;
    clear: both;
    height: 40px;
    background-color: #fff;
}

#Pictures .Picture
{
    width: 33.3%;
    height: 175px;
    float: left;
}

#LeftBar
{
    float: left;
    width: 33.333%;
    top: 0px;
    bottom: 0px;
}

#NavBar ul
{
    clear: both;
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#NavBar li
{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #000;
}

#NavBar li a
{
    display: block;
    padding: 5px;
    text-decoration: none;
}

#NavBar li a:hover
{
    background-color: #ff0;
    color: #666;
}

#NavBar li a.Delete, #NavBar li a.MoreOptions
{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    margin: 5px;
}

#ContentSection
{
    border: 5px solid #fff;
    margin-left: 33.333%;
    _margin-left: 26%;
    _height: 400px;
    min-height: 400px;
    background-color: #fff;
}

#FloatBlocker
{
    float: left;
    width: 99.9%;
    _width: 66.6%;
}

#QuickText
{
    padding: 10px 5px 10px 5px;
}

#Copyright
{
    border-top: 2px solid #000;
    clear: both;
}
