body
{
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, "sans serif";
    font-size: 75%;
    line-height: 1.4;
    text-align: center;
    min-width: 620px;
}

#container
{
    margin: 0px auto;
    text-align: left;
    width: 830px;
    height: 620px;
    background-color: White;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    border: solid 0px green;
}

#mainMenu
{
    position: relative;
    top: 140px;
    left: 40px;
    width: 190px;
    height: 160px;
    padding: 1px;
    border: solid 0px blue;
}

#mainMenu li, ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.9em;
}

#mainContent
{
    position: relative;
    top: -142px;
    left: 260px;
    width: 517px;
    height: 498px;
    padding: 5px;
    border: solid 0px red;
    overflow: auto;
}

#mainContent .headerText
{
    color: #a9927e;
    font-size: 1.5em;
    font-weight: bold;
}

#mainContent .headerTextGray
{
    color: #9b9b9b;
    font-size: 1.5em;
    font-weight: bold;
}

#mainContent .headerPicContent
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

#mainContent .headerPic
{
    border: solid 1px black;
}

#mainContent .headerPicText
{
    font-size: 0.8em;
}

a img
{
    border: 0px;
}

#mainContent a
{
    color: #a9927e;
    text-decoration: none;
}

#mainContent a:link
{
    border-bottom: 1px dotted #ababab;
}

#mainContent a:visited
{
    color: #a9927e;
    border-bottom: 1px dotted #ababab;
}

#mainContent a:hover
{
    color: #dad0c8;
    border-bottom: 1px dotted #cc9900;
}

form
{
    display: inline;
}

input
{
    font-size: 85%;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, "sans serif";
}

select
{
    font-size: 85%;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, "sans serif";
}

textarea
{
    font-size: 85%;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, "sans serif";
}

blockquote
{
    font-size: 85%;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, "sans serif";
}

hr
{
    height: 4px;
    border: solid #efefef 2px;
    margin-bottom: 12px;
}
