@charset "utf-8";
/* CSS Document */

a,
a:link,
a:active,
a:visited {
	color: rgb(209, 104, 86);
	text-decoration: none;
	font-style: oblique;
}


a:hover {
	text-decoration: underline;
}

/* Membership Application */ 

	#membership {
		margin: 25px;
		background: #e6e6ea;
	}
	
/* Contact Us */ 

form#contact {
	width: 550px;
	margin-left: 50px;
}

input,
textarea {
	background: rgb(246, 240, 201);
}

/* Library Page */

table.library,
table.links {
	margin: 0 auto;
}

table.library hr {
	color: rgb(145, 166, 168);
}

table.links {
	
}

.newsletter {
	background: #ffffff;
	margin: 35px auto 0 auto;
	padding: 10px;
}

.sponsor-levels h3 {
	background: #d16856;	
	padding: 10px;
	color: #fff;
}

.small-text {
	font-size: 0.9em;
}

#volunteer {
	width: 500px;
	margin: 0 0 0 10px;
}

table.featured-kids {
	width: 98%;
	border-top: 2px solid #575653;
	
	margin: 0 auto;
}

table.featured-kids h3 {
	padding: 0;
	margin: 0;
}

.parents {
	padding: 0;
	margin: 0;
	font-style: oblique;
}

.bio {
	font-size: 0.9em;
}

#buddy-home {
	float: left;
	width: 350px;
	
}

#featured-home {
	margin: 0 0 0 360px;
	background: url(../images/featured-back.png) bottom right no-repeat;
	min-height: 450px;
}
.mainevent-date {
	float: left;
	width: 150px;
	}
