@charset "utf-8";
/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background:#2C2E20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:5px;
	padding:5px;
}

h1 {
	font-size:12px;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}

a {
	color:#FFF;
}

#wrapper {
	margin:auto;
	width:900px;
	height:500px;
}

div.home_bg {
	background:url(../images/bg_home4.jpg) center;
	width:900px;
}

div.biography_bg {
	background:url(../images/bg_home2.jpg) center;
}

div.consultation_bg {
	background:url(../images/bg_home3.jpg) center;
}

div.mini_master_class_bg {
	background:url(../images/bg_home1.jpg) center;
}

div.teaching_bio_bg {
	background:url(../images/bg_home_teaching_bio.jpg) center;
}

div.quotes_bg {
	background:url(../images/bg_home_quotes.jpg) center;
}

div.contact_bg {
	background:url(../images/bg_home5.jpg) center;
}


/*#text {
	position:relative;
	left:32px;
	width:309px;
	top:90px;
	clear:both;
}*/

#text {
	position:relative;
	left:32px;
	width:309px;
	top:70px;
	clear:both;
}



.extra_more {
	position:relative; top:330px;
}

.extra_text {
	position:relative; top:-20px;
}

label {
	position:absolute; 
	width:120px;
	margin-bottom:3px;
}

input, textarea {
	margin-left:65px;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#nav, #nav ul, #nav ul li {
	padding:0px;
	margin:0px;
}

#nav {
	position:relative;
	top:475px;
	left:400px;
	z-index:100;
	width:484px;
}

#nav ul li {
	display:block;
	float:left;
}

li a{
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}

#nav ul li.home {
	background:url(../images/home.jpg) no-repeat; 
	padding:3px 6px 6px 7px;	
}

#nav ul li.home:hover {
	background:url(../images/home_hover.jpg) no-repeat;
}

#nav ul li.biography {
	background:url(../images/biography.jpg) no-repeat; 
	padding:3px 11px 6px 8px;	
}

#nav ul li.biography:hover {
	background:url(../images/biography_hover.jpg) no-repeat;
}

#nav ul li.consultation {
	background:url(../images/consultation.jpg) no-repeat; 
	padding:3px 8px 6px 8px;	
}

#nav ul li.consultation:hover {
	background:url(../images/consultation_hover.jpg) no-repeat;
}

#nav ul li.mini {
	background:url(../images/mini.jpg) no-repeat; 
	padding:3px 9px 6px 8px;	
}

#nav ul li.mini:hover {
	background:url(../images/mini_hover.jpg) no-repeat;
}

#nav ul li.teaching_bio {
	background:url(../images/teaching_bio.jpg) no-repeat;
	padding:3px 9px 6px 8px;	
}

#nav ul li.teaching_bio:hover {
	background:url(../images/teaching_bio_hover.jpg) no-repeat;
}

#nav ul li.quotes {
	background:url(../images/quotes.jpg) no-repeat;
	padding:3px 11px 6px 8px;	
}

#nav ul li.quotes:hover {
	background:url(../images/quotes_hover.jpg) no-repeat;
}

#nav ul li.contact {
	background:url(../images/contact.jpg) no-repeat; 
	padding:3px 11px 6px 8px;	
}

#nav ul li.contact:hover {
	background:url(../images/contact_hover.jpg) no-repeat;
}

#rdit {
	position:relative;
	top:460px;
	left:20px;
	clear:both;
	z-index:1;
}

#rdit a {
	color:#FFF;
	text-decoration:none;
}
