body {
	font: 10pt "Lucida Grande", "Verdana", "Arial", sans-serif;
	text-align: center;
}
h1 {
	font: 225% "Monaco", "Courier New", "Courier", "Times New Roman";
	margin-top: 0px;
	padding-left: 20px;
	border-bottom: 1px solid #FEFEFE;
}
h2 {
	font: 175% "Monaco", "Courier New", "Courier", "Times New Roman";
	border-bottom: 1px solid #BBB;
	padding-left: 20px;
}
h3 {
	font: 133% "Monaco", "Courier New", "Courier", "Times New Roman";
	color: #888;
	font-style: italic;
	padding-left: 20px;
	margin-top: -18px;
}
a { 
	text-decoration: none;
	color: #666;			
}
a:hover { color: #757575; }
a:active { color: #222; }		
p {
	padding: 5px 0px 5px 10px;
	text-align: justify;
}
img { 
	border: 0;
	padding: 3px;
}
img.screenshot {
	padding: 0px;
	border: 1px solid #CCC;
}
#centerWrapper {
	margin: 0 auto;
	text-align: left;
	width: 400px;
	border-top: 3px solid #DDD;
}
#nav {
	float: left;
	width: 100px;
	margin-left: -100px;
	text-align: right;
	border: 1px solid red;
}
#nav a {
	display: block;
	color: #222;
	outline: none;
}
#nav a:hover {
	color: #444;
}
#nav a:active {
	color: #777;
}
#content {
	float: left;
	width: 396px;
	border-left: 1px solid #CCC;
	padding-bottom: 20px; /* bottom-padding so the border goes down past the copyright text. */ 
}
#back { 
	float: left; 
	margin: -3px 0px 0px -3px;
	padding: 0px;
}
#back span { visibility: hidden; }
#back:hover span { visibility: visible; }
#backText {
	font: 100% "Monaco", "Courier New", "Courier", "Times New Roman";
	font-variant: small-caps;
	color: #BBB;
	float: left;
	margin: -20px 0px 0px 16px;
}
#clearer { clear: both; }
#subheader {
	float: right;
	margin-top: -15px;
	color: #555;
	position: relative;
	z-index: 10;
}
#copy {
	float: right;
	font: 75% "Monaco", "Courier New", "Courier", "Times New Roman";
	color: #BBB;
	clear: both;
	margin-top: -20px;
}