#main_title {
	color: #826641;
	margin-bottom: 23px;
	font-size: 35px;
	margin-bottom: 40px;
}

article .text {
	font-size: 13px;
	font-family: Arial;
	line-height: 19px;
	padding-right: 20px;
}

article h1 {
	color: #cf641d;
	font-size: 14px;
	
	padding-top: 3px;
	background-image: url("/public/css/images/history_h1_bg.gif");
	background-repeat: no-repeat;
	padding-left: 12px;
	border-bottom: 1px solid #826641;
	background-position: center left;
	margin-bottom: 5px;
}

article .content
{
	font-size: 13px;
	font-family: Arial;
	line-height: 19px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#history {
	background-image: url("/public/css/images/history_bg.gif");
	background-position: center center;
	background-repeat: repeat-y;
	width: 743px;
}
.clear {
	clear: both;
}

.year span{
	background-color: #cf641d;
	color: white;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	width: 50px;
	text-align: center;
	padding: 3px 0px 0px 0px;
}

.year {
	background-image: url("/public/css/images/year_bg.gif");
	background-repeat: repeat-x;
	background-position: center center;
}

.history_point.left .year {
	position: absolute;
	right: -65px;
	padding-left: 14px;
}

.history_point.right .year {
	position: absolute;
	left: -65px;
	padding-right: 14px;
}

.history_point .image
{
	position: relative;
	left: -16px;
	width: 310px;
	overflow: hidden;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	height: 140px;
}

.history_point .image img
{
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}

.history_point
{
	width: 280px;
	border: 1px solid #cf641d;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	position: relative;
	top: -31px;
	padding: 5px 14px 0px 16px;
	
	margin-bottom: 15px;
}

.history_point.left {
	float: left;
	margin-left: 20px;
	clear: left;
}

.history_point.right {
	float: right;
	margin-right: 20px;
	position: relative;
	top: 20px;
	clear: right;
	margin-bottom: 30px;
}