/* CSS Document */



/* page style */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

/* header */

#merylromer {
	position:absolute;
	left:0px;
	top:0px;
	width:299px;
	height:62px;
}

#navspacer {
	position:absolute;
	left:299px;
	top:0px;
	width:271px;
	height:40px;
}

#musicplayerbtn {
	position:absolute;
	left:570px;
	top:0px;
	width:230px;
	height:40px;
}

#navrt {
	position:absolute;
	left:903px;
	top:0px;
	width:107px;
	height:62px;
}

#homebtn {
	position:absolute;
	left:299px;
	top:40px;
	width:91px;
	height:22px;
}

#aboutbtn {
	position:absolute;
	left:390px;
	top:40px;
	width:142px;
	height:22px;
}

#musicbtn {
	position:absolute;
	left:532px;
	top:40px;
	width:141px;
	height:22px;
}

#calendarbtn {
	position:absolute;
	left:673px;
	top:40px;
	width:120px;
	height:22px;
}

#contactbtn {
	position:absolute;
	left:793px;
	top:40px;
	width:110px;
	height:22px;
}

/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 568px;
	margin: 0px;
	width: 1010px;
	height: 18px;
	background-color: #111111;	
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}
