#abouthold {
	width:1025px;
	height:160px;
	margin:auto;
	}
	
#abouttitle {
	background-image:url(../images/aboutthem.jpg);
	width:182px;
	height:36px;
	background-repeat:no-repeat;
	}
#abouttext {
	width:491px;
	height:100%;
	font-family:arial, helvetica;
	font-size:0.85em;
	color:white;
	padding-left:8px;
	padding-top:10px;
	}
	
#homebg {
	width:1059px;
	height:622px;
	background-image:url(../images/homebg.jpg);
	background-repeat:no-repeat;
}

#moviearea {
	width:659px;
	height:570px;
	padding-top:23px;
	float:left;
	}
	
#movie {
	width:650px;
	height:417px;
	background-color:black;
	margin-left:26px;
	}
	
#movielist {
	width:170px;
	height:415px;
	background-color:white;
	float:right;
	border:solid black 1px;
	overflow:scroll;
	}

.clipListTitle a {
	color:#000000;
	font-size:.8em;
}

.clipListTitle {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #000000;
}

.selectedClip {
	font-weight:bold;
}
	
#cliptitle {
	width:650px;
	height:30px;
	font-family:arial, helvetica;
	font-size:2.0em;
	border-bottom: solid 3px #8499a5;
	margin-left:26px;
	font-weight:bold;
	}
	
#clipdesc {
	width:650px;
	font-family:arial, helvetica;
	font-size:0.90em;
	margin-left:26px;
	padding-top:5px;
	}

#comm {
	width:650px;
	font-family:arial, helvetica;
	font-size:0.90em;
	margin-left:26px;
	color:#1086ff;
	margin-top:5px;
	}
	
#dividehouse {
	height:540px;
	width:4px;
	border-right:2px solid #8499a5;
	float:left;
	margin-top:24px;
	margin-left:37px;
	}
	
#socialarea {
	height:570px;
	width:303px;
	float:left;
	margin-left:26px;
	margin-top:23px;
	}
	
#contbox {
	width:280px;
	height:40px;
	background-image:url(../images/contbox.jpg);
	background-repeat:no-repeat;
	margin-top:-5px;
	margin-left:-5px;
	}
	
#formholder {
	width:100%;
	margin-left:17px;
	}
	
/* This is the form styling*/

#name input {
	font-family:arial, helvetica;
	background: transparent url(../images/namebox.jpg) no-repeat scroll 0px 10px;
	border:none;
	font-size:1.0em;
	color:#444444;
	width:283px;
	height:37px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}

#email input {
	font-family:arial, helvetica;
	background: transparent url(../images/mailbox.jpg) no-repeat scroll 0px 10px;
	border:none;
	font-size:1.0em;
	color:#444444;
	width:283px;
	height:37px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}

#phone input {
	font-family:arial, helvetica;
	background: transparent url(../images/phonebox.jpg) no-repeat scroll 0px 10px;
	border:none;
	font-size:1.0em;
	color:#444444;
	width:283px;
	height:37px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}

#comments textarea {
	font-family:arial, helvetica;
	background: transparent url(../images/commentbox.jpg) no-repeat scroll 0px 10px;
	border:none;
	font-size:10px;
	color:#444444;
	width:283px;
	height:66px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:13px;
}

.button {
	color: #fff;
 	font-size: 0;
 	width: 122px;
 	height: 45px;
 	border: none;
 	background: #14a6f2 url(../images/submitbutton.jpg) 0 0 no-repeat;
	margin-left:160px;
	}
/* end form styling */

#divider {
	width:299px;
	height:2px;
	border-bottom:2px solid #8499a5;
	padding-top:10px;
	}

#socialholder {
	width:100%;
	margin-left:17px;
	}
	
#soctitle {
	width:280px;
	height:32px;
	background-image:url(../images/getsocial.jpg);
	background-repeat:no-repeat;
	margin-top:12px;
	margin-left:-15px;
	}
	
#iconholder {
	width:240px;
	height:60px;
	padding-top:12px;
	}
	
#fb {
	width:60px;
	height:60px;
	background-image:url(../images/fb.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#ms {
	width:60px;
	height:60px;
	background-image:url(../images/MS.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#twit {
	width:60px;
	height:60px;
	background-image:url(../images/twit.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#rss {
	width:60px;
	height:60px;
	background-image:url(../images/rss.jpg);
	background-repeat:no-repeat;
	float:left;
	}
