﻿body {
	background-color: #E20775;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.captions {
	font-size: small;
	font-weight: bold;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 290px;
	float: right;
	padding-top: 150px;
}
.PictureNumber {
	font-size: medium;
	font-weight: bold;
}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	top: 0px;
	width: 545px;
	height: 100px;
	position: relative;
	left: 0px;
	z-index: 2;
	padding-left: 35px;
	padding-top: 10px;
}
#background {
	z-index: 0;
	width: 1600px;
	height: auto;
	position: relative;
	background-color: #E20775;
}
.box {
	width: 550px;
	height: 440px;
	position: relative;
	padding-left: 30px;
	margin: 5px 0 5px 0;
	clear: both;
	float: left;
}
.photo {
	width: 300px;
	height: 440px;
	position: relative;
	float: left;
}
.img {
	border: 2px solid #000000;
}
.padding {
	padding: 5px;
}
.boxRight {
	width: 550px;
	height: 440px;
	position: relative;
	padding-left: 30px;
	margin: 5px 0 5px 0;
	clear: none;
	float: left;
}

