#filmstrip {
	float: left;
	background-color: #EFF4F9;
	color: #EFF4F9;
}

#intro {
	color: #393c3e;
	font-size: 11px;
	text-align: left;
	margin-right: 5px;
	width: 379px;
}

#callout {
	color: #393c3e;
	font-size: 11px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	list-style-type: square;
	list-style-position: inside;
}

#callout ul {
	font-size: 11px;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}


#centerColumnWrap {
	float: left;
	width: 379px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#rightColumnWrap {
	float: right;
	width: 252px;
	padding: 0px;
	margin: 0px;
	border: none;
}

