@charset "utf-8";

#banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#banner {
	position: relative;
	float: left;
}

#ads {
	position: relative;
	float: left;
}

#video_content #ads img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#videos {
	position: relative;
	float: left;
	margin: 5px 5px 0px 0px;
	width: 430px;
}

.testimonial {
	background-color: #FFFF99;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 0px 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	width: 390px;
}
.testimonial h1 {
	font-size: medium;
	margin-bottom: 0px;
}
.testimonial p {
}

.testimonial p .emphasis {
	font-weight: bold;
}
