body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	z-index:1
}
#gradBG {
	background-image: url(Dev/greenSlices/images/horzBG_07.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: fixed;
	z-index: 2;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#sidebar img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
#trammell {
	position: absolute;
	left: 226px;
	top: 0px;
	z-index: 4;
}
#nav {
	background-image: url(Dev/greenSlices/navBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
	height: 95px;
	z-index: 3;
}
#scroll {
	overflow: auto;
	position: absolute;
	height: 485px;
	width: 693px;
	top: 93px;
	z-index: 6;
	right: 3px;
	background-attachment: scroll;
}
