.historyWrap {
	width: 678px;
	height: 688px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.historyContent {
	width: 616px;
	height: 686px;
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #F0EDC9;
	background-image: url(../images/content-bkgnd.png);
}


.historyRow {
	width: 616px;
	height: 650px;

}


.historyContainer {

	top: 20px;
	width: 616px;
	height: 350px;

}

.historyText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: justify;
  	text-indent: 20px;
  	margin: 0 auto;
  	padding: 0px, 20px, 20px, 20px;
}


.scrollHistory{
	position: relative;
	top: 25px;
	height: 640px;
    overflow-y:auto; 
    display:inline-block;
    padding-right: 20px;
}


.dividerHistory-Top {

	position: relative;
	top: 25px;
  	margin: 0 auto;
	width: 100%;
	line-height: 1px;
	border-top: 1px solid #F0EDC9;
}

.dividerHistory-Bottom {

	position: relative;
	top: 20px;
  	margin: 0 auto;
	width: 100%;
	line-height: 1px;
	border-top: 1px solid #F0EDC9;
}