/*
# Footer Brown (text): #6a564e
# Green (h3) #3e861d
# Brown (h3) #5b4639
# Grey  (p): #333333

# Content Border Color : #6e5d4f
*/

#content_videos {
min-width: 960px;
background:url(../../common/img/bg_content.jpg) repeat-x;
border-top: 1px solid #342820;
}
    #tier_left_videos {
	width: 940px;
	height: 350px;
	margin: 15px 0;
	border-bottom: 1px solid #6e5d4f;
	}
		#video {
		width: 350px;
		float: left;
		display: inline;
		}

		#description_video {
		width: 550px;
		float: right;
		display: inline;
		}
			#description_video h3 {color:#5b4639;}
			#description_video p {color:#333333; font-size: 12px; margin: 20px 0 0 0; line-height:15px; padding:0 20px 0 50px;}

