@charset "utf-8";
#kanban{
	background-image: url(img/kanban-coffee.jpg);
}
#coffee-wrapper {
	width: 720px;
	margin-top: 8px;
	padding: 0 20px 35px 50px;
	
}
#coffee-intro {
	width: 350px;
	float: left;
	padding: 15px;
	margin-right: 10px;
	font-weight: bold;
	border-style: dotted;
	border-color: #717775;
	line-height: 1.5em;
	text-align: left;
}
#coffee-intro ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 34px;
}
#coffee-intro p {
	padding-top: 10px;
	text-indent: 20px;
}

#coffee-rightImg {
	float: right;
	
}

#coffee-rightImg li img {
	border: 10px solid  #717775;
	margin-bottom: 20px;
}