body {
	background: black;
	color: black;
	font: 18px verdana, arial;
	margin: 0;
	padding: 0;
}

div#header  
{
	position: relative;
	background-image: url(images/border_horiz.png);
	background-repeat: repeat-x;
	height: 80px;
	color: black;
	font: 28pt verdana, arial;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 15px;
}


.image {
	border: 0px;
}

div#container 
{
	position: absolute;
	background-image: url(images/papyrus.png);
	top: 60px;
	height: 470px;
	width: 700px;
	margin: 0;
	overflow: auto;
	padding: 0 10px;
	line-height: 2em;
}

div#footer  
{
	position: relative;
	top: 445px;
	background: url(images/border_horiz2.png);
	background-repeat: repeat-x; 
	height: 100px;
	padding-top: 15px;
	padding-left: 15px;
}
	

img#pic01 {
	float: right;
}
img#pic02 {
	float: left;
}

img#h_btn {
	position: absolute;
	right: 10px;
	padding-top: 10px;
	border: 0px;

}

img#r_btn {
	position: absolute;
	right: 130px;
	margin-top: -2px;
	border: 0px;

}
img#l_btn {
	position: absolute;
	right: 200px;
	margin-top: -2px;
	border: 0px;

}

span#picRight {
	text-align: center;
	float: right;
	font-size: 10pt;
	font-style: italic;
	padding: 10px;
}

span#picLeft {
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	float: left;
	padding: 10px;
}


h2 {
	font-family: tahoma, verdana, san-serif;
	font-size: 16pt;
	color: black;
	font-weight: bold;
}


.clear {
	clear: both;
}

.author {
	font-family: tahoma, verdana, san-serif;
	font-size: 16pt;
	color: black;
	font-style: italic;
	font-weight: bold;
}
