html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	min-height: 100%;
	background-color: #f9f5ea;
	font-family:helvetica,arial,sans-serif;
	font-size:10pt;
	color:#666;
	text-align: center;
	}
	
a:link#menu {
	text-decoration: none;
	color: #f9f5ea;
	padding-left:10px;
	text-transform: uppercase;
	}

a:hover#menu, a:visited:hover#menu {
	text-decoration: none;
	color: #F89728;
	}

a:visited#menu {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left:20px;
	}
	
a:active#menu {
	text-decoration: none;
	color: #F89728;
	}
	
.wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	text-align: left; /* counter the body center */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	border:1px solid #CCCCCC;
	}
	
.header {
	width:800px;
	height:100px;
	background-color: #383838;
	}

.logo {
	float:left;
	margin-left:10px;
	margin-top:5px;
	}
	
.menu {
	float:left;
	padding-top:50px;
	margin-left:3px;
	}

.content {
	padding:30px;
	color: #000000;
	width:100%;
	height: 760px;
	}

.contentcommunity {
	padding:30px;
	color: #000000;
	width:100%;
	height: 950px;
	}
	
.clear {
	padding:0;
	}

#leftcontent {
	float: left;
	}

#rightcontent {
	float: left;
	width:300px;
	padding-left:20px;
	}

#rightcontentindex {
	float: left;
	width:350px;
	padding-left:40px;
	}

#rightcontentabout {
	float: left;
	width:350px;
	padding-left:40px;
	}

#rightcontentcontact {;
	width:400px;
	padding-left:20px;
	}
	
.footer {
	background-color: #f89828;
	color: #FFFFFF;
	width:800px;
	bottom:0; /* stick to bottom */
	}

#funders {
	padding-left:20px;
	}

#community {
	width:600px;
	padding-left:20px;
	}
	
#fundersleft {
	float: left;
	}

#fundersright {
	float: right;
	}
	
#office-left, #office-middle {
	width:266px;
}

#office-right {
	width:266px;
}

ul#office {
	list-style: none;
	padding-top:10px;
	padding-bottom:20px;
	}

table, tr, td {
	vertical-align:middle;
	text-align: center;
	}
	
td.cellheader {
	text-align:left;
	}
	
table#partners {
	border:0;
	padding-left:150px;
	padding-top:15px;
	}

td {
	font-size:9pt;
	color: #FFFFFF;
	}