
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#e7e7e7;
	background-image:none;

}

#event_header{
	width:980px;
	margin:0 auto;
	height:85px;
	padding-top:15px;
}


#event_header .logo{
	float: left; width: 420px; height: 71px;	   text-align:left;

}
#event_header .roll{
	padding: 0px 50px 0px 10px;
	float: left; 
	background-image: url(/images/bookonline_img.png); 
	width: 498px; color: #ffffff; 
	line-height: 71px; 
	height: 71px;
}

#eventsleft, #eventsright{
	float:left;
}
#eventsleft{
	width:689px;
	margin-right:15px;
}
#eventsright{
	width:276px;
}
.events_adrotator{
	margin-bottom:10px;
}

.events_list{
	width:669px;
	text-align:left;
	padding:0px 10px;
	background: url(../images/events_listbg.gif) #fff no-repeat top left;
}

.item{
	width:275px;
	background:url(/images/events_testibg.gif) #fff no-repeat top left;
	}
.item >p{
	padding:0px 10px;
}

.heading{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	line-height:33px;
	padding-left:10px;
}




