body.play_event_calendar div#content {
	background-image:		url(/images/play_event_calendar/background.jpg);
	background-repeat: 		no-repeat;
	min-height: 			583px;
	_height: 				583px;
	position: relative;
}

#content p,
#content ul {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	}

#content a {
	color: #000000;
	}

	#content a:hover {
		text-decoration: none;
		}

#content #inner {
	position: absolute;
	left: 66px;
	top: 110px;
	width: 520px;
	height: 420px;
	}

#content #lookforus {
	position: absolute;
	right: 90px;
	top: 110px;
	width: 270px;
	height: 190px;
	overflow: hidden;
	}

#content #sponsorshiprequest {
	position: absolute;
	right: 87px;
	top: 319px;
	width: 270px;
	height: 160px;
	overflow: hidden;
	}

#content #green-event {
	position: absolute;
	right: 93px;
	top: 490px;
	width: 270px;
	height: 160px;
	overflow: hidden;
	}

#content #green-event a:hover {
	text-decoration: underline;
	}

#content .scroller {
	height: 360px;
	overflow: auto;
	padding-right: 10px;
	margin-top: 20px;
	}
	
	
	#content .scroller table {
		width: 100%;
		}
		
		#content .scroller th,
		#content .scroller td {
			vertical-align: top;
			}
		
		#content .scroller td p {
			margin-top: 5px;
			font-size: 1em;
			}
		
		#content .scroller th {
			height: 20px;
			}
		
			#content .scroller th.what {
				background: url(/images/play_event_calendar/tableheading_what.gif) no-repeat;
				width: 65%;
				}
			
			#content .scroller th.when {
				background: url(/images/play_event_calendar/tableheading_when.gif) no-repeat;
				}
			
			#content .scroller th.where {
				background: url(/images/play_event_calendar/tableheading_where.gif) no-repeat;
				}
		
		#content .scroller td {
			font-size: 1.1em;
			padding: 4px 4px 4px 0;
			}
		
		#content .scroller td.what {
			font-weight: bold;
			}
			
			#content .scroller td.what p {
				font-weight: normal;
				color: #8C6239;
				}
	
	#content .scroller p {
		line-height: 1.5em;
		}

/* Related Items
******************************************/

div#relatedContent div.relatedItem p.stub {
	width: 295px;
	}

div#relatedContent div.relatedItem img.bigger {
	position: absolute;
	left: -70px;
	top: -50px;
	z-index: 100;
	}