#Tutorials {

}

.tutorial {
	clear: both;
	margin-top: 50px;
	position: relative;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;

}
.tutorial em, .tutorial h2 {
	font-style:normal;
	font-weight: bold;
}
.tutorial p {
 	/*width: inherit;*/ /* Overwrite general p style */
}
 	
.tutorial .description {
	margin-left: 312px;
	color: #555;
}

.tutorial .description em {
	color: #222;
}
.tutorial h2 {
	margin: 0 0 15px 0;
	
}

.tutorial dl dt {
	float: left;
	display: block;
	width: 33px;
	height: 33px;
}

.tutorial dl dd {
	margin-left: 50px;
	margin-bottom: 18px;
	margin-right: 25px;
}

.tutorial .screenshot {
	margin-left: 5px;
	display: block;
	width: 292px;
	height: 402px;
	float: left;
}

.tutorial .description a {
	font-weight: bold;
}
#journalTutorial {
	height: 405px;
}
