body {
	font-family: Verdana, Arial, sans-serif;
}

h2 {
	width: 500px;
	color: #333;
	background: #CCC;
	padding: 10px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

h1 {
	color: #333;
	background: #CCC;
	padding: 10px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

div#top {
	float: left;
	width: 100%;
	color: #333;
	background: #CCC;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

table {
	width: 522px;
	background: #CCC;
	padding: 10px;
	border: 1px solid #000;
}

h4 {
	position: absolute;
	width: 400px;
	height: 200px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -200px;
}

img { border: 0; }

div.container {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	min-height: 340px;
}

div.photo { 
	float: left;
	width: 222px;
	height: auto;
	border: 1px solid #666;
	text-align: center;
	font-size: 9pt;
}

div.photo div.top {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #333;
	font-size: 9pt;
	color: #FFF;
	font-weight: bold;
}

div.photo div.bottom {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #333;
	font-size: 9pt;
	color: #FFF;
	font-weight: bold;
}

	
div.photo img.photo {
	border: 1px solid #666;
	margin-top: 10px;
}

div.photo p {
	float: left;
	width: 200px;
	margin: 10px;
	padding: 0;
	text-align: center;
}
