@import "reset.css";

body
{
	width: 54em;
	padding: 3em 0 0 5em;
	font-size: 14px;
	font-family: "Helvetica", "Arial", sans-serif;
	color: white;
}
h1
{
	font-size: 2em;
	font-weight: normal;
}
h1 a
{
	text-decoration: none;
}
h2
{
	font-size: 1em;
	font-weight: bold;
}
p
{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1em;
}
p.aside
{
	font-size: 0.7em;
	font-style: italic;
	padding: 0 1em;
}
a
{
	color: white;
}
.Clear
{
	clear: both;
}

/*##### Layout #####*/
#Banner, #Banner a
{
	font-size: 2.5em;
	color: rgb(25, 25, 25);
}
#Navigation
{
	float: left;
	margin: 0 1em 0 0;
	padding: 1em;
	background-color: rgb(25, 25, 25);
}
#Navigation li a
{
	display: block;
	width: 5em;
	padding: 0.5em;
	text-decoration: none;
	text-align: center;
}
#Navigation li a:hover, #Navigation li a.Current
{
	background-color: rgb(50, 50, 50);
}
#Content
{
	float: left;
	width: 40em;
	margin: 0 0 0 1em;
	padding: 1em 2em;
	background-color: rgb(25, 25, 25);
}
#Footer
{
	clear: both;
	text-align: center;
}

/*##### Galleries #####*/
ul.Gallery
{
	margin-bottom: 2em;
}
ul.Gallery li
{
	float: left;
	margin: 2px;
}
ul.Gallery li a:hover
{
	color: white;
}
ul.Gallery li img
{
	width: 50px;
	height: 50px;
	border: solid 1px black;
}