body
{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	background-color: #ffffff;
	color: #676767;
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: center;
}

#large_photo
{
	width: 670px;
	text-align: center;
}

#large_photo img
{
	border: 1px solid #cdcccb;
	margin: 5px;
	padding: 5px;
}

#close 
{
	text-transform: uppercase;
	font-size: 70%;
 	width: 670px;
	text-align: center; 
}


.divclear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

a:link
{
	color: #676767;
	text-decoration: none;
}

a:visited 
{
	color: #676767;
	text-decoration: none;
} 

a:active 
{
	color: #676767;
	text-decoration: none;
} 

a:hover 
{
	color: #676767;
	text-decoration: underline;
}