@import url(http://fonts.googleapis.com/css?family=Boogaloo);

#pageContainer {
	width: 960px;
	margin: 20px auto 0 auto;
}

#topBanner {
	width: 100%;
	height: 100px;
	background-color: #f9c712;
	border-bottom: #931b1d 3px solid;
	margin-bottom: 20px;
}

#topBanner a.groovy-image {
	float: right;
	margin: 10px 50px 0 0;
}

#topBanner a:link {
	text-decoration: none;
}

#topBanner a.groovy-link h2 {
	font-family: Boogaloo, Verdana;
	font-size: 260%;
	font-weight: normal;
	float: right;
	margin: 30px 30px 0 0;
	text-decoration: none;
	color: #931b1d;
}

#topSubPage {
	width: 960px;
	height: 400px;
}

#topSubLeft {
	height: 400px;
	width: 490px;
	float: left;
	background: url(images/dmhokids_logo.png) bottom center no-repeat;
}

#topSubLeft h1 {
	display: none;
}

#topSubLeftTop {
	background: url(images/video_back.png) top right no-repeat;
	width: 273px;
	height: 83px;
	float: right;
	margin-top: 40px;
	margin-right: -10px;
}

#topSubLeftBottom {
	background: url(images/sample_back.png) top right no-repeat;
	width: 417px;
	height: 117px;
	float: left;
	margin: 1px 0 0 70px;
}

#topSubLeftBottom img {
	width: 120px;
}

#audioPlayer {
	margin: 20px 0 0 150px;
}
#topSubRight {
	height: 400px;
	width: 470px;
	float: right;
	background: url(images/stage_back.png) bottom center no-repeat;
}

#promoVideo {
	width: 400px;
	margin: 33px 0 0 35px;
	border: #1089c7 2px solid;
}

#bottomSubPage {
	width: 960px;
}

#bottomSubLeft {
/*	height: 368px;*/
	width: 470px;
	float: left;
	margin: 25px 0;
}

#bottomSubRight {
/*	height: 368px;*/
	width: 470px;
	float: right;
	margin: 85px 0 0 0;
}

#bottomSubRight p {
	margin: 10px;
}

.bottomInfo {
	padding: 10px;
/*	background-color: #fff;
	border: #1089C7 2px solid;*/
}

#bottomSubRight img {
	margin: 0 auto;
	display: block;
}

#bottomSubRight img.logo {
	margin: 5px auto 2px auto;
	}

#photo {
	float: left;
	margin-top: -10px;
	margin-left: 20px;
}

#photo img {
	width: 187px;	
}

#moreVideos {
	background: url(images/moreVideos_back.png) 0 0 no-repeat;
	width: 273px;
	height: 83px;
	margin-top: 82px;
	margin-left: 111px;
	font-size: 0.9em;
	color: #ffffff;
	padding: 0px 0 0 27px;
	font-family: 'Boogaloo', cursive;
}

#moreVideos h3 {
	color: #FBD354;
	font-size: 2em;
	font-weight: normal;
}

#moreVideos p {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1px;
	margin-left: 3px;
}

#moreVideos a:link {
	text-decoration: none;
	color: #ffffff;
}

#moreVideos a:visited {
	color: #7AD1F3;
}

#moreVideos a:hover {
	color: #EC1C24;
	border-bottom: none;	
}

#moreVideos a:active {
	color: #EC1C24;
}

