@charset "utf-8";
/* CSS Document */

body{
	background:url(images/stripebg.jpg);
	font:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#639a5f;
	text-decoration:none;
}
a:hover{
	color:#613A19;
	text-decoration:underline;
}

.mainpanel{
	background:#d9d89b;
	width:1000px;
	height:350px;
	border:#639a5f 10px solid;
}

.showpanel{
	background:#d9d89b;
	width:1000px;
	height:560px;
	border:#639a5f 10px solid;
}

.adoptedpanel{
	background:#d9d89b;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1740px;
	border:#639a5f 10px solid;
}
adopted{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:300px;
}

.bearspanel{
	background:#d9d89b;
	width:1000px;
	height:3100px;
	border:#639a5f 10px solid;
}

.leftbearpanel{
	margin-top:2%;
	float:left;
	height:200px;
	width:300px;
}

.rightbearpanel{
	margin-top:2%;
	float:right;
	height:200px;
	width:700px;
}

.leftpanel{
	margin-top:2%;
	float:left;
	height:350px;
	width:300px;
}

.rightpanel{
	margin-top:2%;
	float:right;
	height:350px;
	width:700px;
}

.bottom{
	margin-top:15;
}

.image{
	border: #639a5f 5px solid;
}

.menu {
	margin-left:auto;
	margin-right:auto;
	width:825px;
	padding: 0px;
	color: #000;
	list-style: none;
	vertical-align:middle;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.menu li {
	padding: 2px 2px 0px 0px;
	margin: 0px;
	float:left;
}

.menu li a, .menu li a:visited {
	margin: 0px;
	padding: 3px 3px;
	color: #639a5f;
	display: block;
	border: #639a5f 3px solid;
	background: #d9d89b;
	text-decoration:none;
}

.menu li a:hover {
	color: #d9d89b;
	background: #639a5f;
	border: #d9d89b 3px solid;
}

.menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 