/*VIDEO STYLES*/
body {
	background-color: #706A64;
	margin: 0;
	padding: 0;
	border: 0;
}

#videofeatures {
	background-image: url(feature_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 60px;
	width: 470px;
	margin: 5px auto;
	border: 0px none;
}

#videofeatures h1{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #601700;
	padding: 17px 0px 0px;
	text-align: center;
	margin: 0px;
}

#videofeatures img{
padding: 17px 0px 0px;
}

#videomotivation {
	background-image: url(motivation_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 60px;
	width: 470px;
	margin: 5px auto;
	border: 0px none;
}

#videomotivation h1{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #001982;
	padding: 17px 0px 0px;
	text-align: center;
	margin: 0px;
}

#videomotivation img{
padding: 17px 0px 0px;
}

#videoweekly {
	background-image: url(weekly_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 60px;
	width: 470px;
	margin: 5px auto;
	border: 0px none;
}

#videoweekly h1{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4D8000;
	padding: 17px 0px 0px;
	text-align: center;
	margin: 0px;
}

#videoweekly img{
padding: 17px 0px 0px;
}

#qtplayer embed {
padding: 7px;
margin: 10px;
background-color: #ffffff;
border: 1px solid #A10101;
}

