body {
background:url(../bgMiddle1.jpg);
scrollbar-Arrow-Color:#663300;
scrollbar-Face-Color: white;
scrollbar-Highlight-Color: white;
scrollbar-3dLight-Color: #663300;
scrollbar-Shadow-Color: #663300;
scrollbar-Darkshadow-Color: white;
scrollbar-Track-Color: #CCCCCC;	
}	

div.navigation {
	position:absolute;
	left:30px;
	top:154px;
	width:81px;
	height:17px;
	z-index:1;
}

div.imageholder {
	position:absolute;
	left:0px;
	top:0px;
	width:550px;
	height:425px;
	z-index:1;
}


div.textholder {
	left:20px;
	top:20px;
	width:600px;
	height:600px;
	z-index:1;
	position: relative;
	overflow: scroll;
	
}


h1 {
	font-size: 150%;
}
h2 {
	font-size: 100%;
	color: #663300;
}
h3 {
	font-size: 80%;
	color: #666666;
	font-weight: lighter;
	font-family: fantasy;
}
h4 {
	font-size: 80%;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
h5 {
	font-size: 60%;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #EFEFEF;
}

