/* if content doesn't seem to be shifting according to style sheet, check style sheet ref.  then make sure
	they're using id instead of class, where applicable.  make sure # signs are used for ids. */

#framework{	
	position:			absolute;
	width:				750px;
	top:				0px;
	left: 				50%;
 	z-index:			1;
	margin-left: 		-375px;
}


body {
	font-family: myriad, tahoma, verdana, arial, sans-serif;
	background-color: #F7F7F7;
	margin: 0;
	text-align: left;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	
	scrollbar-face-color: #F7F7F7;
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-highlight-color: #F7F7F7; 
	scrollbar-darkshadow-color: #F7F7F7;
	scrollbar-track-color: #F7F7F7; 
	scrollbar-arrow-color: #CCCCCC; 
}

table{
	font-size: 10pt;
}


a{
	text-decoration: none;
}

img{
	border-width: 0px;
}

:link, :visited {
	color: gray;
}

:hover {
	/* background-color:  white; */
	color:  black;
}


#content {
	position:			absolute;
	width:				375px;
	height:				420px;
	overflow:			auto;
	top:				225px;
	left:				46%;
	z-index:			2;
	margin-left:		-200px;
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCF0; 
	scrollbar-highlight-color: #F7F7F7; 
	scrollbar-darkshadow-color: #F7F7F7;
	scrollbar-track-color: #F7F7F7; 
	scrollbar-arrow-color: #CCCCCC;
	/* filter: chroma(color=#333333); */
}


#emilyShrine {
	position:			absolute;
	width:				200px;
	height:				100px;
	overflow:			auto;
	top:				110px;
	left:				76%;
	z-index:			2;
	margin-left:		-115px;
/* uncomment if you want to make the band name text instead of an image	
	letter-spacing:	    .6em;
	ilter:				dropshadow(color=black, offx=-3, offy=3); 
	filter:				shadow(color=#CCCCCC, direction=225);
*/
}

#emilyShrineDotCom {
	position:			absolute;
	width:				50px;
	height:				200px;
	overflow:			auto;
	top:				217px;
	left:				5%;
	z-index:			2;
	margin-left:		-25px;
/* uncomment if you want to make the band name text instead of an image	
	letter-spacing:	    .6em;
	ilter:				dropshadow(color=black, offx=-3, offy=3); 
	filter:				shadow(color=#CCCCCC, direction=225);
*/
}

#menu{
	position:			absolute;
	width:				450px;
	height:				75px;
	overflow:			auto;
	top:				170px;
	left:				46.5%;
	z-index:			2;
	margin-left:		-225px;
	letter-spacing:	    .30em;
	font-size:			7.85pt;
}

#subMenu{
	position:			absolute;
	width:				450px;
	height:				75px;
	overflow:			auto;
	top:				180px;
	left:				49%;
	z-index:			2;
	margin-left:		-225px;
	letter-spacing:	    .30em;
	visibility:			hidden;
}

/* bottom */
#footer {
	position:			absolute;
	width:				500px;
	z-index:			5;
	left:				50%;
	margin-left:		-250px;
	top:				87%;
}

