<!--

	body {
				background-position: center top;
				margin:0px; 
				background-color: #E8E8E8;
				background-image:url('gfx/background.gif');
				background-repeat:repeat-y
				}

	#banner {
				position: absolute;
				left: 50%;
				top: 10px;
				margin-left: -380;
				background-image:url('gfx/banner.jpg');
				height: 137px;
				width: 760px;
			}
			
	#banner h1, #banner h2, #banner h3 {
				display: none;
			}

	#homephoto {
				background-image:url('gfx/loading.gif');
				width:760px;
				height: 375px;
				position: absolute;
				top: 157px;
				left: 50%;
				margin-left: -380px;
			}
			
	#homephoto h1, #homephoto h2, #homephoto h3, #homephoto p {
				display: none;
			}
			
	#stampnav td {
				text-align: center;
				padding: 0px 9px 9px 0px;
				margin: 0px 0px 0px 0px;
				width: 68px;
			}
			
	#stampnav td a {
				font-family: Tahoma, Verdana, Arial;
				text-decoration: none;
				filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
				X-display: block;
				font-size: 12px;
				font-weight: normal;
				height: 68px;
				color: #606060;
				}
				
	#stampnav td a:hover {
				color: black;
				filter: none;
				}
	
	#subarea {
				display: none;
				width: 248px;
				height: 800px;
				background-color: #eeeeee;
				position: absolute;
				top: 1497px;
				left: 50%;
				margin-left: -380px;
			}
			
	#maincontent {
				width: 800px;
				height: 800px;
				X-background-color: white;
				position: absolute;
				top: 542px;
				left: 50%;
				margin-left: -380px;
			}
			
	#maincontent h2 {
				color: #000000;
				font-size: 24px;
				font-family: Times new roman, Verdana, Arial;
				font-weight: normal;
				margin-top: 20px;
				margin-bottom: 20px;
				margin-left: 0px;
				margin-right: 0px;
			}
			
	#maincontent p {
				color: #404040;
				font-size: 13px;
				font-family: Trebuchet MS, Arial, Verdana;
				X-padding-right: 30px;
				line-height: 150%;
				margin-top: 10px;
				margin-bottom: 10px;
				margin-left: 0px;
				margin-right: 100px;
				}
				
	#maincontent ul li {
				color: #404040;
				font-size: 13px;
				font-family: Trebuchet MS, Arial, Verdana;
				X-padding-right: 30px;
				line-height: 150%;
				list-style: square;
				}
	
	
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin: 0ox;
	padding: 0px;
	list-style: none;
	display: inline;
	width: 68px;
	height: 100px;
	}
	
	#pipe ul li a {
	display: block;
				filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

				}
				
	#pipe ul li a:hover {
				filter: none;
				}
				
	#zoomphoto {
				background-image:url('gfx/loading.gif');
				width:760px;
				height: 375px;
				position: absolute;
				top: 157px;
				left: 50%;
				margin-left: -380px;
			}
	
-->