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

#wrapper #content {
	background-color: #171511;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	width: 780px;
	clear: both;
}
#wrapper #content .space {
	float: left;
	width: 130px;
	height: 1px;
}
#wrapper #picture img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content .block {
	width: 520px;
	float: left;
}
#wrapper #content .block img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content .block #subtitle {
	float: left;
	width: 130px;
	padding-top: 20px;
}
#wrapper #content .block #sentence .date {
	font-weight: bold;
	padding-top: 15px;
}
#wrapper #content .block #sentence {
	background-color: #F2ECE5;
	float: left;
	height: auto;
	width: 249px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}#wrapper #content #footer {
	background-image: url(../images/footer.jpg);
}

