/*
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(back_all2.gif) top repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#898989;
padding: 0px;
margin: 0px;
}

#content 
{
background: url(back_all1.jpg) top left no-repeat;
width: 100%;

}

a{
color: #090;
/*text-decoration:none;*/
}

a:hover, a:active{
color: #0F0;
text-decoration:underline;
}

#header{
height: 150px; /*411*/
}

#menu
{
height: 39px;
width: 448px;
padding-left: 50px;
background: url(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(menu_r.gif) repeat-x;
}

#main
{
width:498px;
margin: 0 auto;
padding-bottom:110px;
}

#wrapper
{
width: 498px;
background: url(top.png) no-repeat top;
padding-top: 5px;

}

#logo
{
height: 260px;/*360*/
width: 498px;
text-align: right;
}

#logo h1
{
font-size: 18px;
padding-top: 80px;/*220*/
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
}

#logo h2 
{
font-size: 10px;
padding-left: 20px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
}


#text{
background: #FFFFFF;
padding:10px;
}
.transparent{	
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}

.transparent2{
	filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}

#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: center;
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(bottom.png) bottom;
margin-bottom: 20px;
height: 50px;
padding-top: 10px;

}

#footer a{
text-decoration:underline;
}