@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: 490px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 490px;
	background: #666 url(../images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#community a:link, #community 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;
}



/* CHARITIES IMAGE
-------------------------------------------------------------------*/
#charities{ 
 	margin: 20px 0 20px 0;
}

/* MULTIMEDIA SECTION
-------------------------------------------------------------------*/
.headers {
    width: 500px;
	height: 24px;
	background: #4D4D4D;
	margin: 20px 0 1px 0;		
}

#multimedia {
	width: 478px;
	height: 126px;
	background: #F2F2F2 url(../images/photoicon.jpg) no-repeat 250px 18px;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 20px 0;
}

#multimedia p {
	margin: 5px 0 5px 0;
	font-size: 11px;
}

#multimedia h3{
	font-size: 11px;
	padding-top: 8px;
}

#screenshot {
	padding-right: 14px;	
}


/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 684px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 714px;
	left: 0;
}