html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#333;
}

#switcher {
	position:absolute;
	top:0.2em;
	right:0px;
}

.switcher{
	font-size:1.3em;
	text-decoration:none;
	color:#DDD;
	margin-right:0.5em;
	background-color:#555;
	padding:0.3em;
	padding-top:0.5em;
	font-family:arial;
}

#back {
	position:absolute;
	top:0.2em;
	left:0px;
}

.back{
	font-size:1.3em;
	text-decoration:none;
	color:#DDD;
	margin-right:0.5em;
	background-color:#555;
	padding:0.3em;
	padding-top:0.5em;
	font-family:arial;
}

.switchSelected {
	color:#555;
	background-color:#DDD;
}

#pageContainer {
	width:100%;
	height:100%;
	float:left;
}

#content {
	margin:auto;
	margin-top:4em;
	padding-bottom:5em;
}

.ThumbView {
	width:51em;
}

.ThumbView .image {
	width:15em;
	margin-left:1em;
	margin-right:1em;
	margin-bottom:2em;
	margin-top:0em;
	float:left;
}
	
.divider {
	width:100%;
	height:2em;
	float:left;
}

.FullView {
	width:80%;
	max-width:1280px;
}

.FullView .image {
	width:100%;
	margin-bottom:2em;
	float:left;
}
	
.user {
	display: block;
	padding: 0.5em;
	margin: auto;
	border-left: 0.4em solid #777;
	margin-bottom: 0.7em;
	border-bottom: 0.4em solid #333;
	height: 1.2em;
	text-decoration: none;
	color: #DDD;
	font-size: 1.5em;
	font-family: arial;
	float: left;
	clear: both;
	width: 10em;
}

.user:hover{
	background-color:#999;
	color:#333;
}