body, html {
	margin: 5px 0px 0px 0px;
	background-color: #2d4f6a;
}

#content {
	width: 760px;
	margin: 0 auto;
	width: 762px;
	height: 600px;
	background-image: url(images/bckgrnd.jpg);
	background-repeat: no-repeat;
}

#homeContent {
	position: relative;
	float: right;
	right: 20px;
	width: 570px;
	top: 200px;
} 

#menu {
	position: relative;
	float: left;
	top: 188px;
	left: 12px;
	width: 131px;
}

#title {
	position: relative;
	float: right;
	right: 15px;
	top: 175px;
	width: 572px;
	height: 20px;
}

#title p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}


#scrollText {
	position: relative;
	float: right;
	right: 15px;
	top: 195px;
	width: 560px;
	height: 350px;
	overflow: auto;
	padding-right: 12px;
}

#homeImage {
	position: relative;
	height: 128px;
	width: 560px;
	display: inline;
}

#contactText {
	position: relative;
	float: right;
	right: 15px;
	top: 200px;
	width: 560px;
	height: 345px;
	overflow: auto;
	padding-right: 12px;
}

#contactText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}

#footer {
	position: relative;
	top: 200px;
	width: 560px;
	text-align: center;
	float: right;
	right: 25px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.bold {
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #556B2F;
	text-decoration: underline;
}

a:hover {
	color: #B8860B;
}

.adopted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
}