@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: 713px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 713px;
	background: #666 url(../images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#core a:link, #core 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;
}

/* FLASH REQUIRED
-------------------------------------------------------------------*/
#flashrequired { 
 	text-align: center;
}

#flashrequired p { 
 	font-weight: bold;
}

#getflash {
	margin: 12px 0 100px 0;
}





/* FOOTER AND GOODBYE (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 907px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 957px;
	left: 0;
}