body
{
	background-color: #000;
	color: #9aa0a8;
	padding:  0;
	margin:  0;
	max-height: 100%;
	overflow: hidden;
	font: italic 16pt/140% Georgia, "Times New Roman", Times, serif;
}

#container
{
}

#content
{
	background-color: #000;
	/*
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border: 3px solid #666;
	*/

	padding: 0 25px 0 625px;
	min-height: 600px;
	min-width: 275px;
	max-width: 20em;
	position:  relative;
}

/* @group Text */

#content img
{
	position: absolute;
	left:  0;
	top:  0;
}

a
{
	color: inherit;
}

h1
{
	letter-spacing: 2px;
	font: bold 250% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0.25em;
	margin-bottom: 0.25px;
}

p.nav {
	clear:  both;
	text-align: right;
	position: fixed;
	right:  25px;
	bottom: 25px;
	padding: 0;
	margin: 0;
	font-size:  80%;
}

a.next, a.prev
{
	text-decoration: none;
}


a.prev:before
{
	content: '<< ';
}
a.next:after
{
	content: ' >>';
}

h1.wide, p.wide
{
	margin-left: -600px;
	font-size: 80%;
}

h1.wide
{
	margin-top: 550px;
}

p.wide
{
	padding-left: 0px;
}

/* @end */

/* @group Breadcrumps */

#breadcrumps
{
	text-align: left;
}

#breadcrumps ul
{
	list-style-type: none;
	padding: 0;
	font-size: 10pt;
	border-bottom: 2px outset #b3b3b3;
	border:  none;
	margin: 0;
}

#breadcrumps li
{
	display: inline;
}

#breadcrumps a
{
	color: inherit;
	text-decoration: none;
}

#breadcrumps li:after
{
	content: ' > ';
}

/* @end */
