/*Start Tutorial CSS - Ignore*/

body {
	background-image: none;
	background-color: #ABBCC3;
}

img {
	border:none;
}

#wrapper {
	position:relative;
	width:1200px;
	height:800px;
	top:5px;
	left:5px;
	margin-top:0px;
	margin-left:0px;
	
}

#header {
	display:block;
	position:relative;
	width:895px;
	height:213px;
	background:url(../images/header.png) no-repeat;
}
#menu {
	float: left;
}

#videoswrap {
	position:absolute;
	height:800px;
	top: 202px;
	left: 371px;
}

#footer {
	position:relative;
	width:895px;
	height:80px;
	padding-top:30px;

}

#links, #videos {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: -20px;
	top: -183px;
	width: 800px;
	float: left;
	height: 525px;
	background-image: url(fh_images/black60bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	border: thin solid #CCCCCC;
}

#links li {
	float:left;
	margin-left:70px;
}

#videos li {
	float:left;
	margin-left:10px;
	list-style-image: none;
	text-align: center;
}

#fancy_div {
	background:url(../images/video_bg.png) no-repeat;
}

/*End Tutorial CSS - Ignore*/

