#wrapper {
	height: 700px;
}
#top {
	height: 43px;
	width: 882px;
	background-image: url(/images/home_bg_top.jpg);
	z-index: 100;
}
#holder {
	height: 603px;
}
#home_donate_link {
	display: block;
	width: 150px;
	height: 20px;
	position: absolute;
	left: 685px;
	top: 15px;
	z-index: 10;
	text-decoration: none;
}
#side_column {
	background-image: url(/images/home_bg_side_column.jpg);
	z-index: 1;
	height: 610px;
	background-repeat: no-repeat;
	background-color: white;
}
#nav { margin-top: 80px; }
#home_content {
	text-align: center;
	font-size: 11px;
	color: #660066;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	margin: 150px 10px 20px 10px;
	height: 100px;
}
#home_content a { 
	color: #660066;
	text-decoration: none;
	display: inline;
	height: auto;
}
#home_content a:hover {
	background-color: transparent;
}
#home_mission {
	margin: 65px 10px 0px 10px;
	font-size: 10px;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	text-align: center;
}
#home_mission a {
	color: black;
	text-decoration: none;
}
#home_boxes {
	margin-top: 30px;
	margin-left: 84px;
	height: 130px;
}
#home_orange {
	width: 793px;
	height: 288px;
	background-color: #cc9900;
	margin-top: 39px;
	margin-left: 44px;
}
#home_logo {
	width: 559px;
	height: 70px;
	background-image: url(/images/home_logo.png);
	position: absolute;
	top: 575px;
	left:44px;
}
#slide_left {
	width: 41px;
	background-image: url(/images/home_slide_left.png);
	background-repeat: no-repeat;
	background-position: 7px 246px;
	float: left;
	height: 288px;
	cursor: pointer;
	text-decoration: none;
}
#slide_right {
	width: 41px;
	background-image: url(/images/home_slide_right.png);
	background-repeat: no-repeat;
	background-position: 7px 246px;
	float: left;
	height: 288px;
	cursor: pointer;
	text-decoration: none;
}
#slide_container {
	width: 450px;
	height: 288px;
	float: left;
}
#home_contact {
	display: block;
	position: absolute;
	top: 625px;
	left: 700px;
	text-decoration: none;
}