/* Hazel McHaffie Stylesheet */
/* Home */

.content{
	float:left;
	width:420px;
	line-height: 16px;
}

.content ul{
	list-style:none;
	margin:0;padding:0;
}

.side {
	float:right;
	width:300px;
}

.side h2{
	padding-bottom:5px;
}

.bookcover{
	float:left;
	width:50px;
}

.booktext{
	float:right;
	width:220px;
	margin:0 15px;
	line-height: 16px;
}

#clear {
	width: 100%;
	padding-bottom: 25px;
	border-bottom: dotted 1px #CCCCCC;
	}
