/* CSS Document */
#wrapper1 {
	background-image: url(../img_layout/bg_mid_tile.jpg);
	background-repeat: repeat-y;
	float: left;
	
}

#wrapper2 {
	background-image: url(../img_layout/bg_top_clips.jpg);
	background-repeat: no-repeat;
	float: left;
	
}

#foot {
	background-image: url(../img_layout/bg_border_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	
}
#masthead {
	background-image: url(../img_layout/title.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 680px;
	background-position: 50px top;
	
}

#contInfo p {
	padding-top: 10px;
}

#content h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #652706;
	color: #652706;
	margin-right: 400px;
	letter-spacing: normal;
	margin-top: 0px;
}

#reelClips h3 {
	text-align: right;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #5A5A5A;
	margin-bottom: 25px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5A5A5A;
	letter-spacing: 0.1em;
	line-height: 16px;
	font-weight: bold;
	margin-top: 8px;
}

#content div.clipRow {
	clear: both;
	width: 580px;
	margin-left: 20px;
}
#content div.clip {
	float: left;
	width: 290px;
	text-align: center;
	margin-bottom: 10px;
}

#content div.clip p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5A5A5A;
	letter-spacing: 0.1em;
	line-height: 16px;
	font-weight: bold;
}
#reelClips {
	padding-bottom: 30px;
	float: left;
	min-height: 495px
}
img.imgLink {
	text-decoration: none;
	border: none;
}
#nav {
	margin-top: 38px;
}
#reelClips ul {
	list-style-type: none;
}
#reelClips ul li {
	display: inline;
	margin-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5A5A5A;
	letter-spacing: .1em;
	font-weight: bold;
}
#reelClips ul li a {
	font-weight: normal;
}
