@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: 777px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 777px;
	background: #666 url(images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}





/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content p {
	line-height: 16px;	
}


#content ul {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
 

#column1 {
	float: left;
	width: 200px;
	height: 630px;
	margin: 10px 20px 0 0;
}


#column2 {
	width: 300px;
	height: 630px;
	margin: 10px 0 0 280px;
}
	

.primary {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 0 0;
}

.secondary {
	list-style: disc;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0 0 0 22px;
}

.third {
	list-style: circle;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0 0 0 22px;
}




/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 971px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1021px;
	left: 0;
}