#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	}
 
.accordionButton {	
	width: 750px;
	float: left;
	border: 1px solid #F1F1EE;
	padding: 0 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #036;
	background: url(../01_images/backgrounds/accordion-back.jpg) left repeat-x;
	}
 
.accordionContent {	
	width: 770px;
	float: left;
	display: none;
	}

.history-item-left,
.history-item-right {
	float: left;
	width: 375px;
	padding:5px 5px 5px 0;
}

.history-item-right {
	padding:5px 0 5px 5px;
}

.history-item-right-wide {
	float: left;
	width: 375px;
	padding:5px 0 5px 5px;
}

.history-item-right-wide img {
	float: left;
	padding: 0 10px 10px 0;
}

.history-thumb {
	width: 185px;
	padding-right: 10px;
	float: left;
}

.history-thumb img {
	margin-bottom: 5px;
}

.history-data {
	float: left;
	width: 180px;
}

.history-data a,
.history-item-right-wide a {
	color: #c00;
	font-weight: bold;
}

#right .history-data h2{
	margin: 0;
	padding: 0;
	color: #0074BA;
	font-size: 14px;
}