body {font: Arial, Helvetica, san-serif;}
td {font: Arial, Helvetica, san-serif;}

/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 9px; height: 10px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: 0px 0px 0px 0px; }
.borderTR { margin: 0px 0px 0px 0px; }
.borderBL { margin: -10px 0px 0px 0px; }
.borderBR { margin: -10px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderTL {
    margin-left: 0px;
}
.borderTR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderTR {
    margin-right: 0px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
img.kitten {
	padding: 0.75em 0.5em 0.5em 0.5em;
	float: right;
}
img.cat {
	padding: 0 0.5em 0.5em 0;
	float: right;
	margin-top: -0.5em;
}
img.kitten2 {
	padding: 0.75em 0.5em 0.5em 0.5em;
	float: left;
}

div.bottomCorners {
clear: both;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: none;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    margin: 1em 0 0 0;   
    padding: 0px;
    border: 0px;
    background-color: #ffffff;
}
p.title {
	font: bold 120% Papyrus, Comic Sans MS, Helvetica, san-serif;
}
p.nextCat {
	font: bold 100% Papyrus, Comic Sans MS, Helvetica, san-serif;
	border-top: 1px solid gray;
	margin-top: 1em;
	clear: right;
}

p.links {
	font: normal 90% Comic Sans MS, Helvetica, san-serif;
	margin: 0 0 -0.33em 2em;
}


p {
	font: normal 90% Comic Sans MS, Helvetica, san-serif;
	padding: 0.33em 0.5em 0.5em 1em;
	margin-bottom: -0.5em;
	
	}
	
td.weird {
}

td.parent {
	padding: 10px 0 0 0;
	width: 300px;
	text-align: center;
	font: normal 90% Papyrus, Comic Sans MS, Helvetica, san-serif;
}
td.parent a {
	display: block;
	text-align: left;
	margin-left: 20px;
	font-size: 85%;}
td.birthdate {
	width: 40px;
	text-align: center;
	font: normal 90% Papyrus, Comic Sans MS, Helvetica, san-serif;
	padding: 10px 0 0 0;
}
td.availability {
	font: normal 90% Papyrus, Comic Sans MS, Helvetica, san-serif;
	padding: 0.33em 0.5em 0 3em;
	text-align: left;
	
	}

img.parent {
	margin-bottom: .33em;
}

