/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
    margin: 0px;
    padding: 0px;
}

a:link
{
    color: #ffffff;
}

a:hover
{
    text-decoration: none;
    color: #FF0000;
}

a:visited
{
    color: #A5A9B2;
}

body
{
    background: #000000 url(images/back_all.gif) repeat-x;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
}

#content
{
    margin: 0 auto;
    width: 742px;
    text-align: left;
}

#back
{
    width: 827px;
}

#header
{
    height: 581px;
    margin-top: 81px;
}

/* Menu */
#menu
{
    width: 867px;
    height: 66px;
    padding-top: 25px;
    background: url(images/menu.gif) no-repeat;
    font-size:16px;
}

#menu a
{
    float: left;
    width: 75px;
    height: 18px;
    display: block;
    text-decoration: none;
    color: #000000;
    text-align: center;
}

#menu a:hover
{
    width: 75px;
    height: 18px;
    color: #000000;
    text-decoration: underline;
    text-align: center;
}

#menu table
{
    width:600px;
    margin: 0 auto;
}

#logo
{
    background: url(images/header.jpg) no-repeat;
    width: 852px;
    height: 399px;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 67px;
}

#main
{
    padding-left: 10px;
    padding-right: 20px;
}

#left
{
    width: 250px;
    text-align:center;
}

#left H3
{
    background-position: url(images/title.gif) repeat-x;
    width: 257px;
    height: 48px;
    font-size: 20px;
    padding-top: 30px;
    text-transform: uppercase;
    color: #000000;
    background: url(images/title.gif) repeat-x;
    text-align: center;
    font-style: normal;
    font-family: verdana;
    font-weight: normal;
}

#left ul
{
    list-style: none;
}

#left li ul
{
    border: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#left li li
{
    padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a
{
    color: #ffffff;
}
#left a:visited
{
    color: #ffffff;
}

#left p
{
    padding: 10px;
}

#center
{
    width: 250px;
    text-align:center;
}

#center H3
{
    background-position: url(images/title.gif) repeat-x;
    width: 257px;
    height: 48px;
    font-size: 20px;
    font-weight: normal;
    padding-top: 30px;
    text-transform: uppercase;
    color: #000000;
    background: url(images/title.gif) repeat-x;
    text-align: center;
    font-style: normal;
    font-family: verdana;
}

#center ul
{
    list-style: none;
}

#center li ul
{
    border: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#center li li
{
    padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#center a
{
    color: #ffffff;
}
#center a:visited
{
    color: #ffffff;
}

#center p
{
    padding: 10px;
}

#right
{
    text-align:center;
    width: 250px;
    padding-right: 10px;
}

#right H3
{
    background-position: url(images/title.gif) repeat-x;
    width: 257px;
    height: 48px;
    font-size: 20px;
    font-weight: normal;
    padding-top: 30px;
    text-transform: uppercase;
    color: #000000;
    background: url(images/title.gif) repeat-x;
    text-align: center;
    font-style: normal;
    font-family: verdana;
}

#right a
{
    color: #ffffff;
    text-decoration: none;
}

#right p
{
     padding: 10px;
}

#right h2
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #ffffff;
}
.date
{
    text-align: right;
    color: #808080;
    font-size: 11px;
}

.date a
{
    color: #D72020;
}



#footer
{
    height: 69px;
    clear: both;
    padding-top: 20px;
    background: url(images/footer.gif) repeat-x;
}

#footer p
{
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

#footer a
{
    color: #ffffff;
}

