.typography {
	float: left;
	margin: 10px 0;
	padding: 0 30px;
	width: 683px;
	font-size: 1.2em;
}
.typography .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.typography li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.typography p {font-family: "Lucida Sans Unicode",sans-serif;}






.typography p, .typography code, .typography ul {padding-bottom: 1.2em;}

.typography h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.typography h2 {
	font: normal 1.4em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.typography h3 {
	font: bold 1.1em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.typography code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.typography blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

.typography h1, .typography h2, .typography h3 {padding-top: 6px; color: #581A0B}


.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
		margin-right: 20px;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	} 