@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(bg-repeat.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;	
	background-position:center;
}

p {
	line-height:1.7em;
	text-align: justify;
}

.paper-bg {
	background-image:url(paper-bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

#pencildrawing {
	border-color:#524610;
	border-style:solid;
	border-width:1px;
	border-top:none;
	margin-left:2px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

#nav td {
	font-size:1.1em;
	font-weight:bold;
	border-left:solid black 1px;
	height:41px;
}

#nav td a {
	color:#FFFFCC;
	text-decoration:none;
	display:block;
	height:31px;
	padding:10px 0px 0px 30px;
}

#nav a:hover {
	text-decoration:underline;
}

.sideheader {
	font-weight:bold;
	border-bottom:solid black 1px;
	height:30px;
	background-image:url(decoration.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:5px;
}

.sidebartext {
	font-size:0.8em;
	margin:5px;
}

.selected {
	background-color:#000000;
}

.paper-bg a {
	color:#524610;
}

.paper-bg a:hover {
	color:#000000;
}
#nav ul {
	padding: 0;
	margin: 0px 0px 0px -1px;
	list-style: none;
	position: absolute;
	width: 178px;
	text-align:left;
	background-color:#524610;
	border:solid black 1px;	
	left: -999em;
}

#nav li a {
	display: block;
	width: 148px;
	padding:3px 0px 3px 30px;
	height:23px;
}

#nav li {
	float: left;
	width: 178px;
}


#nav td:hover ul, #nav td.sfhover ul {
	left: auto;
}