body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

#layout {
	width: 1000px;
	padding: 50px 100px;
	background-color: #111;
	margin: 0 auto;
}
#content {
	color: #DDD;
	font-size: 150%;
	font-family: sans-serif;
}
#return {
	font-family: sans-serif;
	font-size: 150%;
	position: relative;
	top: -1em;
}
#content a:link, #content a:visited, #return:link, #return:visited {
	color: #207C56;
	text-decoration: none;
}
#content a:hover, #content a:active, #return:hover, #return:active {
	color: #81FFB5;
	text-shadow: 0 0 5px #207C56, 0 0 5px #207C56, 0 0 5px #207C56, 0 0 5px #207C56;
}
h1, h2, h3 {
	font-family: serif;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	border-bottom: 1px solid #444;
	margin-bottom: 1em;
}
h2 {
	font-size: 250%;
	text-align: center;
}
.items h2 {	margin: 2em 0 0.5em 0; }
h1 a:link, h1 a:visited {
	color: #FFF;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #81FFB5;
	text-shadow: 0 0 5px #207C56, 0 0 5px #207C56, 0 0 5px #207C56, 0 0 5px #207C56;
}
a:focus { outline: none; }
#layout .fig {
	overflow: auto;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
#layout .fig .frame {
	border: 5px solid #222;
	display: inline-block;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
#layout .fig img {
	margin: 0;
	padding: 0;
	display: block;
}
#layout .fig p {
	margin: 0;
	text-align: center;
	background-color: #222;
	padding: 5px 0 0 0;
	border: 2px solid #222;
}
.items a:link, .items a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #222;
	padding: 10px 10px 10px 10px;
	border: 5px solid #282828;
	overflow: auto;
	margin-bottom: 25px;
}
.items a:focus { outline: none; }
.items a:hover {
	background-color: #333;
	border: 5px solid #207C56;
	box-shadow: 0 0 15px #207C56;
}
.items img {
	float: left;
	margin-right: 30px;
	border: 1px solid #333;
}
.items a:hover img {
	border: 1px solid #444;
}
.items .title {
	color: #DDD;
	font-size: 300%;
}
.items a:hover .title {
	color: #FFF;
}
.items .description {
	margin-top: 10px;
	font-size: 150%;
	color: #AAA;
	font-family: sans-serif;
}
.items a:hover .description {
	color: #CCC;
}

.items .description p {
	margin: 0 0 0.5em 0;
}

