/*	Design by Michele Maffucci	*/

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}

.logo {
	width: 800px;
	height: 130px;
	background: url(../images/logo.jpg) no-repeat center top;
	border-bottom: 1px solid #999;
}

#lesson {
	width: 800px;
/*	border: 1px solid #999;*/
	padding: 20px;
}

#lesson-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#steps-toc {
	border: 1px solid #999;
	background-color: rgb(220,220,220);
	padding: 5px;
	margin-bottom: 15px;
}

.step {
	margin-bottom: 20px;
}

.step-title {
	border-bottom: 1px dashed #999;	
	font-weight: bold;
/*	background-color: rgb(22,103,190);*/
/*	color: white;*/
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.step-detail {
	padding-left: 20px;
}

.step-image {
	border: 1px solid #999;
	margin: 5px;
}

.footer {
	border-top: 1px solid #999;
	padding: 5px;
	margin-bottom: 15px;
}
