html, body, header, section, footer, div, img, nav, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background-color: #417282;
	background-image: repeating-linear-gradient(225deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 30px, transparent 0, transparent 60px);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}

.spacer10 {
	height: 10px;
}

.spacer20 {
	height: 20px;
}

.spacer30 {
	height: 30px;
}

.spacer40 {
	height: 40px;
}

.spacer50 {
	height: 50px;
}

.spacer60 {
	height: 60px;
}

.spacer80 {
	height: 80px;
}

.container_wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1024px;
}


header {
	position: relative;
	background-color: #EFC58B;
}

.date {
	position: absolute;
	top: 65%;
	left: 70%;
	color: #9D5B1F;
	font-weight: bold;
}


.harmony_logo {
	background-image: linear-gradient(180deg, transparent 34px, #FF6622 0, #FF6622 35px, transparent 0, transparent 44px, #FF6622 0, #FF6622 45px, transparent 0, transparent 54px, #FF6622 0, #FF6622 55px, transparent 0, transparent 64px, #FF6622 0, #FF6622 65px, transparent 0, transparent 74px, #FF6622 0, #FF6622 75px, transparent 0);
	position: relative;
	top: 0;
	left: 20px;
	width: 225px;
	height: 100px;
	cursor: pointer;

	-webkit-transition: width 3s;
	transition: width 3s;
}

.harmony_logo:hover {
	width: 90%;
}

.harmony_logo_img {
	border: none;
}

nav {
	position: relative;
	width: 100%;
	text-align: center;
}

nav .ul_nav {
	background-color: #9D5B1F;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
}

nav .ul_nav li {
	display: inline-block;
	background-color: #9D5B1F;
	padding: 0.8em 0 0.8em 0;
	margin: 0 0 0 0;
	width: 13.95%;
	text-align: center;
}

nav .ul_nav li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

nav .ul_nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

nav .ul_nav li a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

nav .ul_nav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.image_message {
	position: absolute;
	color: #FF0000;
	font-weight: bold;
	font-size: 4em;
	margin: 3% 0 0 76%;

}

.image_container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 740px;
	overflow: hidden;
}

.image_container2 {
	position: relative;
	background-color: #cfbd8d;
	width: 100%;
	height: 576px;
}

.home_movie_wrapper {
	position: absolute;
	width: 640px;
	height: 424px;

	-webkit-animation-name: moving_video;
    -webkit-animation-duration: 70s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	
	-moz-animation-name: moving_video;
    -moz-animation-duration: 70s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	
	animation-name: moving_video;
    animation-duration: 70s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
	animation-fill-mode: forwards;
}

@-webkit-keyframes moving_video {
	0% {left:0px; top:75px;}
	100% {left:383px; top:75px;}
}

@-moz-keyframes moving_video {
	0% {left:0px; top:75px;}
	100% {left:383px; top:75px;}
}

@keyframes moving_video {
	0% {left:0px; top:75px;}
	100% {left:383px; top:75px;}
}

.video_buttons {
	margin: 53em 0 0 0;
	text-align: center;
}

.video_buttons button {
	background-color: #9D5B1F;
	color: #FFFFFF;
	cursor: pointer;
	width: 120px;
}


.image_container img {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.no_show_hide_keyboard {
	background-color: #9D5B1F;
	color: #9D5B1F;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 3.0em;
}

.show_hide_keyboard {
	background-color: #9D5B1F;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 3.0em;
	cursor: pointer;
}

.piano_keyboard_wrapper {
	display: none;
	height: 260px;
}

.piano_keyboard_wrapper ul {
	position: relative;
	width: 840px;
	margin: 0 auto 0 auto;
	list-style: none;
}

.piano_keyboard_wrapper li {
	background-color: #EEEEEE;
	position: absolute;
	width: 58px;
	height: 236px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-radius: 0 0 5px 5px;
}



.piano_keyboard_wrapper li:first-child:hover {
	background-color: #ffaaaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(2):hover {
	background-color: #ffcbaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(3):hover {
	background-color: #ffefaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(4):hover {
	background-color: #c7ffaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(5):hover {
	background-color: #aaceff;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(6):hover {
	background-color: #b6aaff;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(7):hover {
	background-color: #e6aaff;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(8):hover {
	background-color: #ffaaaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(9):hover {
	background-color: #ffcbaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(10):hover {
	background-color: #ffefaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(11):hover {
	background-color: #c7ffaa;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(12):hover {
	background-color: #aaceff;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(13):hover {
	background-color: #b6aaff;
	cursor: pointer;
}


.piano_keyboard_wrapper li:nth-child(14):hover {
	background-color: #e6aaff;
	cursor: pointer;
}



.piano_keyboard_wrapper li:first-child {
	left: 0;
}

.piano_keyboard_wrapper li:nth-child(2) {
	left: 61px;
}

.piano_keyboard_wrapper li:nth-child(3) {
	left: 122px;
}

.piano_keyboard_wrapper li:nth-child(4) {
	left: 183px;
}

.piano_keyboard_wrapper li:nth-child(5) {
	left: 244px;
}

.piano_keyboard_wrapper li:nth-child(6) {
	left: 305px;
}

.piano_keyboard_wrapper li:nth-child(7) {
	left: 366px;
}

.piano_keyboard_wrapper li:nth-child(8) {
	left: 427px;
}

.piano_keyboard_wrapper li:nth-child(9) {
	left: 488px;
}

.piano_keyboard_wrapper li:nth-child(10) {
	left: 549px;
}

.piano_keyboard_wrapper li:nth-child(11) {
	left: 610px;
}

.piano_keyboard_wrapper li:nth-child(12) {
	left: 671px;
}

.piano_keyboard_wrapper li:nth-child(13) {
	left: 732px;
}

.piano_keyboard_wrapper li:nth-child(14) {
	left: 793px;
}



.C1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.D1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.F1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.G1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.A1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}


