html {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 13px;
}

body {
	background-color: White;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #222222;
	text-align: left;
	padding:0px;
	margin: 3px;
}

/* All the layout stuff, the main divs */

#container {
	text-align: center;
	width: 1000px;
	padding: 0px;
}

#header {
	width: 995px;
	height: 120px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#nav {
   position: absolute;
	top: 140px;
	left: 10px;
	width: 140px;
}

#content {
	text-align: justify;
	position: absolute;
	top: 140px;
	left: 160px;
	width: 835px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#main {
	margin: 0px 0px 20px 0px;
	padding:10px;
	border: 1px solid #eeeeee;
}

#page_content {
	color: black;
}

p.error {
	border: 1px solid black;
	padding: 10px;
	background-color: #DF1B1B;
	font-weight: bold;
}

p.footer {
	text-align: center;
	font-size: 11px;
	color: #333333;
}

p.siteby {
	font-size: 11px;
	text-align: right;
}

ul.navigation {
   margin: 0; /*removes indent IE and Opera*/
   padding: 0; /*removes indent Mozilla and NN7*/
   list-style-type: none; /*turns off display of bullet*/
   list-style : none none;
	list-style: none outside none;
}

li.navigation {
	padding: 2px;
	margin: 0px 2px 4px 2px;
	display: block;
}

li.subnav {
	padding: 2px;
	margin: 0px 2px 4px 2px;
	display: block;
	text-align: right;
}

ul.links {
   margin: 0; /*removes indent IE and Opera*/
   padding: 0; /*removes indent Mozilla and NN7*/
   list-style-type: none; /*turns off display of bullet*/
   list-style: none outside none;
}

li.links {
	padding: 2px;
	margin: 0px 2px 4px 2px;
}

ul.testimonials {
   margin: 0; /*removes indent IE and Opera*/
   padding: 0; /*removes indent Mozilla and NN7*/
   list-style-type: none; /*turns off display of bullet*/
   list-style: none outside none;
}

li.testimonials {
	padding: 2px;
	margin: 0px 2px 4px 20px;
}

a.testimonials {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #43131F;
}

a.testimonials: hover {
	color: #43131F;
	text-decoration: underline;
}

li.spacer {
	display: block;
	border: none;
	padding:3px;
}

/* Front-page specific layout blocks */

div.clear {
	clear:both;
}

#footer {
	text-align: center;
	background-color: #43131F;
	color: white;
	font-size: 0.8em;
	padding: 2px 0px 2px 0px;
}

#footer left {
	float: left;
	text-align: left;
}

#footer right {
	float: right;
	text-align: right;
}

/* Dealing with links etc. */
a {
	text-decoration: underline;
	color: #00008B;
}

a:hover {
	text-decoration: none;
	color: #006400;
}

a: visited {
	text-decoration: underline;
	color: Black;
}

a.fabcats {
	border: none;
	text-decoration: none;	
	background-color: white;
}

a.fabcats:hover {
	border: 1px solid #43131F;
	background-color: white;	
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #43131F;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #43131F;
}

#nav a {
	display: block;
	border: 1px solid #43131F;
	padding: 2px 5px 2px 5px;
	color: #43131F;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
	background-color: #43131F;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#nav a.subnav {
	display: block;
	border: 1px solid #43131F;
	padding: 2px 5px 2px 5px;
	color: #43131F;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
}

#nav a.subnav:hover {
	background-color: #43131F;
	color: white;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

img.noborder {
	border: none;
}

img.icon {
	vertical-align: middle;
	text-align: center;
	border: none;
}

img.h_photos {
	padding: 3px;
	border: 1px solid #43131f;
	text-align: center;
	margin: 3px;
}

tr.header {
	border: 1px solid black;
}

td.tdleft {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-right: 3px;
}

td.tdright {
	text-align: left;
	padding-left: 2px;
	vertical-align: top;
}

a.admin {
	text-decoration: none;
}

h2.meta {
	text-align: right;
}

p.meta {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
}

a.siteby {
	color: #aaaaaa;
	font-size: 10px;
}

a.siteby:visited {
	color: #aaaaaa;
}

a.outbound {
	text-decoration: none;
	font-weight: bold;
	color: black;
	margin-left: 10px;
	border-bottom: 1px dashed silver;
}

a.outbound:hover {
	text-decoration: underline;
	color: gray;
	border: none;
}

a.outbound:visited {
	color: black;
}

img.rh_noborder {
   margin: 3px 0px 3px 10px;
   padding: 3px;
   border:1px solid #43131F;
}

h2.our_cats {
	clear: both;
}

img.our_cats {
   margin: 3px 0px 3px 10px;
   padding: 3px;
   border:1px solid #43131F;
	float:right;
	clear: both;
}

.cat_rescue {
	text-align: center;
	font-size: 18px;
	color: #43131F;
	font-weight:bold;
	text-decoration: none;
}

td.cr {
	text-align: center;
	margin: 5px;
	padding: 5px;
}