html{
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	outline:none;
}
.clear{
	clear:both;
}
#all{
	margin:auto;
	width:700px;
}
#header{
	width:100%;
	float:left;
}

#logo{
	margin:auto; 
	width:300px;
}

#main_content{
	float:left;
	width:100%;
}

#footer{
	width:100%;
	float:left;
}

#contact{
	margin:auto; 
	width:100px;
}
.video_list{
	float:left;
	padding-right:25px;
	padding-bottom:30px;
}

.full_vid{
	float:left;
	width:700px;
}

.form_spacing{
	width:330px;	
}
.form{
	width:300px;
	border:none;
	background:#A7A9AC;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	outline:none;
}

.form_single{
	height:20px;
	color:#FFF;
}

.form_comment{
	height:140px;
}
.form_button{
	padding:10px;
}
.description{
	font-family:"Courier New", Courier, monospace;
	width:100%;
	height:200px;
	overflow:visible;
	overflow-y: hidden;
	border:none;
}