.C2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.D2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.F2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.G2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}

.A2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.25em;
	z-index: 5;
	background-color: #222222;
	width: 35px;
	height: 145px;
	border-radius: 0 0 6px 6px;
}


.main_body {
	background-color: #EFC58B;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}

table {
	padding: 0;
	margin: 0;
	width: 100%;
}

td {
	vertical-align: top;
}

.pict_td {
	margin: 0;
	padding: 0;
	width: 247px;
}

.pict_td img {
	display: block;
	margin: 0;
	padding: 0;
	width: 247px;
	border: none;
}

.text_td {
	margin: 0 0 0 20px;
}

.main_heading {
	color: #FFFFFF;
	margin: 0;
	padding: 10px 0 0 40px;
	font-family: "Schoolbell", cursive;
	font-size: 2.5em;
}

.main_body_text {
	margin: 0 30px 0 40px;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.7em;
}

.main_body_text_link {
	color: #9D5B1F;
	font-weight: bold;
	text-decoration: none;
}

.main_body_text_email {
	color: #9D5B1F;
	text-decoration: none;
}

.italic_main_body_text {
	margin: 0 30px 0 40px;
	padding: 0;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.8em;
}

.course_title_text {
	color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.book_button {
	background-color: #9D5B1F;
	color: #FFFFFF;
	cursor: pointer;
	width: 290px;
}
		
.pdf_button {
	background-color: #9D5B1F;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	width: 180px;
}
		
.sumiu {
	color: #EFC58B;
}

form {
	margin: 0 0 0 40px;
}

form div {
	margin : 0 0 8px 0;
	font-size: 13px;
}

form label {
	display: block;
	clear: left;
	float: left;
	width: 230px;
	text-align: right;
	padding: 5px 5px 0 0;
}

form input[type="submit"], input[type="reset"] {
	background-color: #9D5B1F;
	color: #FFFFFF;
	width: 80px;
}


footer {
	background-color: #9D5B1F;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

.secondary_nav {
		color: #000000;
		margin: 0 auto 0 auto;
		text-align: center;
		font-size: 1.2em;
		/*font-weight: bold;*/
	}
	
		.secondary_nav a:link {
			color: #EFC58B;;
			text-decoration: none;
		}
		
		.secondary_nav a:visited {
			color: #EFC58B;;
			text-decoration: none;
		}
		
		.secondary_nav a:hover {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.secondary_nav a:active {
			color: #EFC58B;;
			text-decoration: none;
		}


footer div {
	width: 320px;
}

footer div .info {
	font-size: 1.4em;
}

footer .copyright {
	font-size: 1.2em;
}

.footer_email {
	display: inline-block;
	margin: 0 0 15px 0;
	color: #EFC58B;
}

.footer_email a:link {
	color: #EFC58B;
	text-decoration: none;
}

.footer_email a:visited {
	color: #EFC58B;
	text-decoration: none;
}

.footer_email a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_email a:active {
	color: #EFC58B;
	text-decoration: none;
}

.footer_phone {
	display: inline-block;
	margin: 0 0 15px 0;
	color: #EFC58B;
}


/* XXXXX Email Theme XXXXX */
.email {
	margin: 0 0 20px 0;
	font-size: 13px;
}
	.email a {
		color: #9D5B1F;
		text-decoration: none;
	}
form div {
	margin : 0 0 8px 0;
	font-size: 13px;
}

form label {
	display: block;
	clear: left;
	float: left;
	width: 230px;
	text-align: right;
	padding: 5px 5px 0 0;
}
form input[type="submit"], input[type="reset"] {
	background-color: #9D5B1F;
	color: #FFFFFF;
	width: 80px;
}




/* XXXXX Shadowbox Theme XXXXX */
		#superbox-overlay {
			background:#000000;
			}
			
		#superbox-container .loading {
			width: 32px;
			height: 32px;
			margin: 0 auto;text-indent: -9999px;
			background: url(styles/loader.gif) no-repeat 0 0;
			}
			
		#superbox .close a {
			float: right;
			padding: 0 5px;
			line-height: 20px;
			background: #993400;
			cursor: pointer;
			}
			
		#superbox .close a span {
			color: #fff;
			}
			
		#superbox .nextprev a {
			float: left;
			margin-right: 5px;
			padding: 0 5px;
			line-height: 20px;
			background: #993400;
			cursor: pointer;
			color: #fff;
			}
			
		#superbox .nextprev .disabled {
			background: #ccc;
			cursor: default;
			}