/* Basic */

html {
	background-color: 	#212121;
}

body {
	background: 	url(../images/backgroundmusicsheet.jpg) no-repeat;
	margin:  		30px auto 0px auto;
	padding: 		0px;
	color: 			#DBDBDB;
	font: 			12px Luicda Grande, Trebuchet MS, Arial, sans serif;
	height: 		530px;
	width:  		900px;
	top: 			50px;
}

/* Header */

#header {
	position: absolute;
	height: 130px;
	width: 	415px;
	top: 	100px;
	background: #212121;
}

#banksbrown {
	position: absolute;
	background: url(../images/banksbrown.gif) no-repeat;
	left: 10px;
	top: 10px;
	height: 108px;
	width: 375px;
	text-indent: -99999px;
	overflow: hidden;
}
#banksbrown a{
	display: block;
	width: 375px;
	height: 108px;
}

#header:hover {
	display: block;
	width: 415px;
	height: 130px;
	background: 	#212121 url(../images/buttonback.gif) repeat-y;
}

#subheader {
	position: absolute;
	height: 30px;
	width: 	415px;
	top: 	235px;
	background: 	#212121;
}

#vocalstudio {
	position: absolute;
	background: url(../images/vocalstudio.gif) no-repeat;
	top: 5px;
	height: 21px;
	width: 411px;
	text-indent: -99999px;
	overflow: hidden;
}

/* Navigation */

#nav {
	position: absolute;
	width: 	415px;
	top: 	270px;
	text-align: right;
	font-size: 11px;
}

#nav a:link {
	letter-spacing: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	letter-spacing: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:active {
	letter-spacing: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	letter-spacing: 7px;
	color: #FFFFFF;
	text-decoration: none;
}

.navback {
	position: 		relative;
	margin-bottom: 5px;
	width: 			415px;
	padding: 		8px 0px 8px 0px;
	background: 	#212121;
}

.navback:hover {
	position: relative;
	width: 	415px;
	padding: 8px 0px 8px 0px;
	background: 	#212121 url(../images/buttonback.gif) repeat-y;
}

/* Content */

#page {
	position: relative;
	width: 	900px;
	height: 530px;
	margin: 0px auto 0px auto;
}
#contentwrapper{
	position:      absolute;
	top:           15px;
	left:          435px;
	padding:       0px 0px 0px 0px;
	width:		   450px;
	height:        495px;
	border: double;
	border-color: #212121;
	border-width: 5px;
}
#content {
	color:         	#DBDBDB;
	position: 	   	absolute;
	width:    		450px;
	height:         495px;
	margin:        	0px 0px 0px 0px;
	overflow:      	auto;
	z-index:        2;
}
#contentback {
	background: 		#212121;
	position: 			absolute;
	top:            	0px;
	width:				450px;
	height: 	        495px;
	margin:				0px 0px 0px 0px;
	overflow: 			auto;
	opacity: 		   	0.90;
	filter: 			alpha(opacity=90);
	z-index: 			1;
}

#content a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin: 10px 10px 10px 10px;	
}
h4 {
	color: #FFFFFF;
	margin: 10px 10px 10px 10px;	
}

p {
	margin: 10px 10px 10px 10px;
}
ul {
	list-style: disc;
}
li {
	margin:0;
	padding:0;
}
hr {
	border: solid;
	border-width: 1px;;
	border-color: #454545;
	margin-top: 0px;
}

/* Footer */

#footer {
	margin-top: 15px;
	margin-bottom: 2px;
	width: 	900px;
	text-align: center;
	font-size: .8em;
	color: #404040;
}

#footer a:link {
	color: #404040;
}

#footer a:visited {
	color: #404040;
}

#footer a:active {
	color: #404040;
}

#footer a:hover {
	color: #404040;
}