/* main nav bar info
************************/

a#home {
		top:4px;
		left:0px;
	position:absolute;
	height:30px;
	width:76px;
	background-image:url(../nav_buttons/home_asterisk.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 {
		top:0px;
		left:279px;
	position:absolute;
	height:34px;
	width:68px;
	background-image:url(../nav_buttons/bio_fade.jpg);
		text-decoration: none;
}

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

