body {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
}
#content {padding: 10px 0 0 0;}

.col-1, .col-2, .col-3 {float:left;}
.wrapper {width:100%; overflow:hidden;}
.col-1 {
	width:200px; 
	text-align: center;
}
.col-2 {
	width:580px;
	text-align: center;
}
.col-3 {
	width:180px;
	text-align: center;
	margin-left: -20px;
}
.main { width:1003px; margin:0 auto;}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
footer {
	color: #686868;	
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 30px;
}
strong {
	font-weight: bold;
}
a {
	color: #eeeeff;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 0.5em;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1em;
}
.link-button {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	background: #0d5793;
	background: linear-gradient(to top, #0d5793, #094575);
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.link-button:hover {
	background: #999900;
	background: linear-gradient(to top, #999900, #cc7c06);
}
.logo {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}
.front-logo {
	text-align: center;
	margin-top: 1em;
}
.error {
	color: red;
}
#account-block {
	position: absolute;
	top: 10px;
	right: 10px;
}
.success-message-wide {
	text-align: center;
	font-weight: bold;
	color: green;
}
.photo-display {
	padding: 0px;
}
.photo-display-img {
	margin-bottom: 5px;
	border: solid 2px #cfb52b;
}
.center {
	text-align: center;
}
.center * {
	margin-left: auto;
	margin-right: auto;
}
.lightbox img {
	max-width: 200px;
	max-height: 300px;
}