body {
	font-family: Arial, Verdana;
	font-size: medium;
}
body h1 { font-size: large; }
body h2 { font-size: large; }
body h3 { font-size: medium; }


.header {
  text-align: center;
}

.header h1 {
	font-size: larger;
}

.pipe {
	text-align: center;
}

.pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.pipe ul li {
	padding: 4px 4px;
	border-left: 2px solid #888;
	list-style: none;
	display: inline;
	}

.pipe ul li.last {
	border-right: 2px solid #888;
	list-style: none;
	display: inline;
	}

.footer {
	background-color: #FF9;
	padding: 0px 5px;
	margin: 5px 0px;
}

#content {
	padding: 5px;
}

#content .left {
	float: left;
	margin: 5px;
}

#content .right {
	float: right;
	margin: 5px;
}

/* thumbnail and clearboth classes courtesy of http://css.maxdesign.com.au/floatutorial/tutorial0407.htm */
.thumbnail
{
float: left;
width: 200px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }

.gallery {
	text-align: center;
	width: 750px;
    margin-left: auto;
	margin-right: auto;
}
