body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/brownbkgrd.jpg");
	background-repeat: repeat;	
}
div#container
{
position:relative;
width: 760px;
}
div#topcontainer
{
position: relative;
width: 760px;
top: 0px;
left: 0px;
padding-top: 0px;
}
div#header {
	background-image:  url("../images/header.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height:197px;	
	position: relative;
	top: 0px;
	left: 0px;
}
div#header a
{
height: 180px;
width: 230px;
display: block;
}
div#menu{
	
	position: absolute;
	top: 135px;
	width: 741px;
	}
div#menu span, h1, h2
{
visibility:hidden;
display:none;
}
div#home
{
background-image:  url("../images/home.jpg");
	background-repeat: no-repeat;
	width: 36px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 405px;
}
div#home a
{
	width: 36px;
	height: 14px;
	display: block;
}
div#home a:hover
{
	background-image:  url("../images/home2.jpg");
}

div#about
{
	background-image:  url("../images/about.jpg");
	background-repeat: no-repeat;
	width: 54px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 351px;
	
}
div#about a
{
	width: 54px;
	height: 14px;
	display: block;
}
div#about a:hover
{
	background-image:  url("../images/about2.jpg");
}
div#wherewework{
	background-image:  url("../images/where.jpg");
	background-repeat: no-repeat;
	width: 84px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 267px;
}
div#wherewework a
{	width: 84px;
	height: 14px;
	display: block;
}
div#wherewework a:hover
{
	background-image:  url("../images/where2.jpg");
}

div#programs
{
	background-image:  url("../images/programs.jpg");
	background-repeat: no-repeat;
	width: 57px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 210px;
}
div#programs a
{
	width: 57px;
	height: 14px;
	display: block;
}
div#programs a:hover
{
	background-image:  url("../images/programs2.jpg");
}

div#projects
{
	background-image:  url("../images/projects.jpg");
	background-repeat: no-repeat;
	width: 48px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 162px;
}
div#projects a
{
	width: 48px;
	height: 14px;
	display: block;
}
div#projects a:hover
{
	background-image:  url("../images/projects2.jpg");
}

div#donate
{
	background-image:  url("../images/donate.jpg");
	background-repeat: no-repeat;
	width: 45px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 117px;
}
div#donate a
{
	width: 45px;
	height: 14px;
	display: block;
}
div#donate a:hover
{
	background-image:  url("../images/donate2.jpg");
}

div#funding
{
	background-image:  url("../images/funding.jpg");
	background-repeat: no-repeat;
	width: 50px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 67px;
	display: block;
}
div#funding a
{
	width: 50px;
	height: 14px;
	display: block;
}
div#funding a:hover
{
	background-image:  url("../images/funding2.jpg");
}

div#collaborators
{
	background-image:  url("../images/collaborators.jpg");
	background-repeat: no-repeat;
	width: 67px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
div#collaborators a
{
	width: 67px;
	height: 14px;
	display: block;
}
div#collaborators a:hover
{
	background-image:  url("../images/collaborators2.jpg");
}
div#middle {
	background-image:  url("../images/middle.jpg");
	background-repeat:repeat;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#footer {
	background-image:  url("../images/footer.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;	
	width: 760px;
	height: 28px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
