@charset "utf-8";
/* CSS Document */

#content{
	width:500px;
	height:500px;
}
#content img{
	height:300px;
	width:auto;
	float:left;
}
#content dl{
	margin-left:10px;
	float:left;
	clear:both;
}
#content dd{
	font-size:12px;
}

#content h1{
	color:#990099;
}
