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

#history_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 30px 0px 0px;
	padding: 0px;
	clear: left;
	clear: right;
}
.history_answer {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-top: 30px;
}
#history_image {
	/*margin: 10px;*/
	padding: 0px 10px 10px 0px;
	float: left;
	width: 300px;
}
#history_article {
	float: right;
}
#history_article .history_question{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
#history_image .image_caption{
	font-size: 1em;
	font-style: italic;
	color: #666;
	text-align: right;
	margin-right: 15px;
}
#history_article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

