﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/slice-purple.gif');
	background-repeat: repeat;
}
#container {
	width: 920px;
	margin: 12px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: "Century Gothic";
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
}
#top-nav {
	margin: 5px 0px 5px 0px;
	height: 40px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	color: #FFFFFF;
	background-image: url('images/slice_top_nav.gif');
	background-repeat: repeat-x;
}
#footer {
	margin: 10px 10px 5px 10px;
	height: 5px;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('images/slice_top_nav.gif');
	background-repeat: repeat-x;
}
#top-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: large;
	height: 40px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;

}
#header-right {
	border-width: 0px;
	margin: 0px 20px 0px 450px;
	height: 90px;
	background-color: #FFFFFF;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	vertical-align: middle;
	width: 467px;
}
#header-left {
	height: 133px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: left;
	width: 400px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #B59CC5;
	margin-left: 20px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	vertical-align: bottom;
	margin-bottom: 0px;
}
#header-right ul {
	list-style-type: none;
	margin: 0px 5px 0px auto;
	padding: 0px;
	width: 195px;
	height: 35px;
	background-color: #FFFFFF;
	vertical-align: top;
}
#header-right li {
	padding: 0px;
	border-style: groove;
	border-width: 0px;
	margin: 8px 0px 2px auto;
	float: left;
	width: 192px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 500;
	color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-decoration: none;
	height: 29px;
}
#header-right-bottom {
	height: auto;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #B59CC5;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	font-size: small;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 400px;
	padding-bottom: 0px;
	padding-top: 2.2em;
}
#header-right-bottom li {
	margin: 0px;
	border-width: 0px;
	width: 112px;
	font-size: large;
	font-family: "Century Gothic";
	line-height: 20px;
	text-decoration: none;
	vertical-align: middle;
	height: 40px;
}
#header-right a, #header-right a:link, #header-right a:visited {
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 40px;
	width: 43px;
	font-family: "Century Gothic";
	background-repeat: no-repeat;
	margin-left: 0px;
}
#header-right li.login {
	padding: 0px;
	border-style: groove;
	border-width: 0px;
	margin: 0px 0px 10px auto;
	float: left;
	width: 191px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 500;
	color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-decoration: none;
	height: 39px;
	background-image: url('images/login2.gif');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
#header-right-bottom  ul {
	list-style-type: none;
	margin: -30px 5px 0px auto;
	padding: 0px;
	width: 388px;
	height: 74px;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#header-right li.login a:hover {
	padding: 0px;
	margin: 0px 0px 0px auto;
	float: left;
	width: 186px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	height: 82px;
	background-image: url('images/login2_hover.gif');
	background-repeat: no-repeat;
}
#top-nav li.head a:hover {
	color: #431342;
	background-image: url('images/slice_top_nav_hover.gif');
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	background-repeat: repeat-x;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #FFFFFF;
	font: normal small/25px Arial, Helvetica;
	text-decoration: none;
	
}
#menu li:hover > ul{
	border: 1px solid #FFFFFF;
	display: block;
	background-color: #444444;
}
#menu ul{
	list-style: none;
	margin-top: 2px;
	padding: 0;
	height: auto;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #444444;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	text-shadow: 0 1px 0 #000;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul li.head2 a:hover{
	color: #FFFFFF;
	height: 40px;
	font-size: medium;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url('images/slice_top_nav.gif');
	background-repeat: repeat-x;
}
#menu ul li.head2 a{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 40px;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 72px;
    top:-16px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #444;
}

#menu ul li:first-child a:hover:after{
	border-bottom-color: #9E459A;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
