.typography h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}
.typography h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}
.typography h2 {
	font-size: 1.8em;
}
.typography h3 {
	font-size: 1em;
	font-weight: bold;
}
.typography p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}
.typography p {
}
.typography blockquote {
	font-style: italic;
}
.typography ul {
}
.typography ol {
}
.typography a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}
.typography a:hover {
	text-decoration: none;
	color: #CC0000;
}
.typography small {
}
.typography #header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 0 0 125px;
	background: url(../images/img02.jpg) no-repeat left top;
	text-transform: lowercase;
	letter-spacing: -3px;
	color: #356AA0;
	font-size: 4.4em;
}
.typography #header h1 span {
	color: #CC0000;
}
.typography #header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.typography #header h2 a {
	color: #333333;
}
.typography #sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #CC0000;
}
.typography #sidebar a {
	border: none;
}
