@charset "utf-8";
/* CSS Document */
div #summary {
	width: 600px;
	margin-left:120px;
	padding-bottom: 30px;
}
div #summary dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
}
div #summary dd {
	margin-bottom: 15px;
	padding: 0 0 5px 120px;
}
