body {
	background-color: #cccc99;
	background-image: url('../images/bkg_chakraman.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px;
    text-align: left;
}

a {
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #ff9933;
	text-decoration: none;
}

img {
	border: none;
	display: inline;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.text_main {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #999999;
}


.highlight {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #666666;
}

#quote {
	position: absolute;
	bottom: 20px;
	left: 40px;
}

.quote {
	font-family: arial, verdana, helvetica;
	font-size: 16px;
	color: #999999;
}

#header {
	position:absolute; 
	top:-1px; 
	left:38px;
}

#content {
	position: relative;
	margin-left: 0px;
	padding-top: 37px;
	width: 750px;
	height: 563px;
	background: #ffffff;
	min-height: 330px;	
}

#container {
	position: relative;
	width: 750px;
	margin-left: 145px;
	margin-top: 50px;
    padding: 0px;
	text-align: left;
	position: relative;
	padding-top: 36px;
}

#lotusman {
	position: absolute;
	bottom: 10px;
	right: 25px;
}
	
#footer {
	position: relative;
	width: 750px;
	height: 62px;
	margin-top: 10px;
	text-align: center;
	line-height: 15px;
}

a.footer {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #FF9933;
}

.text_footer{
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #ffffff;
}
	
#nav {
	position: relative;
	width: 750px;
	height: 10px;
}

#nav_about {
	position: absolute; 
	top: 0px; 
	left: 39px;
}

#nav_schedule {
	position: absolute; 
	top: 0px; 
	left: 148px;
}

#nav_photos {
	position: absolute; 
	top: 0px; 
	left: 281px;
}

#nav_teachers {
	position: absolute; 
	top: 0px; 
	left: 397px;
}

#nav_links {
	position: absolute; 
	top: 0px; 
	left: 530px;
}

#nav_contact {
	position: absolute; 
	top: 0px; 
	left: 630px;
}

#photos {
	position: relative;
	width: 750px;
	margin-top: 27px;
}

/* -- Tooltips -- */
#tooltip{
	position:absolute;
	border:1px solid #FF9933;
	background-color:#ffffff;
	padding:2px 15px 2px 15px;
	display:none;
	z-index: 200;
	width: 220px;
	text-align: center;
	
}

h3.tooltip {
	font-weight: normal;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #666;
}
