.typography h1,
.typography h2,
.typography h3,
.typography h5,
.typography { color: #2f363e; }
.typography h1 { font-size: 3em; 
	margin-top: 1.2em;
	margin-bottom: 1em;
}
.typography h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8c494f;
}
.typography h3 { font-size: 1em; }
.typography h4 { margin-top: .5em; }
.typography h5 { font-size: .8em;
	margin-top: 1.5em; }

.typography p {
	margin-top: 0.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}
.typography a {
	text-decoration: underline;
	color: #8c494f;
}
.typography a:hover {
	border: none;
	text-decoration: none;
	background: #414247;
}
.typography h1 a,
.typography h2 a,
.typography h3 a {
	border: none;
	text-decoration: none;
	color: #8c494f;
}
.typography h1 a:hover,
.typography h2 a:hover,
.typography h3 a:hover,
.typography h4 a:hover {
	background: none;
	color: #414247;
}

.typography #menu a {
	display: block;
	float: left;
	height: 32px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #8c494f;
	padding-top: 18px;
	text-align: center;
}
.typography #menu a:hover {
	color: #8c494f;
	background: url(../images/button_k.png) repeat-x;
}

.typography #logo h1 {

	padding-right: 20px;
	color: #8c494f;
	padding-top: 100px;
	font-size: 24px;

}
.typography #logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}
.typography #logo a { color: #FFFFFF; }

.typography #sidebar2 li h2 {
	height: 140px;
	padding-left: 20px;
	padding-top: 15px;
}
.typography #sidebar2 h4 {
	font-size: 1em;
}
.typography #sidebar2 li a {
	border: none;
}
.typography #sidebar2 li a:hover {
	border: 2px solid #8c494f;
}	
	
.typography #footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.typography #footer a { color: #ffffff 
}
