/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a:link
{
    color: #3a7854;
}

a:hover
{
    text-decoration: underline;
    color: #353535;
}

a:visited
{
    color: #3a7854;
}

*
{
    border: 0;
    margin: 0;
}

html
{
    height: 100%;
    width: 100%:;
}

body
{
    height: 100%;
    width: 100%;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
    background: url(images/tile.jpg) repeat-none;
}

#text 
{
        text-align: center;
}

#main1
{
    height: 100%;
    width: 100%;
    background: url(images/sitebg.jpg) no-repeat bottom left fixed;
    background-size: cover;
}

#main
{
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    padding-bottom: 20px;
}

#logo H2 a
{
    font-size: 10px;
}

#buttons
{
    width: 750px;
    height: 45px;
    background: url(images/menu.png) no-repeat top left;
    margin-bottom: 20px;
    padding-left: 20px;
}

#buttons ul
{
    padding-left: 10px;
    margin: 0px;
}

#buttons li
{
    display: inline;
}

#buttons a
{
    display: block;
    float: left;
    width: 125px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 13px;
    margin-right: 5px;
}

#buttons a:hover
{
    width: 125px;
    height: 39px;
    color: #ffffff;
}

#contop
{
    background: url(images/contop.png) no-repeat center;
    height: 7px;
}

#conbot
{
    background: url(images/conbot.png) no-repeat center;
    height: 7px;
}

#content
{
    width: 770px;
    background: url(images/conbg.png);
}

#left p
{
    padding: 10px;
}

#left H1
{
    height: 26px;
    padding: 8px 0 0 40px;
    background: url(images/title_left.png) no-repeat;
    background-position: center;
    font-size: 18px;
    color: #ffffff;
}

#left a
{
    color: #3a7854;
}

#left a:hover
{
    text-decoration: none;
    color: #353535;
}

#left a:visited
{
    color: #3a7854;
}

#footer
{
    font-size: 10px;
    color: #000000;
    padding-top: 4px;
    text-align: center;
    clear: both;
    padding-bottom: 10px;
}

#mainbot
{
    background: url(images/mainbot.png) bottom left;
    height: 71px;
}

#footer a
{
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}
.padding
{
    padding: 10px;
    color: #fed600;
    font-weight: bold;
}
