/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
padding: 0px;
margin: 0px;
}

body{
    background:#517597 url(images/back_body.jpg) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#ffffff;
    padding: 0px;
    margin: 0px;
}

a{
    color:#517597;
    text-decoration:none;
}

a:hover, a:active{
    color:#517597;
    text-decoration:underline;
}

#content 
{
    background: url(images/back_body.jpg) top left no-repeat;
    width: 100%;
}

#main
{
    width:960px;
    margin: 0;
    no-background: #888;
}


#header{
    height: 104px;
}
#logo
{
    aheight: 111px;
    width: 780px;
    text-align: right;
}

#logo h1
{
font-size: 18px;
padding-top: 10px;
padding-left: 220px;
font-weight: bold;
color: #E6E6E6;
}

#logo h2 a
{
font-size: 10px;
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
text-transform: uppercase;
}


#menu
{
    display: block;
    float: left;
    height: 339px;
    width: 206px;
    padding-top: 180px;
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 12px;
}

#menu ul li{
    list-style: none;
    display: inline;
}
#menu ul{
    margin-bottom: 10px;
}
#menu ul.gas {
    margin-left: 6px;
}
#menu a
{
    display: block;
    width: 180px;
    height: 11px;
    text-align: left;
    padding-left: 12px; 
    padding-top: 2px; 
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}

#menu a:hover
{
    color: #E6E6E6;
    text-decoration: none;
}


#wrapper
{
    float: left;
    width: 735px;
    background: url(images/top.jpg) no-repeat top;
    padding-top: 22px;
    color:#3A3A3A;
}


#text{
    background: #FFFFFF url(images/back_main.jpg) no-repeat top;
    abackground: #FFFFFF;
    padding:10px;
    color:#3A3A3A;
}

#text p{
    padding:5px;
}

h1, h2, h3{
    color:#517597;
}

h1{
    font-size:1.2em;
}

h2{
    font-size:1.05em;
}

h3{
    font-size:1em;
}

#text ul, ol{
    padding-left:12px;
    margin-left:12px;
}


.meta{
    text-align:right;
    color:#153B00;
    font-size:0.79em;
}

.meta a{
    text-decoration:underline;
}

#footer{
    color:#3A3A3A;
    padding: 5px 0 0 5px;
    margin: 0;
    font-size: 10px;
    text-align: left;
    background: url(images/bottom.jpg) no-repeat top;
    margin-bottom: 1px;
    height: 49px;
}

#footer a{
text-decoration:underline;
}