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:0px;
	top:0px;
	width:397px;
	height:270px;
	z-index:1;
	position: absolute;
}


h1 {
	font-size: 150%;
}
h2 {
	font-size: 100%;
	color: #663300;
}
h3 {
	font-size: 90%;
	color: #666666;
	font-weight: lighter;
}
h4 {
	font-size: 80%;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
h5 {
	font-size: 60%;
	color: #666666;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #EFEFEF;
}

