/*
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:#153B00 url(images1/back_all2.gif) top repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#898989;
padding: 0px;
margin: 0px;
}

#content 
{
background: url(images1/back_all1.jpg) top left no-repeat;
width: 100%;

}

a{
color:#153B00;
text-decoration:none;
}

a:hover, a:active{
color:#153B00;
text-decoration:underline;
}

#header{
height: 411px;
}

#menu
{
height: 39px;
width: 448px;
padding-left: 50px;
background: url(images1/menu.png) no-repeat;
margin-bottom: 10px;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
display: block;
float: left;
width: 80px;
height: 29px;
text-align: center;
padding-top: 10px; 
color: #ffffff;
font-weight: bold;
}

#menu a:hover
{
display: block;
padding-top: 10px;
height: 29px;
float: left;
color: #ffffff;
font-weight: bold;
background: url(images1/menu_r.gif) repeat-x;
}

#main
{
width:498px;
margin: 0 auto;
}

#wrapper
{
width: 498px;
background: url(images1/top.png) no-repeat top;
padding-top: 5px;

}

#logo
{
height: 360px;
width: 498px;
text-align: right;
}

#logo h1
{
font-size: 18px;
padding-top: 220px;
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;
}


#text{
background: #FFFFFF;
padding:10px;
}

#text p{
padding:5px;
}

h1, h2, h3{
color:#153B00;
}

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{
font-size:0.79em;
text-align:center;
border-top:1px solid #B07A34;
background: url(images1/bottom.png) bottom;
margin-bottom: 20px;
height: 50px;
padding-top: 10px;
}

#footer a{
text-decoration:underline;
}