        body {
                background: #F1F1F1 url('images2/pagefade.jpg') repeat-y center center;
		margin: 0px 0px 0px 0px; 
                padding: 0px;
                font-family: verdana, sans-serif, monospace;
                font-size: 12px;
				text-align: center;
		
	      }
	h1, h2, h3, h4, h5, h6, p, form, #nav ul {
		margin: 0px;
		padding: 0px;
	      }
	#pf {
			text-align: left;
                margin: 0px auto;
		width: 1000px;
		position: relative;
                
	     }

	
	 #header{
	        display: block;
		Background: url('images2/header_logo3.jpg') center no-repeat #FFFFFF;
		border-width: 4px;
		border-style: solid;
		margin: 10px 0px 0px -405px;
		left: 50%;
		width: 800px;
		height:110px;
		top: 0px;
		clear: both;
		position: absolute;
		text-indent: -1000em;
		
	      }
	
	 #nav{
                display: block;
		background: #F1F1F1;
		margin: 0px 0px 0px -405px;
		left: 50%;
		width: 802px;
		height:23px;
		top: 134px;
		text-align: center;
		color: #000;
		clear: both;
		position: absolute;
		border-style: solid;
		border-width: 3px
	      }

         #nav a{
                
		
		text-decoration: none;
		font-weight: bold;
		
		color: #000;
		font-family: verdana, sans-serif;
		font-size: 14px;
		line-height: 25px;

         
	      }

         #nav a:hover {
		color: #65C2EE;
	      }

         #content {
                display: block;
                background: #F1F1F1;
                margin: 0px 0px 0px -450px;
		left: 50%;
		clear: both;
		width: 900px;
		position: absolute;
		top: 190px;
	        padding-bottom: 0px;
                
              }	


		