/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #746A3A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	z-index:1;
	
}



.hidden{
	display: none;
}

body.laptop #photo{
	width: 477px;
	height: 100%;
	background-image: url(images/laptop.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed !important;
	z-index: 5;
	left: 0px;
	top: 0px;
}

* html body.laptop #photo {position:absolute;z-index: 5;}


body.music #photo{
	width: 477px;
	height: 100%;
	background-image: url(images/scoresheet2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed !important;
	z-index: 5;
	left: 0px;
	top: 0px;
}

* html body.music #photo{position:absolute;z-index: 5;}

body.head #photo{
	width: 477px;
	height: 100%;
	background-image: url(images/britt%20head.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed !important;
	z-index: 5;
	left: 0px;
	top: 0px;
	}
	
* html body.head #photo{position:absolute;z-index: 5;}

	
body.piano #photo{
	width: 477px;
	height:100%;
	background-image: url(images/piano.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed !important;
	z-index: 5;
	left: 0px;
	top: 0px;
	}

* html body.piano #photo{position:absolute;z-index: 5;}
	
body.tie #photo{
	width: 477px;
	height: 100%;
	background-image: url(images/tie.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed !important;
	z-index: 5;
	left: 0px;
	top: 0px;
}

* html body.tie #photo{
	position:absolute;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
}



#logo {
	float: left;
	height: 133px;
	width: 389px;
	position: fixed !important;
	left: 350px;
	top: 35px;
	z-index: 7;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: oblique;
	color: #000000;
}

* html #logo{position:absolute;z-index: 7;}

#nav {
	float: left;
	display: block;
	position: fixed !important;
	top: 195px;
	left: 290px;
	height: 262px;
	background-image: url(images/vertstroke.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: oblique;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 10px;
	z-index: 6;
}

* html #logo{position:absolute;z-index: 7;}


#nav a{
	color: #252525;
	text-decoration: none;
	font-size: 18px;
}

#nav a:hover{
	font-weight: bold;
}

#nav a:visited{
	color: #252525;
}

#nav ul{
	list-style-type: none;
	padding-left: 50px;
	line-height: 14px;
}

#nav li{
	margin-top: 9px;
	margin-bottom: 9px;
}

#nav li span{
	line-height: .8em;
	margin-top: 3px;
	margin-bottom: 3px;
	
}


#content{
	float:left;
	padding-top: 200px;
	padding-left: 525px;
	padding-right: 8%;
	padding-bottom: 10%;
	position: relative;
	z-index:2;
}




#content h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 26px;
	font-style: oblique;
	font-weight: 400;
}

#content h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 21px;
	font-style: oblique;
	font-weight: 400;
}

#content h3{
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	font-weight: 400;
	margin-bottom: -0.5em;
}

#content p{
}

#content p span{
	font-size: 1.5em;
	letter-spacing: -0.08em;
}

#content blockquote{
	padding-left: -5px;
}

#content blockquote span{
	padding-left: 30px;
}


#content a{
	color: #21415C;
	text-decoration: none;
}

#content a:hover{
}

#content a:visited{
	color: #330033;
}

#content ul{
	

}


#hider{
	background-color: #746A3A;
	position: fixed !important;
	height: 200px;
	width:100%;
	top: 0;
	left:0;
	z-index: 3;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	z-index: 4;
	
}

* html #hider{position:absolute;z-index: 4;}


#copyright{
	background-color: #746A3A;
	width: 40%;
	position: fixed !important;
	right: 0px;
	bottom: 0px;
	font-size: 0.7em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	padding-top: 40px;
	float: left;
	margin-top: 220px;
	margin-left: 520px;
	padding-left: 40%;
	padding-bottom:5px;
	z-index: 4;
}


* html #copyright{position:absolute;z-index: 4;}
