
/* stage for release
*************************/

div#release-stage {
	position:relative;
	top:100px;
	left:10px;
	height:808px;
	width:704px;
	color: #fff;
	padding:10px 0 0 0;
	text-align:justify;	
	
}

h1 {
	font-size:22px;
	word-spacing:3px;
	text-align:center;
	padding:5px 0px 5px 0px;
	color:white;
}

#release-photo{
	float:left;
	padding:5px 25px 10px 0px;
	width:325px;
}

p {
	margin-bottom: 15px;
}

.off-link {
	font-size:18px;	
	text-align:	center;
	line-height:10px;
}

.off-link a {
	color:oldlace;
}
	


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

#burton-info{
	position:relative;
	top:15px;
	
	font-size:12px;
	text-align:right;
}



/*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_fade.jpg);
}

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

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;
}

