body
{
	background: #fff;
	font: 100% Georgia, serif;
	margin: 0;
	padding: 0;
}

#album
{
	background: url(5fx/tpr_cover.png);
	height: 550px;
	margin: 0 auto;
	width: 550px;
}

#navi
{
	background: none;
	border: none;
	height: 34px;
	margin: 16px auto 26px auto;
	text-align: center;
	width: 549px;
}
#navi ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 600px;
}
#navi li
{
	display: block;
	float: left;
	margin: 0 13px;
}
#navi li a
{
	display: block;
	height: 34px;
}

#order_navi,
#order_navi a:hover
{
	background-image: url(5fx/n2_order.png);
	width: 91px;
}
#photos_navi,
#photos_navi a:hover
{
	background-image: url(5fx/n2_photos.png);
	width: 111px;
}
#myspace_navi,
#myspace_navi a:hover
{
	background-image: url(5fx/n2_myspace.png);
	width: 121px;
}
#contact_navi,
#contact_navi a:hover
{
	background-image: url(5fx/n2_contact.png);
	width: 122px;
}

a:hover.navi 	{background-position: 0 -34px; }

#footer
{
	background: none;
	color: #e1e1e1;
	font: 0.875em Georgia, serif;
	margin: 0 auto 16px auto;
	text-align: center;
	width: 550px;
}
#footer a:link,
#footer a:visited,
#footer a:active
{
	color:#e1e1e1;
	text-decoration:none;
}
#footer a:hover 
{
	color:#b4b4b4;
	text-decoration:underline;
}