BODY {
	background-color: #ffffff;
	background-image: url(images/tile_left_menu5.jpg);
	background-repeat: no-repeat;
    scrollbar-3dlight-color:#FF9900;
    scrollbar-arrow-color:#CC0000;
	scrollbar-darkshadow-color:#663300;
    scrollbar-face-color:#CC6600 ;
    scrollbar-highlight-color:#CC0000;

}
#bodyNav {
	background-image:  url(images/frameLeft_tile5.jpg);
	background-repeat: repeat-x;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#leaves {
	background-image: url(images/leaves_falling_transparent.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 550px;
	top: 20px;
	z-index: 1;
}
#navigation {
    background-image:  url(images/tile_left_menu5.jpg);
	background-repeat: repeat-y;
	width: 130;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 109px;
	z-index: 2;
}
#credits {
	position: absolute;
	left: 3px;
	top: 450px;
	width: 100px;
}
#content {
    background-color: #ffffff;
    position: absolute;
	left: 180px;
	top: 109px;
	width: 75%; 
}
#footer {
	background-color: #ffffff;
	position: absolute;
	width: 75%;
	height: 50px;
	left: 160px;
	z-index: 5;
}
