#mainContent {
	
}

#componentLineup {
	float: right;
}
#componentLineup img {
	display: block;
}
#componentLineup2 {
	margin-bottom: 10px;
}
#movieWrapper {
	float: right;
	margin-left: 10px;
	border: 1px solid #fff;
}
#movieWrapper object {
	display: block;
}
#featureBlock {
	width: 470px;
	margin-bottom: 20px;
}
#featureHeadline {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
.featureWrapper {
	padding: 3px;
	margin-bottom: 3px;
}
.featureTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 3px 3px 3px 24px;
	cursor: default;
	margin-bottom: 3px;
	border: 1px solid #999;
	background-image: url(/images/icons/information.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.featureContent {
	overflow: hidden;
}
.featureImage {
	float: left;
	margin-right: 3px;
}
.featureImage img {
	display: block;
}

#bottomRight {
	width: 250px; 
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

/* override some css attributes for the shadow classes. There is a
 * peekabo bug in IE7 that these tweaks are intended to avoid
 */
.shadow_outer {
	margin: 0 3px 0 0;
	padding: 0 6px 6px 0;
}
.shadow_inner {
	position: static;
	margin: 0;
	padding: 3px;
}

