@charset "utf-8";
/* CSS Document */
#ColumnLeft{
	position:absolute;
	left:55px;
	top:25px;
	width: 440px;
	margin:0px;
}
#ColumnRight{
	position:absolute;
	left:530px;
	top:56px;
	width: 445px;
}
#VideosFrame{
	position:relative;
	color: #ffa90b;
	font-size: 24px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
.VideoInfoFrame{
	position:relative;
	margin-top:40px;
	width:445px;
	height:140px;
	overflow:hidden;
}
#TopVideoInfoFrame{
	margin-top:20px;
}
.Video:hover{
	opacity:0.8
}
.InfoFrame{
	position:absolute;
	bottom:0px;
	left:186px;
	font-size: 10px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#fff;
}
#RightInfoFrame{
	width:155px;
}
.YellowTitle{
	color: #ffa90b;
	font-size: 12px;
}
.VideoLink{
	color: #ffa90b;
	text-decoration:none;
	font-size:10px;
}
.VideoLink:hover{
	text-decoration:underline;
}
#MenuFrameTwo{
	position:relative;
	top:830px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:570px;
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	font-size: 14px;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}