body {
	background:white url(images/pawsback.jpg);
	background-attachment:fixed; font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 750px;
	margin:auto;
	padding:0;
}
	
div#content{
	width: 99%;
	float:left;
	margin: 0;
	padding: 0;
	background:#fc9 url(images/background.gif) no-repeat;
	border: double;
	color: black;
	margin-top:1em;
}
	div#content div#hdr{
		margin: 0 0 0 165px;
		padding:0 0 1em 0;
		background:#fc9 url(images/highlight.jpg);
		background-repeat:repeat-x;
	}
		div#content div#hdr h1{
			margin-top:0;
		}
		div#content div#hdr p {
			text-align: center;
			font-weight:bold;
			margin-bottom: 0;
		}
	
	div#content div#contholder{
		width: 79%;
		float:right;
		margin: 0;
		padding: 0;
		background:white;
	}
	div#content div#maincont{
		padding:1em;
	}
		div#content div#maincont p, div#content div#maincont h4{
			margin-left: 1em;
		}
		div#content div#maincont ul{
			margin-left: 1em;
			padding-left: 2em;
		}
	div#content div#navholder{
		width:20%;
		float:left;
		margin: 0;
		padding: 0;
	}
	div#content div#navbar{
		margin-top: 60px;
	}
		div#navbar ul{
			margin:0;
			padding:0;
			list-style-type:none;
			font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
			display:block;
			/*font-size:90%;*/
		}
			div#navbar ul li#thspg{
				padding: .25em 32px .5em .25em;
				border-bottom: solid 1px #630;
				background: url(images/navpaw.gif) right no-repeat;
				color:#333;
			}
				div#navbar ul li a{
					display: block;
					text-decoration:none;
					padding: .25em 32px .5em .25em;
					border-bottom: solid 1px #630;
				}
				div#navbar ul li a:hover{
					background: white url(images/navpawwht.gif) right no-repeat;
					color:#630;
				}


h1, h2, h3 {
	font-family:'Comic Sans', 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-align:center;
}
h2{
	margin-top: 0;
}

h3 {
	border-bottom: solid 1px;
}
.cen {
	text-align: center;
}

table.shelter{
	width:98%;
	margin: 1em auto;
	border: solid 1px #000;
	border-collapse:collapse;
}
table.shelter td, table.shelter th{
	border: solid 1px #000;
}
table.shelter td {
	padding:.25em;
}
table.shelter tr {
	vertical-align:top;
}
table.shelter tr.hdr{
	background:url(images/highlight.jpg);
	vertical-align:middle;
}

div.animal {
	border: solid 1px;
	border-left:none;
	border-right: none;
	width: 100%;
	margin-bottom: .5em;
}
	/*div#content div#maincont div.animal h4{
		padding-left: 0;
		margin-left: 0;
		margin-top:.5em;
		font-size: 1.15em;
	}
	div.animal img {
		float: left;
		width: 240px;
		margin-right: 2px;
	}*/
	div.animal table {
		width:100%;
		font-size: .8em;
		margin-top: .5em;
	}
		div.animal table caption {
			font-size: 1.5em;
			font-weight:bold;
		}
		div.animal table tr {
			vertical-align:top;
		}
		div.animal table th {
			text-align:left;
		}
		
table.animal {
	width:100%;
	font-size: .8em;
	margin-top: 1em;
	margin-bottom:2em;
	border: solid 1px #000;
	border-collapse:collapse;
}
	table.animal caption {
		font-size: 1.5em;
		font-weight:bold;		
		border: solid 1px #000;
		background:black;
		color:white;
	}
	table.animal tr {
		vertical-align:top;
	}
	table.animal th {
		text-align:left;
		padding-right: .5em;
	}
	
.smr { font-size:smaller;}
p.bm {margin-bottom: 10em;}
div.petmenu {
	text-align:center;
	width: 100%;
	float:left;
	margin-top: 2em;
	border-top: solid 1px;
	padding-top: .5em;
}
	div.petmenu p {
		margin-bottom: 1em;
	}
	div.petmenu a {
		display: block;
		float:left;
		width: 33%;
		text-align:center;
	}
	div.petmenu span {
		display: block;
		float:left;
		width: 33%;
	}
#avail div.petmenu {
	border-top:none;
	margin-top: 1em;
	font-size: 1.25em;
}
	
.clear {clear:both;}