/* photo.css -- for BB galleries */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	color: white;
}


#wrapper {
	background-color: #ffffff;
	color: black;
	width: 790px;
	position: relative;
	left: 50%;
	margin-left: -395px;
	margin-top: 4px;
	}
	
.topline {
	position: absolute;
	top: 48px;
	left: 5px;
	border-top: 2px solid #15111e;
	background: white;
	width: 774px;
}

.topline2 {
	position: absolute;
	top: 68px;
	left: 0px;
	border-top: 4px solid #ffc25a;
	background: white;
	width: 790px;
}
	

#footer {
	color: #15111e;
	border-top: 2px solid #ffc25a;
	font-size: .9em;
	margin: 5px;
	padding-bottom: 18px;
	width: 775px;
	}

	
