@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	list-style: none;
}

img{
	border-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

body{
	font-size: 100%;
	color: #666;
}

a, a:link, a:visited	{
	text-decoration: underline;
	color: #03F;
}
a:hover	,a:active{
	text-decoration: underline;
	color: #F00;
}

.clearfix:after {	
	content:".";	
	display:block;	
	height:0;	
	clear:both;	
	visibility:hidden;
	}	

.clearfix{display:inline-block;}/*Hides From IE-mac \*/
	
* html .clearfix{height:1%;}
	
.clearfix{display:block;}/*End hide from IE-mac */



#wrapper {
	background: #FFF;
	text-align: left;
	margin: 0px auto;
	width: 850px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

/*--- #header -------------------------*/

#header	{
	width: 850px;
	background: #FFF url(images/header.jpg);
	border-top: 2px solid #0F234C;
	height: 80px;
	position: relative;
	border-bottom: 1px solid #999;
}

#header h1 {
	position: absolute;
	text-indent: -9999px;	
}
#header h2 {
	position: absolute;
	left: 170px;
	bottom: 15px;
	height: 39px;
}

#header h3 {
	position: absolute;
	right: 40px;
	bottom: 18px;
	top: 10px;
}

#header h4 {
	position: absolute;
	left: 40px;
	bottom: 18px;
	top: 10px;
}
/*--- /#header -------------------------*/

/*--- #global Navi -------------------------*/



#globalNavi a {
	display: block;
	height: 23px;
	width: 100px;
	text-indent: -9999px;
}

#globalNavi li {
	float: left;
}


#globalNavi {
	width: 600px;
	padding-right: 125px;
	padding-left: 125px;
	background: url(images/web%20btn%20border.jpg) repeat-x;
}



.gnavi01 a {
	background:  url(images/web%20btn.jpg);
}
.gnavi02 a {
	background:  url(images/web%20btn%20bio.jpg);
}
.gnavi03 a {
	background:  url(images/web%20btn%20lesson.jpg);
}
.gnavi04 a {
	background:  url(images/web%20btn%20library.jpg);
}
.gnavi05 a {
	background:  url(images/web%20btn%20link.jpg);
}
.gnavi06 a {
	background:  url(images/web%20btn%20contact.jpg);
}



.gnavi01 img{
	vertical-align: bottom;
}
.gnavi02 img{
	vertical-align: bottom;
}

.gnavi03 img{
	vertical-align: bottom;
}

.gnavi04 img{
	vertical-align: bottom;
}

.gnavi05 img{
	vertical-align: bottom;
}

.gnavi06 img{
	vertical-align: bottom;
}



.gnavi01 a:hover {
	background:  url(images/web%20btn%20over.jpg);
}
.gnavi02 a:hover {
	background:  url(images/web%20btn%20over%20bio.jpg);
}
.gnavi03 a:hover {
	background:  url(images/web%20btn%20over%20lesson.jpg);
}
.gnavi04 a:hover {
	background:  url(images/web%20btn%20over%20library.jpg);
}
.gnavi05 a:hover {
	background: url(images/web%20btn%20over%20link.jpg);
}
.gnavi06 a:hover {
	background:  url(images/web%20btn%20over%20contact.jpg);
}



.font_red {
	color: #F00;
}
.font_red {
	color: #F00;
}
#wrapper #text_box_frame #text_box_center p {
	text-align: center;
}
#wrapper #contact_frame #contact_center p {
	font-size: small;
	color: #000;
}
#wrapper #contact_frame #contact_center p br {
	color: #C00;
}

#footer {
	background-image: url(images/footer.png);
	height: 50px;
	width: 850px;
	margin-top: 30px;
	clear: both;
}
#wrapper #movie_frame #movie_center p {
	text-align: center;
}
.red {
	color: #F00;
}
