/* WooBlue Template by -xpspx- */


/* Navigation */
#menu
{
position: relative;
background: #FFFFFF url('images1/navbar.png') no-repeat top left;
height: 38px;
padding: 0em 1.0em 0em 1.0em;
}

#menu ul
{
position: absolute;
top: 0.9em;
}


#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: white;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}


/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images1/bg.jpg) repeat;
	margin:10px 0 25px 0; 
	
	}


/*Header */

#wrapper {
	width:920px;
	margin:0 auto;
	}
#header {
	height:355px;
	background-image:url(images1/header.png);
	background-repeat:no-repeat;
	padding-left:15px;
	}



#content {
	background:url(images1/zz.PNG) top repeat-x #ffffff;
        padding-top:10px;
        padding-bottom:60px;
        
	}

#contenttext {
        margin-left:5px;
             }
#footer {
        color:white;
        height:47px;
        background-image:url(images1/footer.png);
        padding-left: 5px;
        line-height:16px;
	}

h2 { 
color:#444444;
text-decoration:underline;
   }

