@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/backgroundtile.gif);
	background-repeat: repeat;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 100%;
}
#container  {
	width: 899px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/containertile.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
#header  {
	background-image: url(images/header-big.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 218px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-family: 'Chalkboard', 'Comic Sans MS', sans-serif;
	color: #FF0000;
	font-size: 40px;
}
#header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-family: 'Chalkboard', 'Comic Sans MS', sans-serif;
	color: #000000;
	font-size: 18px;
}

#taglinetext  {
	visibility: visible;
	position: absolute;
	left: 315px;
	top: 67px;
	z-index: 3;
	width: 272px;
	font-family: 'Chalkboard', 'Comic Sans MS', sans-serif;

}
#homebutton  {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 142px;
	width: 133px;
	height: 75px;
}
#homebutton a  {
	display: block;
	width: 133px;
	height: 76px;
	background-image: url(images/homebutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#homebutton a:hover  {
	background-position: -133px 0%;
}

#aboutprogrambutton  {
	visibility: visible;
	position: absolute;
	left: 133px;
	top: 142px;
	width: 162px;
	height: 76px;
}

#aboutprogrambutton a  {
	display: block;
	width: 162px;
	height: 76px;
	background-image: url(images/aboutprogbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#aboutprogrambutton a:hover  {
	background-position: -162px 0%;
}
#classesbutton  {
	visibility: visible;
	position: absolute;
	left: 295px;
	top: 142px;
	width: 158px;
	height: 76px;
}
#classesbutton a  {
	display: block;
	width: 158px;
	height: 76px;
	background-image: url(images/classesbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#classesbutton a:hover  {
	background-position: -158px 0%;
}
#enrollbutton  {
	visibility: visible;
	position: absolute;
	left: 453px;
	top: 142px;
	width: 121px;
	height: 76px;
}
#enrollbutton a  {
	display: block;
	width: 121px;
	height: 76px;
	background-image: url(images/enrollbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#enrollbutton a:hover  {
	background-position: -121px 0%;
}
#testimonialsbutton  {
	visibility: visible;
	position: absolute;
	left: 572px;
	top: 142px;
	width: 171px;
	height: 76px;
}

#testimonialsbutton a  {
	display: block;
	width: 171px;
	height: 76px;
	background-image: url(images/testimonialsbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}
#testimonialsbutton a:hover  {
	background-position: -171px 0%;
}

#aboutusbutton  {
	visibility: visible;
	position: absolute;
	left: 742px;
	top: 142px;
	width: 157px;
	height: 76px;
}
#aboutusbutton a  {
	display: block;
	width: 157px;
	height: 76px;
	background-image: url(images/aboutusbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#aboutusbutton a:hover  {
	background-position: -157px 0%;
}
#logo  {
	visibility: visible;
	position: absolute;
	left: 76px;
	top: 12px;
	width: 128px;
	height: 116px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#sun  {
	visibility: visible;
	top: 0px;
	background-repeat: no-repeat;
	height: 78px;
	width: 101px;
	position: absolute;
	left: 799px;
	background-image: url(images/sun2.png);
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 8px;
}
#sidebar1  #sideheader {
	background-image: url(images/sidebarhead.jpg);
	width: 325px;
	padding-left: 20px;
	height: 35px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
#sidebar1  #sideheader  h3 {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	width: 325px;
}
#sidebar1 #sidebarinner {
	background-image: url(images/sidebartile.jpg);
	background-repeat: repeat-y;
	width: 325px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebar1 #sidebarinner p {
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 280px;
}
#sidebar1 #sidebarinnerfooter {
	background-image: url(images/sidefoot.jpg);
	background-repeat: no-repeat;
	width: 325px;
	height: 14px;
	background-position: left top;
	margin: 0;
}

#sidebar1 #slideshow {
	background-image: url(images/slideback.gif);
	background-repeat: no-repeat;
	float: left;
	height: 209px;
	width: 329px;
	margin-bottom: 20px;
}
#sidebar1 #sidemenu {
	width: 325px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #D90102;
	margin-bottom: 20px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
	background-image: url(images/maracas2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar1 #sidemenu h3 {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #000000;
	margin-top: 5px;
	margin-left: 10px;
}
#sidebar1 #sidemenu h4 {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0000FF;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#sidebar1 #sidemenu p {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	margin-top: 0px;
	margin-left: 20px;
}
#sidebar1 #sidemenu #payment {
	text-align: center;
}


#sidemenu a:link {
	display: block;
	width: 300px;
	height:33px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	text-indent: 17px;
	color: #FF0000;
	font-family: 'Chalkboard', 'Comic Sans MS', sans-serif;
	font-size: 16px;
}
#sidemenu a:visited {
	display: block;
	width: 300px;
	height:33px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	text-indent: 17px;
	color: #990000;
	font-family: 'Chalkboard', 'Comic Sans MS', sans-serif;
	font-size: 16px;
}
#sidemenu a:hover {
	color: #0033FF;
	font-weight:bold;
}

#mainContent {
	margin-top: 0px;
	margin-right: 380px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
} 
#mainContent img {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}

#container #mainContent h1 {
	font-size: 24px;
	font-family: "Comic Sans MS", sans-serif;
	color: #FF0000;
}
#container #mainContent h3 {
	font-size: 18px;
	font-family: "Comic Sans MS", sans-serif;
	color: #FF0000;
	text-align: center;
}


#container #mainContent p {
	font-size: 16px;
	line-height: 20px;
}
#container  #mainContent  #rule {
	background-image: url(images/rule.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 450px;
}



#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	position: relative;
	width: 899px;
} 
#burlingametext  {
	visibility: visible;
	position: absolute;
	left: 289px;
	top: 25px;
	width: 175px;
}
#mateotext  {
	visibility: visible;
	position: absolute;
	left: 53px;
	top: 25px;
	width: 175px;
}
#mateotext p,
#burlingametext p  {
   font: bold 14px/17px "Comic Sans MS";
   margin: 0px;
   text-align: center;
   color: #FEFEFE;
}
#copyrighttext  {
	top: 15px;
	width: 314px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#copyrighttext p  {
   font: bold 12px/14px "Comic Sans MS";
   margin: 0px;
   text-align: right;
   color: #FEFEFE;
}
#footer  a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
