* {
	margin:0;
	padding:0;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
}

/* homepage visible */
#see {
	background-image: url(../images/MAIN-PAGE-Sept-2009.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1000px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
}

#link {
	width:442px;
	position: absolute;
	left: 471px;
	top: 165px;
}

/* rollover positions */

#director {
	position: absolute;
	left: 49px;
	top: 483px;
	height: 23px
}

#cast {
	position: absolute;
	left: 49px;
	top: 506px;
	height: 19px;
}

#book {
	position: absolute;
	left: 49px;
	top: 525px;
	height: 22px;
}

#lyric {
	position: absolute;
	left: 49px;
	top: 547px;
	height: 24px;
}

#victory {
	position: absolute;
	left: 702px;
	top: 380px;
}

/*when graphics are off */

.hide {
	text-indent: -999999px;
}

/*mp3 player */
#myplayer {
	position: absolute;
	left: 27px;
	top: 578px;
	width: 950px;
	font-size: 80%;
}

.floatLt {
	float:left;
}

.picFloatLt {
	float:left;
	padding-right: 10px;

}

/*text on right side of page */
.content {
	float:right;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	width: 500px;
}

.content h2, .content p {
	margin-top:15px;
}

.bio {

	width:466px;
	background-image:url(../images/brdr_top.jpg);
	margin-right:80px;
	position:relative;
}

.bioContent {
	background-image:url(../images/brdr_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:25px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 50px;
}

.bioContent p {
	padding-top: 5px;
}

.bio h2 {
	position: absolute;
	left: 12px;
	top: -27px;
	line-height:1.5em;
	background-color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	width: 268px;
}	
.spacer {
	height: 20px;
	padding: 20px;
	clear: both;
}

#footer {
	clear:both;
	font-size:x-small;
	text-align: center;
	padding-top:20px;
	padding-bottom: 20px;
}

.copyright {font-size: medium}

.homePlayer {
	padding-top: 10px;
}

.spacer50 {padding-bottom:250px:}
