.box_holder {	height:auto; width:100%; margin:15px 0; }

.box_topLeft {
	background:url(images/bg-container-left.gif) no-repeat top left;
	height:39px;
}

.box_topRight {
	background:url(images/bg-container-right.gif) no-repeat top right;
	height:39px;
}

.box_topMiddle {
	background:url(images/bg-container-mid.gif) repeat-x top left;
	height:39px;
	margin:0 6px;
}


.box_topMiddle h1 {
	color:#4f4f4f;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 10px;
}

h1.videoTitle {
	background:url(images/icons.png) no-repeat left 8px;
	padding-left:28px;
	margin-left:15px;
	float:left;
}

.watchYouTubeLink {
	float:right;
	margin-top:11px;
	background:url(images/icons.png) no-repeat right -69px;
	padding-right:33px;
	height:15px;
}

.watchYouTubeLink a {
	color:#575757 !important;
}

.watchYouTubeLink a:hover {
	color:#700b0b !important;
}

h1.quoteTitle {
	background:url(images/icons.png) no-repeat left -44px;
	padding-left:32px;
	padding-top:3px;
	padding-bottom:12px;
	margin-top:7px;
	margin-left:15px;
	height:10px;
	border:0px solid red;
	float:left;
}

.quoteHolder {
	background:url(images/quotes-top.png) no-repeat left top;
	padding-left:20px;
}

.quoteContent {
	background:url(images/quotes-bot.png) no-repeat right bottom;
	font-size:14px !important;
	font-style:italic;
	padding-right:10px;
}

.quoteContent p {
	font-size:14px !important;
	font-style:italic;
	line-height:20px !important;
}

.box_Middle {
	background:#fff;
	min-height:100%;
 	margin:0;
	border-right:1px solid silver;
	border-left:1px solid silver;
}

.box_Middle h1 {
	font-size:18px;
}

.box_Middle p {
	line-height:17px;
	padding:5px 0 5px 0;
}

.box_botLeft {
	background:url(images/bg-container-bot.gif) no-repeat bottom left;
	height:6px;
}

.box_botRight {
	background:url(images/bg-container-bot.gif) no-repeat bottom right;
	height:6px;
}

.box_botMiddle {
	background:#fff;
	border-bottom:1px solid silver;
	height:5px;
	margin:0 6px;
}

.containerContHolder {
	padding:10px 20px;
}
