/* These styles apply to every element on the page. This is useful for reseting

 * styles before moving forward. Some browsers assume different default values

 * for block level elements.
 */
*
{
	margin:		0;
	padding:	0;
	font-family:	Verdana, Arial, sans-serif;
	font-size:	13px;
}

body {
	background-color:	#2C1B01;
	//background-image:	url("images/2c1b01.png");
	padding-bottom:		40px;
}

div#container {
	position:		absolute;
	left:			50%;
	top:			3%;
	right:			auto;
	bottom:			auto;

	padding:		0 0 2em 0;
	margin:			0.4em 0 0 -400px;

	width:			800px;
	height:			auto;

	font-size:		16px;
}

img#pagephoto {
	float:		right;
	padding:	4px;
}


h1, h2 {
	display: none;
}

h1 {
	font-size: 	1.5em;
}

h2 {
	font-size: 	1.3em;
	padding: 	1em 0 0.2em 0;
}

h3 {
	font-size:	1.8em;
	letter-spacing: 0.1em;

	padding-top:	0.2em;
	padding-bottom: 0.7em;
}

h4 {
	font-size: 	1.3em;
	padding: 	1em 0 0.2em 0;
}

h5 {
	font-size: 	1.1em;

	padding: 1em 0 0.2em 0;
}

small {
	font-size:	11px;
}

b#title {
	font-size:	1.2em;
}


p#movement {
	text-indent:	2.0em;
}

p#notes {
	text-indent:	3.0em;
}

p#indent {
	text-indent:	2.0em;
}

p#back {
	font-style:	italic;
	text-align:	center;
}

i#space {
	padding-bottom: 1.7em;
}	

div#title {
	width:			800px;
	height:			95px;

	margin:			0em;
	padding:		0em;

	font-weight:		bold;

	font-variant:		small-caps;

	background-image:	url("images/logo.png");
}

div#nav ol {
	margin:		0em;

	padding-top:	0.5em;

	padding-bottom:	0.5em;
	padding-right:	0.5em;
	padding-left:	0;

	width:		800px;
}

div#nav {
	padding:		5px 0 0 0;
	text-color:		transparent;
	border-top:		white solid 1px;
	border-bottom:		white solid 1px;
}

div#nav img {
	margin: 0;
	padding: 0;
	border: none;
	float:	center;
	text-align: center;
}

/*

div#nav ol li {
	display:	inline;
	padding:	0em 0.3em 0em 0.6em;

	border-left:	solid 1px black;
}

div#nav ol li.first {
	padding:	0em 0.3em 0em 0em;
	border-left:	none;
}
*/

div#content {
	margin:		0;
	padding:	0.5em 1em 1em 1em;
	line-height:	130%;

	font-family:	Verdana, Arial, san-serif;
	font-size:	13px;
	background-color:	#9acd89;
}

#content ul li {
	font-size: 13px;
	margin-left: 1.5em;
}

a:link {
	font-weight: bold;
	color: #3A290F;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #6A593F;
	text-decoration: none;
}

a:active, a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}