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

/* CSS for history.php */


#history_main {
	clear: both;
	float:left;
	width:49em;
	padding: .5em .5em .5em .5em;
	}

	#history_main p {
		padding: .3em;
		color: #000000;
		font: .8em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		text-align:justify;
		}

#histleftimg{
	float: left;
	width: 8em;
	height: 12em;
	margin: 0.3em 0.4em 0.3em 0.5em;
	border: 1px solid #545454;
	background:url(../img/cecil.gif) no-repeat center;
	}
	
#histrightimg {
	float:right;
	width:10em;
	height:5.25em;
	padding:0.5em;
	}
	
	
