#LeftCol{
	background:#fff url(../images/bg-left-col.jpg) repeat-x scroll left top;
}

/* Select Series Area */
h1{
	float:left;
}
.SelectSeriesArea{
	float:right;
	width:205px;
	margin:14px 0 0 0
}
.SelectSeriesArea .Title{
	font-size:19px;
	text-transform:uppercase;
	float:left
}
.SelectSeriesArea #Series{
	font-size:12px;
	float:right
}
.SelectSeriesArea #Series option{
	float:left
}

/*Episode Recipe List*/
.Episodes .Episode{
	margin:10px 0 14px 0;
	padding:15px 0 16px 0;
	background:#fafcfc
}
.EpisodeTitle{
	color:#595856;
	text-transform:uppercase;
	font-size:12px;
	float:left;
	display:block;
}
.EpisodeHost{
	display:inline-block;
	margin:0 0 0 13px;
	color:#831518;
	font-size:12px;
	text-transform:uppercase;
}
.EpisodeTitle, .EpisodeHost {
	float: none;
	display: inline-block;
}
.HostPhoto{
	background:url(../images/bg-avatar-rectangle.jpg) left top no-repeat;
	padding:2px 4px 4px 2px;
	margin:2px 0 0 -2px;	
	display:block;
	float:none
}
.HostPhoto, .MenuCourses {
	float: left;
}
.MenuCourses{
	width:400px;
	margin:-122px 0 0 0;
	*margin:-137px 0 0 0;
	padding-left: 20px;	
	float:right
}
.MenuCourses .Course{
	color:#494949;
	display:block;
	margin:0;
	padding:5px 0 0 0;
	height: auto;
	clear: both;
	width: auto;
}
.MenuCourses .Course .Thumbnail{
	display:block;
	float:left;
	border:none; 
	margin:-2px 10px 0 0;
	*margin:-2px 10px -4px 0;
}
.LeftSection{
	float:left
}
