

body {
	margin: 0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background: #fff;
}

#site {
	
}

img {
	border:none;
}

#ticketing {
	padding:10px 0 0 0;
	margin:0;
}

#teasers {
	
	border-top: 1px solid #e0ecf3;
	margin:10px 0 0 0;
	padding:20px 0 0 0;
	
}

#teasers .teaser {
	float:left;
	width:250px;
	height:70px;
	background:#e0ecf3;
	color:#666;
	margin:0 20px 0 0;
	cursor:pointer;
	overflow:hidden;
}

#teasers .teaser img {
	float:left;
}

#teasers .teaser .text {
	width:130px;
	float:left;
	padding:12px 10px 15px 10px;
	height:33px;
	overflow:hidden;
}

#teasers .teaser .text h2 {
	color:#006699;
	font-size:11px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
}

#teasers .teaser .text h2 a {
	color:#006699;
	text-decoration:none;
}

#teasers .teaser .text p {
	padding:0;
	margin:0;
}


