.typography a {
	color:#b40604;
	font-weight:bold;
	text-decoration:none;
}
.typography a:hover {
	color:#505050;
	text-decoration:underline;
}
.typography a img {
	border-color:#d85d5d;
}
.typography a img:hover {
	background:#d85d5d;
	border-color:#d85d5d;
}
.typography #sidebar h1 {
	margin:20px 18px 0 5px;
	color:#b40604;
	font-size:1.6em;
	letter-spacing:-2px;
	text-align:right;
}
.typography #sidebar h2, #sidebar h3 {
	margin:0 20px 18px 5px;
	color:#808080;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
}
.typography #sidebar h3 {
	margin:20px 18px 4px 5px;
	color:#606060;
}
.typography #sidebar p {
	margin:0 20px 18px 5px;
	color:#606060;
	font-size:0.8em;
}
.typography #sidebar a {
	color:#808080
}
.typography #menu a {
	display:block;
	width:202px;
	padding:5px 18px 5px 0;
	color:#606060;
	background:#e0e0e0 url(../images/sidebarbg.gif) top right repeat-y;
	font-size:1.8em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-2px;
}
.typography #menu a:hover {
	color:#303030;
	background:#f0f0f0 url(../images/sidebarbg.gif) top right repeat-y;
}
.typography #menu a.current {
	padding:5px 18px 5px 0;
	background:#fafafa;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
}
.typography #menu a.current:hover {
	color:#505050;
	background:#fafafa;
}
.typography #content p {
	margin:0 0 20px 0;
	line-height:1.5em;
}
.typography #content h1 {
	margin:0;
	color:#b40604;
	font-size:3em;
	letter-spacing:-5px;
	text-align:center;
}
.typography #content h2 {
	margin:0;
	color:#808080;
	font-weight:normal;
	font-size:2.5em;
	letter-spacing:-2px;
	text-align:center;
}
.typography #content h3 {
	clear:both;
	margin:30px 0 10px 0;
	color:#b40604;
	font-weight:normal;
	font-size: 2em;
	letter-spacing:-2px;
}
