body
{
    font-family: Verdana;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#container
{
    
    width: 990px;

    padding-bottom: 0px;
    /*background-color: silver;*/

    margin-left: auto;
    margin-right: auto;

}

#header
{
    height: 175px;
    /*background-color: blue;*/

    background-image: url(../images/header.png);
    background-repeat: no-repeat;
}

#content
{
    min-height: 500px;
}

#footer
{
    height: 100px;
    /*background-color: green;*/

    background-image: url(../images/footer.png);
    background-repeat: no-repeat;

    font-family: verdana;
    font-size: 10px;
}

.col_content
{
    float: left;

    width: 670px;

    /*background-color: blue;*/

}

.col_partial
{
    float: right;

    margin-right: 7px;
    width: 302px;

/*    background-color: red;*/
}

.fake
{
    clear: both;
}


#footer a
{
    color: #3b531b;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer .menu1
{
    float: left;
    padding-top: 66px;
}

#footer .menu1 ul
{
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

#footer .menu1 ul li
{
    display: inline;
    border-right: 2px solid #3b531b;
    padding-left: 5px;
    padding-right: 5px;
}

#footer .menu1 ul li.last
{
    border-right: 0px solid black;
}


#footer .menu2
{
    float: right;
    padding-top: 66px;
}

#footer .menu2 ul
{
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}

#footer .menu2 ul li
{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}


#header .menu1
{
    float: left;
    margin-top: 47px;
    margin-left: 80px;
    /*background-color: silver;*/
    height: 15px;
    width: 300px;
}

#header .menu1 ul
{
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

#header .menu1 ul li
{
    display: inline;
    border-right: 2px solid #3b531b;
    padding-left: 5px;
    padding-right: 5px;
}

#header .menu1 ul li.last
{
    border-right: 0px solid black;
}

#header a
{
    font-size: 10px;
    text-transform: uppercase;
    color: #474646;
    text-decoration: none;
    font-weight: bold;
}

#header a:hover
{
    text-decoration: underline;
}


.static_content
{
    padding: 20px;
    font-family: verdana;
    font-size: 10px;
}


#phrase_area
{
    /*background-color: silver;*/
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 780px;
    height: 70px;
    font-family: verdana;
    color: #3b531b;
    font-weight: bold;
}

#phrase_area .phrase
{
    text-align: right;
    padding: 2px;
    font-size: 14px;    
}
#phrase_area .author
{
    margin-right: 10px;
    text-align: right;
    padding: 2px;
    font-style: italic;
    font-size: 12px;
}

#banners
{
    margin-top: 10px;
    /*height: 100px;*/
    margin-bottom: 30px;
}

#banners img
{
    border: 0px;
    margin-top: 10px;
}
