/* WooBlue Template by -xpspx- */


/* Navigation */
#menu
{
position: relative;
background: #FFFFFF url('images/menu.jpg') top left;
height: 40px;
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.3em 1.0em 0.9em 2.5em;
color: black;
text-decoration: none;
}

a
{
	padding: 0.5em 1.0em 0.9em 1.0em;
color: white;
text-decoration: 'blink';
font-size:12pt;
}

a:hover
{
	text-decoration: underline;
}

#menu ul li a:active
{
	color:White;
	text-decoration: underline;
}

a:active
{
	color:White;
	text-decoration: underline;
}

#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(images/bg.jpg);
	margin:10px 0 25px 0; 
	/*position:fixed;*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	background-position: center center;
	width:100%;
	height:100%;
/*background:url(images/bg_texture.jpg);*/
/*position:fixed;*/
 top:0; left:0; width:100%; height:100%;
	}


/*Header */

#wrapper {
	width:800px;
	margin:0 auto;
	}
	
#header 
{
	height:146px;
	background-image:url('images/top.jpg');
	padding-left:15px;
	position:absolute;
	}
	
	#table
	{
		position:absolute;
	}

	#background {width: 100%;
                    height: 100%;
                    left: 0px;
                    top: 0px;
                    /*position: absolute;*/
                    z-index: 0;}
                    
                    #header {
	height:146px;
	background-image:url(images/top.jpg);
	padding-left:15px;
	position: relative;
	}


#content {
	background:url(images/zz.PNG) top repeat-x #ffffff;
        padding-top:10px;
        padding-bottom:60px;
        
	}

#contenttext {
        margin-left:5px;
        background-color:White;
             }
             
#footer {
        color:white;
        height:30px;
        background-image:url(images/bottom.jpg);
        /*padding-left: 5px;*/
        /*line-height:16px;*/
        line-height:15px;
        width:800px;
	}
	
	#footer a
	{
		font-size:10pt;
		text-decoration:none;
	}
	
	#footer a:hover
	{
		text-decoration:underline;
	}

h2 { 
color:#444444;
text-decoration:underline;
   }

