body
{
	text-align: center;
	background-color: #FFF;
	font-family: sans-serif;
}

h3
{
	text-align: center;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

li
{
	list-style-type: none;
	font-size: 9pt;
}

#body
{
	width: 788px;
	height: auto;
	padding: 5px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

#infobox
{
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px #BBB solid;
	width: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.menu {
	width: 150px;
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px #BBB solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adopt
{
	width: 200px;
	height: 121px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #00ADEF;
	margin: 10px;
	padding: 10px;
	background-image: url(images/adopt.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.adopt a
{
	color: #fff;
	text-decoration: none;
}

#profile
{
	width: 200px;
	background-color: #8cc63c;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#logos
{
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#item
{
	font-size: 9pt;
	margin-bottom: 2;
}
#item_text
{
	font-size: 9pt;
	margin-left: 47;
}
#item_img
{
	width: 45;
	float: left;
}

.message { font-family: sans-serif; font-size: 10px; color: #333333; }

#footer
{
	clear: both;
	width: 800px;
	padding: 5px;
	text-align: center;
	margin-top: 2px;
	font-size: 9pt;
}

.small   { font-size: 11px; line-height: normal }

