body {
	background-attachment: scroll;
	background-image: url(../onstage/productions/anatomyofwoman/anatomy_backnotxt.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #A387AE;
}
/* where the text content resides*/
div#textspot {
	position: absolute;
	left: 40px;
	top: 110px;
	margin:0px;
	padding:0px;
	overflow:auto;
	background-image: url(../onstage/productions/anatomyofwoman/anatomy_txtbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:360px;
	height:500px;
	visibility: visible;
	background-color: #FFFFFF;
	border:5px solid #EEE;
}
/*the actual text box*/
div#about {
	font-family: "Gill Sans", "Helvetica Neue", Verdana, sans-serif;
	font-size: 0.9em;
	margin: 2px;
	width:340px;
	height:auto;
	border:1px solid #FFF;
}




/* Picture Positioning*/
div#pic1 {
	position: absolute;
	height: 103px;
	width: 344px;
	left: 484px;
	top: 75px;
	font-size: 0.75em;
	color: #FFFFFF;
	z-index:50;
}
div#pic2 {
	position: absolute;
	left: 414px;
	top: 222px;
	overflow: hidden;
	visibility: visible;
	z-index: 30;
	height: 188px;
	width: 125px;
}
div#pic3 {
	position: absolute;
	left: 572px;
	top: 296px;
	height: 204px;
	width: 125px;
	overflow: hidden;
	z-index:40;
}
div#maintbl {
	position: relative;
	margin: 0px;
	padding: 0px;
 	width:100%;	
}
html, body, div#maintbl {
	height: 750px; /*FOR IE MAC*/
}
html>body, html>body div#maintbl {
	min-width:750px;
	min-height:665px; /* MOZILLA*/
}
/* IE Hack \*/
* html div#maintbl {height:755;}
/* closev hack*/

a:link
{
	color: #0033CC;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:visited
{
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

a:hover,
a:active
{
	color: #000033;
	text-decoration: underline overline;
	border-bottom: 0px dashed #4C83AE;
	background-color: #eeeeee;
}