#top-nav ul li.head {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	height: 50px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 2.5em;
	width: 184px;
	text-align: center;
}
#top-nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	height: 40px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 2.5em;
	width: 184px;
	text-align: center;
}
#top-nav ul li.head a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	height: 40px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 40px;
	width: 184px;
}
#menu ul.menu2 {
	list-style: none;
	margin-top: 2px;
	padding: 0;
	height: 280px;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#left-col {
	padding: 0px;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;
}
#right-col {
	border: 0px solid #C0C0C0;
	margin: 10px 17px 5px 633px;
	background-color: #FFFFFF;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 0px;
	font-family: "Century Gothic";
}
#right-col-bottom {
	border: 2px solid #C0C0C0;
	margin: 15px 10px 5px 650px;
	background-color: #E4E4E4;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#show {
	float: left;
	margin-left: 5px;
}
#whole-width {
	margin-right: 15px;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.notes {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: repeat-x;
	background-color: #FFCC66;
	text-align: center;
	font-family: "Century Gothic";
	color: #0033CC;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}
.notes:hover {
	background-position: -46px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: repeat-x;
	background-color: #7901FE;
	color: #FFFFFF;
	text-align: center;
}
.notes a {
	border: 0px solid #C0C0C0;
	-moz-border-radius: 10px;
	border-radius: 0px;
	text-decoration: none;
	color: #0000FF;
}
#half-width {
	width: 440px;
	float: left;
	padding-top: 15px;
}
#half-width2 {
	float: right;
	width: 420px;
	padding-top: 15px;
}
.notes-zumba {
	border: 0px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/zumba.gif');
	background-repeat: no-repeat;
	height: 65px;
}
.notes-zumba:hover {
	border: 0px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/zumba_hover.gif');
	background-repeat: no-repeat;
}
.notes-kinder {
	border: 0px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/kindermusik/kinder-logo4.gif');
	background-repeat: no-repeat;
	height: 65px;
}
.notes-kinder:hover {
	border: 0px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/kindermusik/kinder-logo-hover4.gif');
	background-repeat: no-repeat;
	height: 65px;
}
.header-right-bottom-text {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.fblink {
	border-width: 4px;
	background-image: url('images/fb.jpg');
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 0px;
	width: 40px;
}
.fblink:hover {
	background-image: url('images/fb-hover.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-top: 0px;
}
.index-text {
	font-family: "Century Gothic", Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
	font-size: small;
	margin-bottom: -10px;
}
#whole-width-top {
	margin-right: 15px;
	margin-left: 15px;
}
#directions-map {
	width: 390px;
	margin-left: 490px;
	margin-top: 0px;
}
#map {
	margin-right: 20px;
	margin-left: 20px;
	width: 470px;
	float: left;
	margin-top: 10px;
}
.title {
	position: relavive;
	z-index: 9999991;
	text-decoration: none;
}
.title:hover {
	background-color: transparent;
	z-index: 1;
	text-decoration: none;
}
.title span {
	border: 2px solid #800080;
	padding: 15px;
	position: absolute;
	top: auto;
	left: 50%;
	margin-left: -250px;
	margin-top: -120px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	width: 500px;
	height: 400px;
	text-align: left;
	visibility: hidden;
	font-size: 0.8em;
	line-height: 16px;
	z-index: 9999991;
}
.title:hover span { visibility: visible;
text-decoration: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
z-index: 9999991;
}
.table-top {
	text-align: center;
	font-size: large;
}
#whole-width0 {
	margin-right: 15px;
	margin-left: 15px;
	background-repeat: repeat-x;
	margin-top: 10px;
}
#left-col-news {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news1 {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news10 {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: small;
}
#left-col-news3 {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-15 {
	padding: 0px;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;
}
#left-col-news1a {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3a {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1b {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3b {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1c {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3c {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1d {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3d {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1e {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3e {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1f {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news1g {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3f {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news3g {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1h {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3h {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-text {
	padding: 0px;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;
}
#whole-width-narrow {
	margin-right: 40px;
	margin-left: 40px;
	background-repeat: repeat-x;
	margin-top: 10px;
}
#whole-width-zumba {
	margin-right: 15px;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-image: url('images/zumba-square.gif');
}
.home {
	background-image: url('images/home.gif');
	background-repeat: no-repeat;
}
#left-col-history {
	margin: 0px 20px 5px 20px;
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: justify;
}
#left-col-costumes {
	margin: 0px 20px 5px 20px;
	padding: 0px 0px 0px 20px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: justify;
}
.notes-box4 {
	background-position: center;
	border: 2px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/summer2015.gif');
	background-repeat: no-repeat;
	height: 65px;
	vertical-align: middle;
}
.notes-box4:hover {
	border: 2px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/summer2015-hover.gif');
	background-repeat: no-repeat;
	height: 65px;
}
.notes-summer {
	border: 0px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/summer_hover.gif');
	background-repeat: no-repeat;
	height: 65px;
}
.notes-summer:hover {
	border: 0px solid #C0C0C0;
	padding: 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-image: url('images/summer.gif');
	background-repeat: no-repeat;
	height: 65px;
}
.notes-dvd {
	background-position: 0px -10px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	color: #0033CC;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	background-image: url('images/dvd-hover.gif');
}
.notes-dvd:hover {
	background-position: 0px -10px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-color: #7901FE;
	color: #FFFFFF;
	text-align: center;
	background-image: url('images/dvd.gif');
}
.login {
	padding: 0px;
	border-style: groove;
	border-width: 0px;
	margin: 0px 0px 10px auto;
	float: left;
	width: 191px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 500;
	color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-decoration: none;
	height: 39px;
	background-image: url('images/login2.gif');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
#table-top-right {
	height: 54px;
}
.notes-box2 {
	border: 2px solid #C0C0C0;
	background-position: 0px -10px;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	color: #336699;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	background-image: url('images/music.gif');
}
.notes-box3 {
	background-position: center;
	border: 2px solid #C0C0C0;
	padding: 10px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	height: 55px;
	font-weight: bold;
	background-image: url('images/musicclass.gif');
}
.notes-green {
	background-position: center;
	border: 2px solid #C0C0C0;
	padding: 10px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	height: 55px;
	font-weight: bold;
	background-image: url('images/notes-green.gif');
}
#left-col-news1a0 {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3i {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1i {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.notes-box1 {
	border: 2px solid #C0C0C0;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	color: #FFFFFF;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	background-image: url('images/january.gif');
}
.notes-box1:hover {
	border: 2px solid #C0C0C0;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	color: #000000;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	background-image: url('images/january-hover.gif');
}
.notes-box3:hover {
	background-position: center;
	border: 2px solid #C0C0C0;
	padding: 10px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	height: 55px;
	font-weight: bold;
	background-image: url('images/musicclass-hover.gif');
}
.notes-box2:hover {
	background-position: 0px -10px;
	border: 3px solid #C0C0C0;
	padding: 10px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	height: 55px;
	font-weight: bold;
	background-image: url('images/music-hover.gif');
}
.notes-boxFall {
	border: 2px solid #C0C0C0;
	background-position: 0px -10px;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	color: #336699;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	background-image: url('images/fall.gif');
}
.notes-boxFall:hover {
	border: 2px solid #C0C0C0;
	background-position: 0px -10px;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 0px 0px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	color: #336699;
	height: 60px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	background-image: url('images/fall_hover.gif');
}
#left-col-news1i {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3i {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1k {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3k {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
#left-col-news1l {
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left-col-news3l {
	margin: 10px 10px 0px 5px;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
