body
{
	margin: 5em 0 0 0;
	font-size: 70%;
	background-color: #fff;
	color: #000;
	text-align: center;
}

*
{
  margin: 0;
  padding: 0;
  border: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
}

h2
{
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
}

h3
{
	margin: 1em 0 0 0;
  font-weight: bold;
}

p
{
  margin: 0 0 1.6em 0;
}

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

a:hover
{
	text-decoration: underline;
	color: #b69550;
}

#header img
{
  width: 20em;
  height: 33.12em;
}

#album img
{
  float: right;
  width: 8em;
  height: 8em;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#album div
{
  padding: 0 10em 0 0;
}


.hidden
{
  display: none;
}

.light
{
  color: #999;
}

/* Master layout ------------------------------------------------------------ */
#horizontal
{
  margin: auto;
  width: 50em;
  text-align: left;
}

#header
{
	float: left;
	margin: 0 0 3em 0;
}

#content
{
	margin: 0 0 3em 0;
	padding: 3em 0 0 22em;
}

#album
{
	margin: 0 0 3em 0;
}

#footer
{
  clear: both;
  margin: 5em 0 3em 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
