body,
	html {
		margin:0;
		padding:0;
		background-image:url("http://awwman.com/nps/npsheadbg.png");
		background-repeat: repeat-x;
		color:#282828;
		background-color: #f0dcee;
	}
	body {
		min-width:800px;
		background-color: #f0dcee;
	}
	#wrap {
		background:#f0dcee;
		margin:0 auto;
		width:800px;
		font-family: verdana;
		font-size: 11px;
		color: #282828;
		
	}
	#header {
		background:#f0dcee;
		
	}
	#header h1 {
    	padding:0;
	    margin:0;
    }
	
	#main {
		background:#f0dcee;
		float:left;
		width:800px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
		font-family: verdana;
		font-size: 11px;
    }
p2 { 	font: 8.5pt verdana;         font-weight: bold;  	margin-bottom: 0px; 	color: #261907;	}

    a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7c585e;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7c585e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #7c585e;
	}