
.sections ul
	{
	list-style: none;
	margin: 0;
	padding: 0 20px;
	}

.sections li
	{
	display: block;
	}

.sections li a img
	{
	border: 0;
	}

.sections p
	{
	font-size: 90%;
	line-height: 180%;
	}

.sections .artisan
	{
	float: left;
	margin: 10px 20px 20px 30px;
	}

.sections dl
	{
	margin: 10px 0;
	width: 450px;
	float: right;
	text-align: left;
	}

.sections dt
	{
	font-size: 90%;
	font-weight: bold;
	width: 400px;
	color: #363;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin: 0;
	line-height: 200%;
	clear: both;
	}

.sections dd
	{
	font-size: 90%;
	text-align: left;
	line-height: 160%;
	margin: -1px 0 1em 40px;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	border-left: 3px solid #ccc;
	}

.screenReader
	{
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	position: absolute;
	left: -500px;
	top: -500px;
	}


