/* CSS Document */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 700px;
}

p {
	font-size: 0.9em;
	line-height: 1.9em;
	text-align: justify;
}

#content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C69F78;
	border-right-color: #C69F78;
	border-bottom-color: #C69F78;
	border-left-color: #C69F78;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}

#nav {
	list-style: none;
	width: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	clear: left;
	background-color: #000000;
	background-image: url(images/headerbar.gif);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 32px;
	height: 32px;
	padding: 0px;
	float: left;
}

#nav li {
	padding: 0;
	height: 32px;
	margin: 0px 12px;
	float: left;
}

#nav li#home {
	padding-left:10px;
}

#nav a {
	display: block;
	margin:0;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#floatleft {
	float: left;
	margin: 5px;
}

#floatright {
	float: right;
	margin: 5px;
}

h1 {
	padding:  5px 5px 5px 15px;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #0A0605;
}

h2 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer {
	margin: 0px
	text-align: center;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	padding: 0px;
	border: none;
	line-height: 32px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	text-align: center;
	background-color: #FFFFFF;
	clear: left;
}
.clearleft {
	clear: left;
}
#message {
	overflow: auto;
	width: 670px;
	height: 220px;
	margin: 5px 0 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C69F78;
	border-left-color: #C69F78;
	clear: left;
}
.hbg {
	background-image: url(images/indexbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content strong {
	color: #003399;
	font-style: italic;
}
.highlight {
	border: 1px solid #999999;
	margin: 5px;
	padding: 5px;
}
#content .highlight strong {
	border: 1px none #999999;
	margin: 5px;
	padding: 5px;
	color: #990000;
}
.mbg {

	background-image: url(images/mission-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.cbg {

	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.orphanage {
	clear: left;
	margin: 0px 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B712B;
}
.center {
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
}
.orph-bg {


	background-image: url(images/joe-monica-withkids.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.list li {
	padding-top: 5px;
	padding-bottom: 15px;
	list-style-type: disc;
}

.images {
	text-align:center;
}

.images img {
	margin:5px;
}
