/* CSS Document */
#wrapper #mainHistory	{
	display: block;
	width: 900px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #21180E;
	font-size: 15px;
	background-color: #F5F5F5;
	border-width: 10px;
	border-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #5D5D5D;
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #mainHistory #mainText	{
	display: block;
	width: 660px;
	height: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	float: left;
}
#wrapper #mainHistory #mainText a	{
	color: #4A4A4A;
	text-decoration: underline;
}
#wrapper #mainHistory #mainText a:hover	{
	color: #4A4A4A;
	text-decoration: none;
}
#wrapper #mainHistory #picRight	{
	display: block;
	width: 180px;
	height: 135px;
	padding: 10px;
	border: 2px solid #999;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}
#wrapper #mainHistory #text2	{
	display: block;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-top: 45px;
	float: left;
}
#wrapper #mainHistory #pic2	{
	display: block;
	width: 152px;
	height: 217px;
	padding: 10px;
	border: 2px solid #999;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
#wrapper #footer	{
	display: block;
	width: 1050px;
	height: 55px;
	margin-top: 5px;
	background-image: url(../../images/footer/footer.png);
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 12px;
	color: #595959;
}
#wrapper #footer #txt1	{
	display: block;
	width: 560px;
	height: 20px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt3	{
	display: block;
	width: 270px;
	height: 20px;
	margin-left: 55px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt2	{
	display: block;
	width: 70px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
}
