
/* stage for bio
*************************/

div#bio-stage {
	position:absolute;
	top: 95px;
	left:-10px;
	height:808px;
	width:704px;
	background-color: #C1B9AE;
	color: #000;
}

div#bio-text {
	position:absolute;
	text-align: left;	
	top:20px;
	width:704px;
	height: 600px;
	font-size:13pt;
	font-family:Helvetica, sans-serif;
	color: #fefefc;
	letter-spacing: .1 em;
	font-weight: 100;
}

div#middle-paragraph{
	position:relative;
	left:75px;
	width:634px;
}

div#contact{
	position:relative;	
	left: 60px;
	width:670px;
	color: #777;
	letter-spacing:-.05em;
	font-size:12pt;
}

p {
	margin-bottom: 15px;
}


img#bio-sandy-pic {
	float:left;
	margin:-10px;
}

img#bio-asterisk {
position:relative;
	float:left;
	margin:1px;
	top:-2px;
}

img#bio-tiles-pic {
	position:relative;
	top:-35px;
	left:-5px;
	float:right;
	margin:3px;
	margin-bottom: -20px;
}

img#bio-bottom-pic {
	position:relative;	
	top:-20px;
	left:-10px;
	float:right;
	margin:0px;
}



/*formatting for email link
*****************************/
a:link{
	color:#777777;
}

a:hover{
	color:#fff;
}





/* navbar for bio page
*************************/

a#home {
		top:4px;
		left:0px;
	position:absolute;
	height:30px;
	width:76px;
	background-image:url(../nav_buttons/home_fade.jpg);
	text-decoration: none;
}


a#home:hover {
	background-image:url(../nav_buttons/home_rollover.jpg);
		text-decoration: none;
}


a#portfolio {
		top:0px;
		left:78px;
	position:absolute;
	height:34px;
	width:116px;
	background-image:url(../nav_buttons/portfolio_fade.jpg);
		text-decoration: none;
}

a#portfolio:hover {
	background-image:url(../nav_buttons/portfolio_rollover.jpg);
		text-decoration: none;
}


a#press {
		top:0px;
		left:194px;
	position:absolute;
	height:34px;
	width:85px;
	background-image:url(../nav_buttons/press_fade.jpg);
		text-decoration: none;
}

a#press:hover {
	background-image:url(../nav_buttons/press_rollover.jpg);
		text-decoration: none;
}

a#bio {
		text-decoration: none;
		top:0px;
		left:279px;
	position:absolute;
	height:34px;
	width:68px;
	background-image:url(../nav_buttons/bio_asterisk.jpg);
}

a#insideout {
		top:0px;
		left:345px;
	position:absolute;
	height:34px;
	width:156px;
	background-image:url(../nav_buttons/beforeafter_fade.jpg);
		text-decoration: none;
}

a#insideout:hover {
	background-image:url(../nav_buttons/beforeafter_rollover.jpg);
		text-decoration: none;
}

		
a#blog {
		top:0px;
		left:501px;
	position:absolute;
	height:34px;
	width:74px;
	background-image:url(../nav_buttons/blog_fade.jpg);
		text-decoration: none;
}

a#blog:hover {
	background-image:url(../nav_buttons/blog_rollover.jpg);
		text-decoration: none;
}

		
a#contact {
		top:0px;
		left:575px;
	position:absolute;
	height:34px;
	width:90px;
	background-image:url(../nav_buttons/contact_fade.jpg);
		text-decoration: none;
}

a#contact:hover {
	background-image:url(../nav_buttons/contact_rollover.jpg);
		text-decoration: none;
}

