body {
	margin: 200px 0 0 60px;
	font-family: serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 130%;
	color: #FFFFFF;
	background: #000000 url("images/BP/masthead.gif") no-repeat left top;
}
	body#home, body#contact { font-size: 120%; }

h1 {
	margin-bottom: 1em;
	font-size: 150%;
	font-family: serif;
}

a { color: #FFFFFF; }
a:visited { color: #999999; }
a:hover { color: #FFFFFF; text-decoration: none; }

p { width: 650px; }
	p#home { width: 550px; }

p.footer {
	margin-top: 4em;
	width: auto;
}

p.copyright {
	margin-top: 2em;
	width: auto;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}

div#gallery {
	width: 80%;
}
	#gallery img { margin: 0 27px 27px 0; border: 1px inset #111111; cursor: pointer; }


.photos {
	position: absolute;
	left: 0; 
	top: 0;
	height: 90%;
	max-height: 95%;
	width: 90%;
	margin: 20px; 
	padding: 15px;
	background: #000000;
	border: 3px solid #cbcbcb;
	visibility: hidden;
	overflow: hidden;
	cursor: pointer;
	z-index: 2000;
}

.right { text-align: right; }

a.close { 
	position: absolute;
	bottom: 0;
	font-size: small;
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
}

	a.potent { font: bold 200% serif; font-style: italic; text-decoration: none; color: #7d7d7d; }
	a.potent span { display: none; } 
