html {
	margin: 0;
	padding: 0;
}
body {
	background-color: black; 
	text-align: center;
	color: white;
	font: 20px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;

}

img {
	border: 0px;
}
#wrapper {
	width: 785px;
	margin: auto;
	text-align: left;
}
#header p {
	width:300px;
}
#header p.more {
	padding-right: 22px;
}
#header {
	height: 100px;
	background: url(images/hope-logo-small.jpg) no-repeat;
}
#header div {
	padding: 183px 213px 15px 82px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header a {
	color:#FFFFFF;
}
#nav {
	width: 785px;
	height:48px;
	margin: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	display: inline;
	float: right;
	
}
#nav a {
	font-size:18px;
	font-style:italic;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: white;
}
#nav a:hover {
	color: red;
	text-decoration: none;
}

#body {
	clear: both;
	width: 100%;
	height: 497px;
}


#welcome-box {
	float: left;
	width: 300px;
	margin: 0px;
	height: 416px;
	background-image: url(images/place_of_hope.png);
}

#pdf-box {
	float: left;
	width: 400px;
	padding-top: 17px;
	padding-left: 30px;
	
}

#upcoming-box {
	float: right;
	width: 450px;
	padding_right: 10px;
	height: 200px;
	margin-top: 20px;
}

#event-box {
	float: inherit;
}

#map-box {
	float: left;
	background-image: url(images/map.jpg);
	width: 450px;
	height: 246px;
}

#service-box {
	float: left;
	background-image: url(images/services.jpg);
	width: 450px;
	height: 180px;
}

#footer {
	margin: 14px;
	text-align: center;
	font-size: 12px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 16px;
}


