body {
	background-color: #0C0A0A;
	font-size: 8.6pt;
	font-family: Tahoma, Lucida Grande, Arial, Helvetica, sans-serif;
	color: white;
	line-height: 1.6em;
	letter-spacing: 0.09em;
	word-spacing: 0.01em;
	text-align: center;
}

#container .column {
  position: relative;
  float: left;
}

.column {
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#container {
	overflow: hidden;
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1120px;
	overflow: hidden;
}

#header {
	z-index: 1;
}

#photos img {
	/*border: 2px solid silver;*/
	display: block;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 595px;
}

#photos {
 	background-color: #191919;
 	color: white;
	text-align: center;
	width: 640px;
	text-align: center;
}

#description {
	background-color: black;
	padding-left: 20px;
	padding-right: 20px;
	width: 240px;
}

#navigation {
	background-color: black;
	padding-left: 20px;
	padding-right: 20px;
	width: 160px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#navigation h2 {
	margin-bottom: 0.25em;
}

#navigation a:hover {
	color: #00baff;
}

.selected:after {
	content: ' \000BB'; /* right-angled quote (&raquo;) */
}

h2 {
	color: #555555;
	font-weight: bold;
	font-size: 8.6pt;
	margin-bottom: 0.75em;
	margin-top: 2em;
}

a img {
	border: none;
}

p {
	margin-top: 0;
}

#footer {
	color: silver;
	padding-left: 860px;
	width: 100%;
}

#navigation {
	position: fixed;
}