.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 span.logo {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	background: url(../images/img02.jpg) no-repeat right top;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}
.typography #header span.alt {
	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;
}

/***/

#adbar {
	float: right;
	width: 165px
}

#sidebar {
	float: left;
	width: 200px;
	margin-top: 15px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
	padding: 2px 40px 0 30px;
	background: url(../images/arrow_blue.jpg) no-repeat;
	font-size: 1.6em;
}



.main-categories {
	margin: 0;
	padding: 0;
}

.main-categories li {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0px 20px 20px 30px;
	background: url(../images/arrow_red.jpg) no-repeat;
	font-size: 2.4em;
}

