*{
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

body{
	background-color: #eeeeee;
	color: #d51633;
	
	background-image: url('../images/background.gif');
	
	text-align: center;
	
	margin-top: 20px;
}

div#site{
	width: 749px;
	margin: 0 auto;
}

div#header{
	background-image: url('../images/top.gif');
	background-repeat: no-repeat;
	
	height: 37px;
}

div#bottom{
	background-image: url('../images/bottom.gif');
	background-repeat: no-repeat;
	
	height: 19px;
}

div#content{
	background-color: #FFFFFF;
}

div#logo{
	padding-left: 10px;
	text-align: left;
}

div#slogan{
	text-align: right;
}

div.box{
	margin-top: 10px;
	background-image: url('../images/box.gif');
	background-repeat: no-repeat;
}

div.box p{
	text-align: justify;
	
	color: #000000;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	margin-left: 30px;
	margin-right: 30px;
}

div.buttons img.adoption{
	margin-right: 190px;
}

div#pictures{
	margin-top: 30px;
	margin-bottom: 30px;
}

div#warning{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-left: 30px;
	
	text-align: left;
}

div#warning p{
	margin-bottom: 14px;
	color: #000000;
}

div#warning ul{
	list-style: none;
}

div#warning ul li{
	background-image: url('../images/ul2.gif');
	background-repeat: no-repeat;
	
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 1px;
	
	color: #BD8139;
}


table.form{
	margin-left: 30px;
	margin-right: 30px;
	background-color: #4F8940;
	width: 689px;
}

table.form th{
	font-weight: bold;
	text-align: right;
	width: 160px;
}

table.form td, table.form th{
	background-color: #FFFFFF;
	padding: 6px;
	color: 525357;	
}

table.form input, table.form select, table.form textarea{
	border: 1px solid #84AeBD;
}

table.form input.button{
	border: 1px solid #494b28;
	background-image: url('../images/form_input_button.gif');
	padding-left: 2px;
	padding-right: 2px;
}

div.message{
	padding: 50px;
}

div.message p{
	color: #000000;
}

table#pictures{
	clear: both; 
	margin: 0 auto;
	width: 729px;
}

table#pictures td{
	width: 310px;
	text-align: center;
	vertical-align: top;
}

table#pictures td p{
	margin-top: 10px;
}

img.more_info{
	padding-top: 20px;
}

img.picture{
	float: left;
	padding-right: 20px;
}

h2{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#parrot{
	padding: 10px;
}

div#parrot p{
	margin-top: 10px;
	text-align: justify;
}

div#parrot p strong{
	color: #000000;
}

#menu{
  float:left;
  width:100%;
  background:#FFFFFF;
  font-size:93%;
  line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom: 12px;
}

#menu ul{
  margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#menu li{
  display:inline;
  margin:0;
  padding:0;
}

#menu a{
  float:left;
  background:url("../images/menu-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#menu a span{
  float:left;
  display:block;
  background:url("../images/menu-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover span,#menu a.active span{
  color:#FFF;
}

#menu a:hover, #menu a.active{
  background-position:0% -42px;
}

#menu a:hover span, #menu a.active span{
  background-position:100% -42px;
}      