body {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

p {
	margin: 1em 0;
}

a, a:link {
	color: #333;
	font-weight: bold;
}

a:hover {
	color: #000;
}

#navigation {
	width: 900px;
	margin: 30px auto 0 auto;
	list-style: none;
}

#navigation h1 {
	width: 276px;
	height: 80px;
	float: left;
	margin: 0;
}

#navigation h1 a {
	width: 276px;
	height: 60px;
	display: block;
	background: #FFF url("Lithoglyph.jpg") no-repeat;
}

#navigation h1 span{
	display: none;
}

#navigation ul {
	float: right;
	margin-top: 30px;
	border-bottom: 2px solid #CCC;
	display:block;
	width: 500px;
}
#navigation li {
	display: inline;
}

#navigation li .selected {
	color: #000;
	border-top: 2px solid #000;
}

#navigation li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	margin-right: 20px;
}

#navigation li a:hover {
	color: #000;
}

#content {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#credit {
	font-size: 10px;
	width: 900px;
	margin: 40px auto 30px auto;
	text-align: center;	
}

h2 {
	font-size: 20pt;
	padding: 0;
	margin: 0.5em 0;
}

h3 {
	margin: 10px 0;
}

img {
	border: 0;
}