body{
	background-color:#660066;
	background-image: url(../images/mendi2.png);
	background-repeat: repeat;
}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color:#cc6666;
	line-height: 36px;
}	

	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#cc6666;
	line-height: 1px;
}	

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000; 	
	margin-top: 0;
}

img {
	border-style:none;
	border-width:0;
}	

	
#wrapper{
	width: 1010px;
	margin-left: auto;
    margin-right: auto;
    margin-top:50px;
}

#homeWrapper{
	background-image: url(../images/home_bkgnd.jpg);
	border: 1px solid transparent;	
	width: 1000px;
	height:700px;
}


#bckgndWrapper{
	background-image: url(../images/background.jpg);
	border: 1px solid transparent;	
	width: 1000px;
	height:700px;
}

#masthead {
	width: 620px;
	margin-top: 20px;
}


/* Navbar starts here */

#navbar {
	width: 542px;
	height: 27px;
	margin: 0 0 0 38px;
	position: relative;
	background: url(../images/navbar.png) no-repeat;
	padding: 0;	
}

#navbar li {
	margin: 0;
	padding:0;
	list-style: none;
	position: absolute;
	top: 0;
}

#navbar li, #navbar a{
	height: 27px;
	display: block;
}

#home {left: 0; width: 56px;}
#imageGallery {left: 56px; width: 73px;}
#performances {left: 129px; width: 141px;}
#classes {left: 270px; width: 82px;}
#about {left: 352px; width: 110px;}
#contact {left: 463px; width: 78px;}


#home a:hover {background: transparent url(../images/navbar.png) 0 -28px no-repeat;}
#imageGallery a:hover {background: transparent url(../images/navbar.png) -56px -28px no-repeat;}
#performances a:hover {background: transparent url(../images/navbar.png) -129px -28px no-repeat;}
#classes a:hover {background: transparent url(../images/navbar.png) -270px -28px no-repeat;}
#about a:hover {background: transparent url(../images/navbar.png) -352px -28px no-repeat;}
#contact a:hover {background: transparent url(../images/navbar.png) -463px -28px no-repeat;}

/* End Navbar */

#content img{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#content{
	width: 500px;
	margin: 40px 0 0 58px;
}

#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 480px;
	
}


#footer{	
	width: 700px;
	margin: 5px 0 0 0;
	height: 30px;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}	

#footer a:link {color:#fb873d;}
#footer a:visited {color:#555555}
#footer a:active {color:#ffffff}
#footer a:hover {color:#ccaa88}


#content a:link {color:#800000; text-decoration: none;}
#content a:visited {color:#E8B2B2; text-decoration: none;}
#content a:active {color:#ffffff}
#content a:hover {color:#e9781c}

/*--- CUSTOM CLASSES---*/

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.imgLeft {
	float: left;
	margin-right: 8px;
	margin-top: 40px;
}

.center {
	text-align: center;
}  /* APPLY TO DIV WRAPPER NOT IMAGE */


/* END CUSTOM CLASSES */

/*--- SLIDE SHOW ---*/
#gallery {
/*
	position:absolute;
	left:100px;
*/
	width:200px;
	height:313px;
	top:40px;

}













