@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	height: 1000px;
}
#MainPresentation {
	float: left;
	height: auto;
	width: 540px;
	margin-bottom: 30px;
}
#MainPresentation p {
	font-size: 11px;
	color: #00287a;
	font-family: Arial, Helvetica, sans-serif;
}



#Recommended {
	float: right;
	position: relative;
	width: 260px;
	height: 383px;
	display: inline;
	margin-bottom: 30px;
}
#RecommendedList {
	margin-left: 20px;
	background-color: #e5e9f1;
	height: 383px;
}
#container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #b90054;
	margin: 0;
	margin-bottom: 10px;
}
#RecommendedList h2 {
	margin-left: 10px;
	padding-top: 10px;
}


#VideoList {
	clear: both;
	width: 800px;
	position: relative;
	height: 500px;
}
