html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #6F7074;
}
a:hover {
	color: #F2AB9E;
}
.clear {
	clear: both;
}

body {
	background: gray url(images/edges.jpg) repeat;
	text-align: center;
	color: #3D363C;
	font: 12px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 25px auto;
	width: 778px;
	position: relative;
	background: #f0f0f0;
	border: 5px solid #d3daee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#head-1 {
	background: gray url(images/head_1.jpg) center center no-repeat;
	width: 350px;
	height: 288px;
	/*top: 0;*/
	top: 38px;
	left: 369px;
	position: absolute;
	border: 3px solid gray;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#head-2 {
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}

#nav {
	margin: 11px 0 25px 35px;
	color: black;
}
#nav a {
	text-decoration: none;
	color: black;
}
#nav li {
	background: bottom left url(images/nav_bg.jpg) no-repeat;
	padding: 8px 12px 16px 110px;
}
#nav li.last {
	 background: bottom left url(images/nav_bg_last.jpg) no-repeat;
}
h1 {
	height: 172px;
	background: url(images/logo.jpg) no-repeat;
	color: black;
	font-weight: normal;
}
h1 span {
	display: block;
}
h1 em {
	font-style: normal;
	color: #6f7074;
	padding-right: 3px;
}
h1 .hone {
	padding: 65px 0 0 58px;
	font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
	position: relative;
	top: -0.5em;
	left: 7.5em;
	font-size: 18px;
}
h1 .hthree {
	position: relative;
	top: -1.0em;
	left: 4.5em;
	font-size: 12px;
	letter-spacing: 2px;
	color: #6F7074;
}
h2 {
	background: 130px 0.5em url(images/dot_dot_dash.jpg) no-repeat;
	font: 24px verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
}
h2 em {
	font-style: normal;
	color: #6F7074;
}
h3 em {
	font-style: normal;
	color: #6F7074;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	border: 1px solid gray;
	background: #CDD3DE;
	margin: 13px 10px 0 6px; 
	height: 261px;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#gallery img {
	display: block;
	border: 3px solid gray;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.gal {
	/*background: gray; */
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 98px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}

#body-right {
	float: right;
	width: 388px;
	padding-right: 22px;
	color: #3D363C;
	font: 15px georgia, serif;
}

#body-right em {
        color: #6f7074;
}

#body-wide {
	float: left;
	width: 665px;
	padding-left: 34px;
	color: #3D363C;
	font: 15px georgia, serif;
}
#body-wide h2 {
	background: 160px 0.5em url(images/dot_dot_dash.jpg) no-repeat;
	font: 24px verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
}

#body-wide em {
        color: #6f7074;
}

#body-wide ol {
	padding-left: 34px;
}

#body-wide ul {
	padding-left: 30px;
}

#body-wide li {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	list-style: disc;
}
#body-wide li.ordered {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	list-style: decimal;
}
.cat-desc-spacer {
	height: 48px;
}
.cat-desc {
	border: 5px;
	height: 280px;
	font: 15px georgia, serif;
}
.cat-image {
	border: 5px;
	width: 350px;
	height: 280px;
}
.cat-image img{
	border: 2px solid gray;
	width: 350px;
	height: 263px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.kitten-image {
	border: 5px;
	width: 900px;
	height: 280px;
}
.kitten-image img{
	border: 2px solid gray;
	width: 350px;
	height: 263px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.about-image img{
	border: 2px solid gray;
	height: 130px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#footer {
	text-align: right;
	color: #6F7074;
	border-top: 1px solid black;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
}
