body { 
	color: rgb(80,70,55);                          /* dark brown */
	background: rgb(244,240,229) url("images/back-strips-decor.png") repeat-y fixed center;
	font-family: Georgia, Palatino, Times, serif;
}
#container { 
	width: 960px;
}
#page, #rstrip, #lstrip {
	padding: 1em;
	margin: 0;
}
#page p { 
	text-indent: 1.5em; 
	margin-bottom: 0;
	text-align: justify;
}
#page p.noindent {
	text-indent: 0;
}
.banner {
	text-align: left;
}
/* strips ================================================================ */
#lstrip, #rstrip {
	text-align: center;
}
#lstrip a:link, #lstrip a:visited{
	color: #fff;
	text-decoration: none;
}
#lstrip a:hover {
	color: rgb(80,70,55);
}

/* footer ================================================================ */
#footer {
	clear: both;
}
#footer .lt60 {
	border-top: 2px solid rgb(163,146,120);         /* clear brown */
	font-size: 0.8em;
	padding: 1em 0;
	text-align: center;
}

/* nav menu ============================================================== */
#rstrip ul#menu li {
	display: block;
	font-size: 1.5em;
	line-height: 2;
	border-bottom: 2px solid rgb(163,146,120);
}
#rstrip a:link, #rstrip a:visited{
	color: #800;
	text-decoration: none;
}
#rstrip a:hover {
	color: rgb(80,70,55);
}
#admenu {
	margin-top: 1.8em;
	padding-top: 1em;
	text-align: center;
	border-top: 2px solid rgb(163,146,120);
}

/* standards ============================================================= */
a:link {
	color: #800;
	text-decoration: none;
}
a:visited {
	color: rgb(163,146,120);
	text-decoration: none;
}
a:hover {
	color: rgb(80,70,55);
	text-decoration: underline;
}
h1 {
	color: rgb(163,146,120);
}
strong, b { 
	font-weight: bold;
}
em, i {
	font-style: italic;
}
strong, b, em, i {
	color: rgb(80,70,55);
}

/* line heights ========================================================== */
h1 {
	font-size: 2.4em;
	line-height: 1.25;
	margin: 0.625em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 2em 0 1em 0;
}
h3 {
	font-size: 1.35em;
	line-height: 1.1111;
	margin: 1.1111em 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 1.25em 0;
}
h5 {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em 0;
}
h6 {
	font-size: 0.75em;
	line-height: 2;
	margin: 2em 0;
}
p, blockquote, pre, ol, dl, ul, form {
	line-height: 1.5;
}
blockquote {
	font-size: 0.9em;
	margin: 0.5em 3em;
	text-align: justify;
}
#bio {
	border-top: 2px solid rgb(163,146,120);
	padding: 0.5em 1em;
}
blockquote.do {
	font-style: italic;
}

/* lists ================================================================= */
#page dt {
	font-weight: bold;
}
#page dd {
	margin-left: 1em;
}
#page ol {
	list-style-type: decimal;
}
#page ul {
	list-style: square;
}
#page ul, #page ol {
	margin-left: 1em;
	padding-left: 1em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
	margin-bottom: 0;           /* nested list: no vertical margin */
}

/* next-back buttons ================================================================ */
ul#nextback {
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 1.5em 0;
}
ul#nextback li a {
	display: block;
	width: 6em;
	color: #fff;
	background-color: rgb(163,146,120);
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}
ul#nextback li a:hover {
	color: #fff;
	background-color: rgb(80,70,55);
}

/* floating ======================================================== */
#page img.imgright {
	float: right;
	margin-left: 1em;
}
#page img.imgleft {
	float: left;
	margin-right: 1em;
}
.lt60, .lt50, #back {
	float: left;
}
#strips, .rt50, #next {
	float: right;
}

/* width ================================================================= */
.lt60 {
	width: 60%;
}
#strips {
	width: 40%;
}
.lt50, .rt50 {
	width: 50%;
}

/* table ================================================================= */
table, dl, ul, ol {
	margin-top: 1.5em;
}
td a:link, td a:visited {
	text-decoration: none;
	color: #800;
}
td a:hover {
	color: rgb(80,70,55);
}

th, table caption {
	font-weight: bold;
}
th {
	background: rgb(163,146,120);
	color: #fff;
	font-weight: bold;
}
tr {
	background: #fff;
}
td, th {
	border-left:  1px solid rgb(163,146,120);
	border-right: 1px solid rgb(163,146,120);
	padding: 0.25em 0.5em;
	text-align: right;
}
th.title, td.title {
	text-align: left;
}
.mid, th.mid, td.mid {
	text-align: center;
}
#display {
	width:100%;
}
#display th, #display td {
	text-align: center;
}
tr.grey, td.grey {
	background: rgb(244,240,229);
}
tfoot th, tfoot td {
	background: rgb(80,70,55);
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}

