/* CSS Document */
#history h1{
	white-space: normal;
}
#history .history_holder{
	width: 746px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-left-color: #3399FF;
	background-color: #FFFFFF;
	height: 600px;
	margin-top: 0px;
}
#history .text{
	height: 100%;
	width: 100%;
	padding-top: 20px;
}
