@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	font-family: "Papyrus", "Lucida Calligraphy", "Comic Sans MS";
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/backgrounds/earthpaperbkground.jpg);
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B9B4;
	border-left-color: #BBBFB9;
	width: 930px;
}
#wrapper #navbar {
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 26px;
	background-image: url(img/backgrounds/lotusdk%20bkg.jpg);
	padding-left: 25px;
}
#navbar ul {
	list-style-type: none;
	text-align: center;
}
#navbar li {
	display: inline;
	padding-left: 5px;
}
#navbar a {
	width: 98px;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	line-height: 26px;
	background-image: url(img/backgrounds/lotusdk%20bkg.jpg);
}
#navbar a:hover {
	background-image: url(img/backgrounds/lotusbackground.jpg);
	text-decoration: none;
}
#midcontainer {
	background-color: #99FF00;
}
#leftcol {
	float: left;
	margin-top: 30px;
	width: 430px;
}
#rightcol {
	width: 430px;
	margin-top: 30px;
	padding-right: 30px;
	float: right;
}
.paragraph {
	font-family: Papyrus, "Lucida Calligraphy", "Comic Sans MS";
	background-image: url(img/backgrounds/beige043.gif);
	padding: 20px;
	border: 5px solid #B2B7B1;
	margin-bottom: 20px;
	margin-right: 20px;
}
.lparagraph {
	font-family: Papyrus, "Lucida Calligraphy", "Comic Sans MS";
	background-image: url(img/backgrounds/beige043.gif);
	padding: 20px;
	border: 5px solid #B2B7B1;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: left;
}
h2 {
	margin-bottom: 18px;
}
.caption {
	padding: 5px;
	font-size: 14px;
	line-height: 10px;
	text-align: left;
	margin-bottom: 3px;
	font-weight: bold;
}
.hide {
	text-indent: -3000px;
	font-size: 9px;
	visibility: hidden;
}
#footer {
	clear: both;
	text-align: center;
	background-image: url(img/backgrounds/med%20lotus%20bkg.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.imgR {
	border: thick solid #EBDFA7;
}
.captionR {
	text-align: right;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
.header {
	background-image: url(img/backgrounds/header_adopt.jpg);
	height: 90px;
	width: 935px;
	background-repeat: no-repeat;
	background-position: center;
}
