@charset "UTF-8";
/* CSS Document */
#content {
	position: relative;
	float: left;
	width: 650px;
	padding: 20px;
	margin: 0 20px 0px 0;
	font-size: 160%;
	line-height: 1em;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	color: #999;
}
#content img {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	box-shadow: 2px 2px 4px #CCC;
}