/*
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: #000000 url(images/back_all.jpg) no-repeat top left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
padding: 0px;
margin: 0px;
}

#content 
{
width: 100%;

}

a{
color: #151422;
text-decoration:none;
}

a:hover, a:active{
color:#151422;
text-decoration:underline;
}

#header{
height: 128px;
}

#menu
{
height: 39px;
width: 580px;
margin-bottom: 10px;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
display: block;
float: left;
width: 83px;
height: 37px;
padding-left: 30px;
padding-top: 25px; 
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
background: url(images/button.gif) no-repeat;
}

#menu a:hover
{
display: block;
padding-top: 25px;
height: 37px;
float: left;
color: #ffffff;
font-weight: bold;
background: url(images/button_r.gif) no-repeat;
}

#main
{
width:580px;
margin: 0 auto;
}

#wrapper
{
width: 542px;
background: url(images/table_back.jpg) repeat-y left;
margin: 0px auto;
}

#logo
{
height: 66px;
width: 542px;
text-align: right;
}

#logo h1
{
font-size: 18px;
padding-top: 20px;
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
}

#logo h2 a
{
font-size: 10px;
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
text-transform: uppercase;
}

#top
{
background: url(images/top.jpg) no-repeat top
}

#text{
background: url(images/bottom.jpg) no-repeat bottom left;
padding-bottom: 60px;
padding-left: 60px;
padding-right: 60px;
padding-top: 60px;
min-height: 480px;
}

#text p{
padding:5px;
}

h1, h2, h3{
color:#151422;
}

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:#151422;
font-size:0.79em;
}

.meta a{
text-decoration:underline;
}

#footer{
font-size:0.79em;
text-align:center;
margin-bottom: 20px;
height: 50px;
color: #FFFFFF;
padding-top: 10px;
}

#footer a{
text-decoration:underline;
color: #FFFFFF;
}