/* Copyright Australian Music Teachers and Tutors 2007 - All Rights Reserved */
html,body {
		margin: 0;
		padding: 0;
		height:100%
}
body {		
		background-color: #FFF5E6;
}		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 730px; 
		min-height:100%;
		text-align: left;
		background: #FFE6BF;
        position:relative;
		}
/* commented backslash hack v2 - what happens is IE 5 has a problem, and needs heights etc
   corrected, and IE 5 will not read through slashes, so it is correct for IE 5, and then IE 6 is
   recorrected using the measurement specified with the slash through the dimension name.
   Also, lines starting with an asterisk are only processed by IE \*/ 
* html #container {height:100%;}		
* html #container {width:732px;w\idth:730px;}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		z-index:1;
}
#header {
		height: 125px;
		width:100%;
		background-color: #FFE6BF;
		margin: 0px 0px 5px 0px;
		position:relative;
		z-index:2;
		overflow:hidden;
}

* html #mainheader {height:161px;he\ight:160px}
* html #header {height:126px;he\ight:125px}
#logodiv {
		float:left;
		padding-left: 10px;
}
#searchdiv {
		float:right;
		padding-right: 10px;
}
#searchbutton {
		text-align: center;
}
#mainnav {
		width:100%;
		height: 20px;
		background-color: #BFCFFF;
		border-top: 1px solid #809FFF;
		border-bottom: 0px solid #e6e6e6;
		position:relative;
		z-index:2;
		padding-top: 0px;
		padding-bottom: 0px;
}
* html #mainnav{height:21px;he\ight:20px}		
#sidebar {
		float: right;
		width: 170px;
		padding:5px 0 ;
}
#content {
		width: 553px;
		padding:5px 0 ;
		}
#content p, #sidebar p, #mainnav p, #header p  {margin:0 5px 5px 5px}		
#div_browseteachers { display:none; }
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 56px;
		background-color: #FFE6BF;
}
#footer p {margin:0;padding:0; text-align: center; vertical-align: bottom;}
* html #footer {height:57px;he\ight:56px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#BFCFFF;
	position:relative;
	border-bottom: 1px solid #809FFF;
}

#clearfooter {height:57px;width:100%;clear:both}

.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}
/*Original css stuff below this point -ph*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fwCopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4F4C4C;
}
.fwPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2B2C;
}

