/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:944px;/* for mozilla*/
	background-color: #ffffff;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:944px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:944px;
}
#header{
	position:absolute;
	top:0;
	width:944px;
	height:335px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#hdr_img {
	background-repeat: no-repeat;
	height: 250px;
}
div.hdr_contact {background-image: url(../images/banners/BCF-HomeBanner.gif);}
div.hdr_about {background-image: url(../images/banners/BCF-AboutUsBanner.gif);}
div.hdr_donors {background-image: url(../images/banners/BCF-DonorsBanner.gif);}
div.hdr_grants {background-image: url(../images/banners/BCF-GrantsBanner.gif);}
div.hdr_faq {background-image: url(../images/banners/BCF-FaqBanner.gif);}
div.hdr_whatsnew {background-image: url(../images/banners/BCF-WhatsNewBanner.gif);}
div.hdr_advisors {background-image: url(../images/banners/BCF-AdvisorsBanner.gif);}
div.hdr_links {background-image: url(../images/banners/BCF-LinksBanner.gif);}
div.hdr_youth {background-image: url(../images/banners/BCF-YouthBanner.gif);}
#hdr_img #logo {
}

div.home {
	background-color: #000000;
}
div.contact {
	background-color: #ffffff;
}
div.about {
	background-color: #000000;
}
div.donors {
	background-color: #000000;
}
div.grants {
	background-color: #000000;
}
div.faq {
	background-color: #000000;
}
div.whatsnew {
	background-color: #000000;
}
div.advisors {
	background-color: #000000;
}
div.links {
	background-color: #000000;
}
div.youth {
	background-color: #000000;
}

#left {
	position:relative;/*ie needs this to show float */
	width:215px;
	float:left;
	padding-top:335px;/*needed to make room for header*/
	padding-bottom:150px;/* needed to make room for footer */
	padding-right: 20px;
}
#left p, #left ul {
	color: #717375;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#left ul {
	padding: 0;
	margin: 5px 0 10px 15px;;
}
#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:335px;/*needed to make room for header*/
	padding-bottom:150px;/* needed to make room for footer */
}

#footer {
	width:944px;
	clear:both;
	height:100px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-color: #ffffff;
	padding-top: 50px;
}
#ftr_nav {
	background-image: url(../images/bg_nav.gif);
	background-position: 0 31px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 41px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#ftr_nav li {
	float: left;
	display: block;
	width:117px;
	border-left: 1px solid #6D6F71;
	text-align: center;
	margin: 0;
	padding: 0;
}
#ftr_nav li.first {
	border-left: 0;
}
#ftr_nav li a {
	text-decoration: none;
	color: #6D6F71;
}
#ftr_nav li a:hover {
	text-decoration: underline;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:688px;
	float:right;
	padding-top:335px;
	padding-bottom:150px;/* needed to make room for footer */
	padding-left: 20px;
}
#centre a {
	color: #005eff;
}
#centre p, address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717375;
	line-height: 18px;
}
#centre ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #717375;
}
#designby {
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
}
#designby a {
	color: #717375;
	text-decoration: none;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */