#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-staff.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

#content {
	width:395px;
	height:330px;
	overflow: hidden;
	position: absolute;
	left:580px;
	top:105px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333322;
}

	#uparrow {
		left: 976px;
		top: 115px;
		background: url(../images/layout/uparrow.png);
	}
	
	#downarrow {
		left: 976px;
		top: 415px;
		background: url(../images/layout/downarrow.png);
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-staff.png) no-repeat;
	position: absolute;
	left: 262px;
	top: -25px;
	z-index: 100;
	display:block;
}

	#nav ul {
		position:relative;
		display:block;
		padding:0;
		margin:0;
	}
	#nav ul li {
		display:block;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
		position:absolute;
	}
	#nav ul li a {
		display:block;
		text-decoration:none;
		text-indent:-9999px;
		background-image: url(../images/layout/nav-text.png);
	}
	#nav ul li a:hover {
		background-image: url(../images/layout/nav-active.png);
	}

	.navimage {
		position:absolute;
		display:none;
		background-repeat: no-repeat;
	}

	.stafflink {
		text-decoration: underline;
		font-size: 15px;
		font-weight:bold;
		position: relative;
		z-index: 200;
	}
	.staffsubheading {
		padding-left: 30px;
		font-style: italic;
		padding: 4px 0 4px 30px;
		font-size: 14px;
	}
	.stafftext {
		padding-left: 60px;
		font-style: italic;
		font-size: 14px;
	}
	
	
/* Staff Images */

		.staffimage {
			display:none;
			position: absolute;
			z-index: 300;
		}

		#staffimage-1 {
			width: 140px;
			height: 181px;
			right: 465px;
			top: 93px;
			background-image: url(../images/layout/navimage-staff-1.png);
		}
		#staffimage-2 {
			width: 162px;
			height: 234px;
			left: 0px;
			top: 75px;
			background-image: url(../images/layout/navimage-staff-2.png);
		}
		#staffimage-3 {
			width: 105px;
			height: 228px;
			left: 230px;
			top: 74px;
			background-image: url(../images/layout/navimage-staff-3.png);
		}
		#staffimage-4 {
			width: 158px;
			height: 285px;
			left: 211px;
			top: 89px;
			background-image: url(../images/layout/navimage-staff-4.png);
		}
		#staffimage-5 {
			width: 176px;
			height: 285px;
			left: 0px;
			top: 335px;
			background-image: url(../images/layout/navimage-staff-5.png);
		}
		
		#staffimage-6 {
			width: 173px;
			height: 273px;
			right: 0px;
			bottom: 46px;
			background-image: url(../images/layout/navimage-staff-6.png);
		}
		#staffimage-7 {
			width: 152px;
			height: 284px;
			left: 174px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-staff-7.png);
		}

/* End Staff Images */
