body {
	color: black;
	font-size: 14px;
	font-family: arial, helvetica;
}

body span {
	color: white;
	font-size: 14px;
}

body a {
	color: #df3687;
}

body a:hover {
	color: black;
}

#header {
	width: auto;
	height: 86px;
	background: url('../images/headerbg.jpg') repeat-x;
	display: block;
	border-bottom: 1px solid black;
}

#container_header {
position: relative;
top: 0px;
left: 0px;
margin-left: auto;
margin-right: auto;
width: 1024px; 
text-align: left;
}

#footer {
	position: relative;
	top: 20px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100px;
	background: #fff url('../images/footerbg.gif') bottom left repeat-x;
	border-bottom: 2px solid #df3687;
}

#container_footer {
position: relative;
top: 0px;
left: 0px;
margin-left: auto;
margin-right: auto;
width: 1024px; 
text-align: center;
font-size: 11px;
}

.logo {
	position: relative;
	top: 10px;
	left: 33px;
	float: left;
	width: 458px;
}

.navbar {
	position: relative;
	top: 40px;
	left: 90px;
	float: left;
	width: 551px;	
}


ul#nav  {
position: relative;
top: 0px;
left:0px;
width: 551px;
height: 45px;
}
ul#nav ,
ul#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#nav  li {
    display: inline;
}
ul#nav li a {
    display: block;
    height: 45px;
    float: left;
width: 521px;
    background: url('../images/navbar.gif');
    background-repeat: no-repeat;
    text-indent: -3000px;
	outline: none;
}
ul#nav li.home a {
    width: 94px;
    background-position: 0px 0px;
}
ul#nav li.about a {
    width: 103px;
    background-position: -94px 0px;
}
ul#nav li.programs a {
    width: 147px;
    background-position: -199px 0px;
}
ul#nav li.donate a {
    width: 178px;
    background-position: -344px 0px;
}



/* hover state */

ul#nav li.home a:hover {
    background-position: 0px -45px;
}
ul#nav li.about a:hover {
    background-position: -94px -45px;
}
ul#nav li.programs a:hover {
    background-position: -199px -45px;
}
ul#nav li.donate a:hover {
    background-position: -344px -45px;
}

/* MAIN CONTENT*/

#container_content {
position: relative;
top: 0px;
left: 0px;
margin-left: auto;
margin-right: auto;
width: 1100px; 
text-align: left;
}

.photo {
	position: relative;
	top: 0px;
	left: 40px;
	float: left;
	width: 589px;
	height: 330px;
	
}


.homephoto {
	position: relative;
	top: 0px;
	left: 40px;
	float: left;
	width: 589px;
	height: 330px;
	background: url('../images/gallery_image.jpg') no-repeat;
}


	

.right_bottom_area {
	position: relative;
	top: 16px;
	left: 50px;
	float:left;
	width: 550px;

}

.contact_area {
	position: relative;
	top: 16px;
	left: 0px;
	float: left;
	width: 350px;

}