@charset "utf-8";
/* Gallery */

html, body {
	height:100%;
}

body {
	background-color: #B2BAC6;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #DDDDDD;
	text-decoration:none;
}

form, input, select {
	display:inline;
}

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

#centered {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#previous {
	float:left;
}

#next {
	float:right;
}

.centered {
	text-align:center;
}

.error {
	color:#990000;
	font-weight:bold;
	margin:10px;
}

.clear {
	clear:both;
}

table {
	background-color:#929AA6;
}

table thead, table tfoot {
	font-weight:bold;
	font-size: 18px;
}

.photo {
	float:left;
	position:relative;
	text-align:center;
	background-color: #929AA6;
	margin:10px;
	font-size:12px;
	height:340px;
	width:260px;
}

.photo img {
	margin-top:10px;
	border:solid 10px #FFFFFF
}

.photoimage {
	border:solid 30px #FFFFFF;
	display:table;
	margin:0 auto 0 auto;
}