body {background: #8C0C0C; margin: 10px 0; padding: 0;}
a,
a:active,
a:link,
a:visited {
	color: #8C0C0C;
	display: block;
	text-decoration: none;
	margin: 0; padding: 0;
	height: 20px;
	}
	
a:hover {font-weight: bold;}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 445px; 
	}
	
#photobody {
	position: absolute;
	top: 0px; 
	left: 0px;
	padding:0; 
	width: 445px; 
	height: 446px; 
	background: url(photoframe.gif) no-repeat;
	}
	
#pic {
	width: 367px; 
	height: 320px;
	margin: 32px 0 0 39px;
	position: relative;
	} 
	
#caption {
	width: 367px;
	margin: 5px 0 0 39px;
	position: relative;
	}
	
#caption h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #8C0C0C;
	}
	
#caption p {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	}
	
#back {
	width: 115px;
	height: 36px;
	margin: 0;
	position: absolute;
	top: 429px; left: 100px;
	background: url(backhome.gif) no-repeat;
	display: block;
	}
	
#back p{
	margin: 7px 0;
	font-family: Georgia, verdana, arial, sans-serif;
	font-size: 12px;
	color: #8C0C0C;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}
	
#next {
	width: 115px;
	height: 35px;
	margin: 0;
	position: absolute;
	top: 430px; left: 230px;
	background: url(next.gif) no-repeat;
	display: block;
	}
	
#next p{
	margin: 6px 0;
	font-family: Georgia, verdana, arial, sans-serif;
	font-size: 12px;
	color: #8C0C0C;
	text-decoration: none;
	text-align: center;
	}
