body {
margin: 40px 40px 40px 40px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-weight: bold;
	background-attachment: fixed;
	background-color: eee8d9;	
	background-image:url(../graphics/camo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
/* part 1 of 2 centering hack */

}
h1 {
	font-family: Copperplate bold, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: black;
	
}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	
}	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	
}	
	
	#pipe ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		
		}
#pipe ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	
	}
#pipe {
	padding: 5px;
	
	margin-bottom: 25px;
	}


#title {

	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat:no-repeat;
	background-position:top left;
	background-color: ff6600;
	background-image:url(../graphics/o_camo.jpg);
	border: 2px solid black;
	text-align: left;
	

}

.left {float: left;}
.right {float: right;}
.center {float: center;}

	

