@import "footer.css";

body,
html {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica;
}

h2{font-size:13px; font-weight:bold;}

#wrapper {padding:0 14px 0 15px;}

#videoContainer {
	width:636px;
	height:358px;
	border:1px solid #999999;
}
#videoContainer #flashvideo {
	border:1px solid #FFF;
	width:634px;
	height:356px;
	background:#000;
}
#videoSub{
	color:#7e7e7e;
	font-size:10px;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #434343;
}
#videodescription {
	color:#434343;
	font-size:12px;
	padding:0 0 20px 0;
	
}

#footervideo {
	position:absolute;
	width:630px;
	bottom:0;
	border-top:1px dotted #434343;
}
#footerContent {
	width:100%;
	background:none;
}
#footerContent ul {
	padding:0 18px 0 0;
}
#footerContent a{
	color:#3f3f3e;
}