
#article li {
	display:inline;
}

#article dl {
	clear:both;
	padding:15px 0;
	background:url(../img/parting_line.gif) repeat-x bottom;
	margin:0;
	overflow:hidden;
	zoom:100%;
}
	
#article dt {
	font-size:110%;
	font-weight:bold;
	width:100px;
	float:left;
	margin-left:10px;
}
	
#article dd {
	width:390px;
	float:right;
}

#article dd strong {
	font-size:110%;
}

#article dd .photo {
	margin:1em 0;
	width:310px;
	display:block;
	background:url(../img/photo_shadow.jpg) no-repeat center bottom;
	padding-bottom:11px;
}

#article dd .photo img {
	border:4px #fff solid;
}
