@CHARSET "ISO-8859-1";

body {
	font-family: "Palatino Linotype";
	font-size: 18px;
	text-align: center;
	min-width: 779px;
	color: #303;
  background: url(/images/lotus-tile.gif) center;
}

p {	line-height: 21px; }

div#main { 
	text-align: left;
	width: 779px;
	height: auto; 
	margin: 0 auto;
	min-height: 450px;
	border: 1px solid #c3c;
	background: url(/images/bg-gradient.jpg) repeat-y;	
}

img#mast {
	display: block;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 9px;
}

.right {
	float: right;
	margin: 10px 0;
	//display: block;
}

h2 {
    font-size: 20px;
    margin: 0;
    font-style: italic;
}

#menu * {
	float: left;
	height: 62px;
	}
	#home {
		background: url(/images/menu.jpg) 0 -62px no-repeat;
		width: 103px;
		height: 61px;
	}
	#classes {
		background: url(/images/menu.jpg) -103px -62px no-repeat;
		width: 126px;	   
	}
	#gallery {
		background: url(/images/menu.jpg) -229px -62px no-repeat;
		width: 131px;
	}
	#menuspace {
		background: url(/images/menu.jpg) -360px -62px no-repeat;
		width: 310px;
	}
	#about {
		background: url(/images/menu.jpg) -670px -62px no-repeat;
		width: 109px;
	}
	#home:hover {
		background: url(/images/menu.jpg) 0 0 no-repeat;
	}
	#classes:hover {
		background: url(/images/menu.jpg) -103px 0 no-repeat;
	}
	#gallery:hover {
		background: url(/images/menu.jpg) -229px 0 no-repeat;
	}
	#about:hover {
		background: url(/images/menu.jpg) -670px 0 no-repeat;
}

#homediv {
    font-weight: 500;
    text-align: center;
    color: #bd0600;
}


#aboutbox {
	clear: left;
	float: left;
	width: 515px;
    }
    #aboutbox p {
    text-indent: 1.5em;	
	background: transparent url(/images/aboutbox_05.gif);
	padding: 0 10px 2px 16px;
	margin: 0;
	}
	#aboutbox .top {
	background: url(/images/aboutbox_02.gif) no-repeat;
	height: 14px;
	}
	* html #aboutbox .top {
	margin-bottom: -10px;
	}
	#aboutbox .bottom {
	background: url(/images/aboutbox_07.gif) no-repeat;
	height: 19px;
}

#classesbox {
    color: #d4b556;
    }
    #classesbox p, #classesbox h1, #classesbox h2 {
    background: url(/images/classesbox02.gif);    
    }
    #classesbox p {
    padding: 0 25px 7px 28px;
    margin: 0;
	font-size: 16px;
    }
    #classesbox .top {
    background: url(/images/classesbox.gif);
    height: 21px;
    }
    #classesbox .bottom {
    background: url(/images/classesbox03.gif);
    height: 29px;
	}
	#classesbox h2 { text-align: center; }
	
    #classesbox label {
    width: 49.5%;
    float: left;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.8em;
}

#footer {
  padding-top: 20px;
	clear:both;
	background: url(/images/redlotusbottom.gif) repeat-x bottom left;
	height: 220px;
	margin-top: -15px;
}
