/* CSS Document */

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	} 

body {
	margin: 25px 0 25px 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: small;
	background: #000;
	color: #000;
	}

#frame {
	background: url(img/texture.gif);
	width: 668px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}

/* index */

#splash {
	background: #B58A72 url(img/sbkgd.gif) no-repeat top left;
	width: 628px;
	height: 524px;
	border: 1px solid #333;
	margin: 20px;
	}

#splash dt {
	margin: 100px 50px 148px 55px;	
	}

/* background */

#back {
	background: #B58A72 url(img/bird.gif) no-repeat top left;
	width: 628px;
	min-height: 524px;
	border: 1px solid #333;
	margin: 20px;
	}

#back p {
	margin-left: 320px;
	margin-right: 1em;
	margin-top: 1em;
	line-height: 115%;
	}

/* links */

#link {
	background: #B58A72 url(img/lladd8.jpg) no-repeat bottom right;
	width: 628px;
	height: 524px;
	border: 1px solid #333;
	margin: 20px;
	}

#linkp {
	margin-top: 3em;
	margin-right: 375px;
	margin-left: 2em;
	}

#linkp p {
	line-height: 120%;
	}

#link a:link { color: #000; text-decoration: underline; }
#link a:visited { color: #C30; text-decoration: none; font-weight: bold; }
#link a:hover { color: #FFF; text-decoration: underline; background-color: #4A3429; }

/* description page */

#descript {
	background: #B58A72;
	width: 628px;
	min-height: 524px;
	border: 1px solid #333;
	margin: 20px;
	}

#descript dt {
	margin: 3em 2em 0em 3em;	
	}

#descript dd {
	margin: -325px 2em 2em 350px;
	line-height: 120%;	
	}

/* letter page */

#letter {
	background: #B58A72 url(img/imrhis.jpg) no-repeat top left;
	width: 628px;
	min-height: 524px;
	border: 1px solid #333;
	margin: 20px;
	}

#text {
	font-weight: bold;
	margin-left: 320px;
	margin-right: 1em;
	margin-top: 8em;
	margin-bottom: 2em;
	font-size: 125%;
	line-height: 120%;
	}

/* chronicles */

#story {
	background: #B58A72;
	width: 628px;
	min-height: 524px;
	border: 1px solid #333;
	margin: 20px;	
	}

#story h1{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 125%;
	font-style: italic;
	margin-bottom: 1.5em;
	}

#sidebar {
	width: 150px;
	font-size: 90%
	z-index: 3;
	}
	
ul.subNav {
	padding: 0.2em;
	margin-top: 2em;
	} 
	
ul.subNav li {
	display: block;
	padding-bottom: 5px;
	list-style-type: none;
	text-align: left;
	}

#sidebar li a:link { display: block; color: #000; text-decoration: underline; font-weight: bold; }
#sidebar li a:visited { display: block; color: #000; text-decoration: none; }
#sidebar li a:hover { display: block; color: #FFF; text-decoration: underline; background-color: #4A3429; }

#sframe {
	position: fixed;
	width: 410px; 
	height: 500px;
	z-index: 2; 
	margin-left: 200px; 
	top: 4em;
	}

/* global navigation */

#footer {
	background: #4A3429;
	margin: 0 auto;
	width: 628px;
	font-size: 90%;
	}
	
#footer ul.gnav {
	padding: 0.2em;
	margin-top: 2em;
	text-align: center;
	} 
	
#footer ul.gnav li {
	display: inline;
	padding-bottom: 2em;
	padding-top: 2em;
	list-style-type: none;
	margin-right: 1.25em;
	margin-left: 1.25em;
	color: #B58A72;
	}

#footer li a:link { display: inline; color: #000; text-decoration: none; }
#footer li a:visited { display: inline; color: #fff; text-decoration: none; }
#footer li a:hover { display: inline; color: #b58a72; text-decoration: underline; }

/* new chronicles test code */

#story2 {
	background: #B58A72 url(img/story_img1.jpg) no-repeat bottom left;
	width: 628px;
	min-height: 524px;
	border: 1px solid #333;
	margin: 20px;	
	}

#story2 h1{
	text-align: right; 
	padding-right: 2em;
	padding-top: 8em;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 125%;
	font-style: italic;
	margin-bottom: 1.5em;
	}

#sidebar2 {
	font-size: 95%;
	z-index: 3;
	}
	
ul.subNav2 {
	margin-top: 2em;
	margin-left: 400px;
	} 
	
ul.subNav2 li {
	padding-right: 4em;
	display: block;
	padding-bottom: 5px;
	list-style-type: none;
	text-align: right;
	}

#sidebar2 li a:link { display: block; color: #000; text-decoration: underline; font-weight: bold; }
#sidebar2 li a:visited { display: block; color: #000; text-decoration: none; }
#sidebar2 li a:hover { display: block; color: #FFF; text-decoration: underline; background-color: #4A3429; }

/*
#sframe2 {
	position: fixed;
	width: 410px; 
	height: 500px;
	z-index: 2; 
	margin-left: 200px; 
	top: 4em;
	} */