div.heading-h1 {
	background: url(../../images/event_bg_01.png) no-repeat;
	position: absolute;
	top: 207px;
	width: 900px;
}

div.event-wrapper {
	margin-top: 120px;
	padding-bottom: 50px;
}

div.event {
	background: url(../../images/event_bg_03.png) repeat-y 25px;
	padding: 0 0 0 25px;
	margin-top: 30px;
	min-height: 130px;
}

div.event div.text {
	background: url(../../images/event_bg_04.png);
;
	width: 260px;
	float: left;
}

div.event div.text p {
	background: url(../../images/event_bg_02.png) no-repeat;
	min-height: 65px;
	color: #ffffff;
	padding: 20px 20px 30px 10px;
}

div.event div.img {
	margin-left: 270px;
	zoom: 1;
}

