@charset "utf-8";



/* PAGE HEADER (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/aboutpagehead.jpg) no-repeat;
}





/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 769px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 769px;
	background: #666 url(../images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#management a:link, #management a:visited {
	color: #666;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content p {
	line-height: 16px;
}


/* TEAM WRAPPER
-------------------------------------------------------------------*/
#team {
	width: 662px;
	height: 520px;
	margin: 20px 0 0 0;
}

.member {
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	border: 5px solid #E2E2E2;
}

.who {
	float: left;
	width: 220px;
	height: 90px;
	margin: 0 10px 20px 0;
}

.name {
	font-size: 11px;
	padding: 5px 0 0 0;
}

.title{
	font-size: 13px;
	font-style: italic;
}




/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 963px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1013px;
	left: 0;
}