﻿
a 
{
    text-decoration: none;
}

div.wrapper
{
    width: 1250px;
    height: 650px;
}
div.header 
{
    margin-top: -20px;
    height: 100px;
    background-image: url(Images/header_bg.png);
}

div.leftMenu 
{
    width: 190px;
    float: left;
}

div.content 
{
    width: 600px;
    float: left;
    padding: 5px;
}

div.rightMenu 
{
    width: 227px;
    height: 520px;
    float: left;
    background-color: #9999CC;
    padding-left: 7px;
    padding-right: 7px;
}

div.footer 
{
    border-width: 1px;
    border-style: solid;
    margin-top: -1px;
    height: 85px;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}

div.clear 
{
    clear: both;
}

.headerBanner 
{
    position: relative;
    left: -10px;
    bottom: 35px;
}

div.menuSettings 
{
    margin: auto auto;
    width: 190px;
    margin-top: 15px;
}

div.leftMenuMisc 
{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

