@charset "utf-8";
#mainContainer {
	width: 700px;
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: -350px;
}
#boardMembersTable {
	width: 450px;
}
#boardMembersTable td {
	text-align: center;
}
#loginContent {
	width: 230px;
	margin: 100px auto 0 auto;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#navigation {
	width: 150px;
	float: left;
}
#content {
	width: 470px;
	float: left;
	padding-left: 20px;
	border-left-style: dashed;
	border-left-color: #9c250d;
	margin-top: 47px;
}
h1, h2 {
	font: bold 16px "Times New Roman", Times, serif;
	color: #9c250d;
}
#sponsorForm {
	width: 300px;
	float: left;
}
#sponsorList {
	width: 350px;
	float: right;
}
span {
	visibility: hidden;
}
p, address, td , li{
	font: 12px/24px "Trebuchet MS";
	color: #9c250d;
}
.sponsorText{
	font: 12px/18px "Trebuchet MS";
	color: #9c250d;
	width: 100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
address {
	text-align: center;
}
#adoptTable td {
	font: 12px/14px "Trebuchet MS";
	color: #9c250d;
}
#navList li {
	text-align: right;
	padding-right: 20px;
	font: 12px/36px "Trebuchet MS";
	color: #9c250d;
}


#navList {
	list-style: none;
}

a:link, a:visited, a:active {
	font-family: "Trebuchet MS";
	text-decoration: none;
	color: #9c250d;

}
#building {
	float: left;
	padding-right: 10px;
}

a:hover {
	font-family: "Trebuchet MS";
	text-decoration: underline;
	color: #9c250d;
}

h3 {
	font: bold 12px "Times New Roman", Times, serif;
	color: #9c250d;
}
#adoptionLeft {
	width: 200px;
	float: left;
	padding-right: 20px;
	border-right: black 1px solid;
}
#adoptionRight {
	width: 380px;
	float: left;
	padding-left: 20px;
}
#adoptContent {
	margin: 0 auto 0 auto;
	width: 400px;
}
.inputLength {
	width: 260px;
}
.inputHeight {
	height: 72px;
}
.inputLogin {
	width: 150px;
}
label {
	vertical-align: top;
}

#contactForm {
	width: 330px;
	text-align: right;
	margin-left: 30px;
}
#storyPic1 {
	float: left;
	margin-right: 10px;
}

#storyPic2 {
	float: right;
	margin-left: 10px;
}
