/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-color: #FFF;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

a:link
{
	color: #9FF;
	text-decoration: underline;
}
a:visited
{
	color: #FFF;
	text-decoration: underline;
}
a:hover
{
	color: #6F6;
	text-decoration: underline;
	cursor: hand;
}

h1
{
	font-weight: bold;
	font-size: 1.8em;
}

h2
{
	font-weight: bold;
	font-size: 1.4em;
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
}

p
{
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 1em 0;
}

ul { margin: 0 0 1em 0; }
li
{
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0 3em; 
}


/* Structure */

div#contentarea
{
	width: 900px;
	height: 645px;
	background-image: url("css_images/main-bg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#title { display: none; }

h3.section
{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	height: 36px;
	background-image: url("css_images/sect-bg.gif");
	background-repeat: repeat-x;
	padding: 4px 6px 0 6px;
}

h3.section a:link
{
	color: #0C6105;
	text-decoration: none;
}
h3.section a:visited
{
	color: #0C6105;
	text-decoration: none;
}
h3.section a:hover
{
	color: #FFF;
	text-decoration: none;
	cursor: hand;
}

h3#lessons
{
	position: absolute;
	width: 190px;
	top: 200px;
	left: 140px;
}

h3#instruments
{
	position: absolute;
	width: 228px;
	top: 274px;
	left: 140px;
}

h3#teachers
{
	position: absolute;
	width: 123px;
	top: 348px;
	left: 140px;
}

h3#about
{
	position: absolute;
	width: 204px;
	top: 422px;
	left: 140px;
}

h3#student
{
	position: absolute;
	width: 250px;
	top: 200px;
	left: 485px;
}

h3#recital
{
	position: absolute;
	width: 188px;
	top: 274px;
	left: 485px;
}

h3#exchange
{
	position: absolute;
	width: 257px;
	top: 348px;
	left: 485px;
}

h3#links
{
	position: absolute;
	width: 89px;
	top: 422px;
	left: 485px;
}

div#contact
{
	color: #8EDBD8;
	text-align: center;
	width: 900px;
	position: absolute;
	top: 566px;
	left: 0px;
}
div#contact p
{
	color: #8EDBD8;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

div#copyright p
{
	width: 900px;
	text-align: center;
	color: #004;
}

h2#pagetitle
{
	color: #FFF;
	position: absolute;
	width: 257px;
	top: 141px;
	left: 123px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	height: 36px;
	background-image: url("css_images/sect-bg.gif");
	background-repeat: repeat-x;
	padding: 4px 0 0 6px;
}

h3#homelink
{
	text-align: right;
	position: absolute;
	width: 70px;
	top: 141px;
	left: 700px;
}

div#pagetext
{
	position: absolute;
	width: 657px;
	top: 198px;
	left: 123px;
}

div#teachers img
{
	border-color: #06C;
	border-style: solid;
	border-width: 3px;
}

div#teachers img
{
	border-color: #06C;
	border-style: solid;
	border-width: 3px;
}

div#teachers h3 { margin: .4em 0 .4em 0; }

div#t_default
{
	display: block;
	margin: 2em 10em 0 10em;
}
div#t_david { display: none; }
div#t_bianca { display: none; }
div#t_helen { display: none; }
div#t_kevin { display: none; }
div#t_laila { display: none; }
div#t_linda { display: none; }
div#t_soheila { display: none; }
div#t_loghman { display: none; }

p.note
{
	color: #F00;
	font-size: 1.4em;
	font-style: italic;
}

img.leftside
{
	float: left;
	margin: 0 0 0 30px;
	border-color: #390;
	border-style: solid;
	border-width: 4px;
}

img.rightside
{
	float: right;
	margin: 0 30px 0 0;
	border-color: #390;
	border-style: solid;
	border-width: 4px;
}


/* Otheroom link */

div#otheroom
{
	margin: 15px 0;
	width: 220px;
	height: 20px;
	left: 360px;
	position: relative;
}
div#otheroom p
{
	font-size: 2px;
}
#otheroom-img, #otheroom-img span
{
	width: 220px;
	height: 20px;
	background-image: url("http://www.otheroom.com/links/web-design-ims.gif");
	background-repeat: no-repeat;
}

/* Statcounter */

div.statcounter
{
	margin: 15px 0;
	width: 220px;
	height: 20px;
	left: 430px;
	position: relative;
	float: left;
}

div#visitors p
{
	width: 900px;
	text-align: center;
	color: #36F;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
