html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #588758;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C4861C;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: url(images/bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #5D5D5D;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 686px;
	position: relative;
}

h1 {
	position: absolute;
	background: url(images/header1.jpg) no-repeat;
	width: 226px;
	height: 144px;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 35px;
	color: #FFFF7A;
	font: 32px "Lucida Handwriting", "Lucida Calligraphy", verdana, arial, sans-serif;
}
#family {
	position: absolute;
	background: url(images/HomeFrame.jpg) no-repeat;
	width: 368px;
	height: 379px;
	top: 144px;
	left: -71px;
	z-index: 3;
}
#pups {
	position: absolute;
	background: url(images/PuppiesFrame.jpg) no-repeat;
	width: 368px;
	height: 379px;
	top: 144px;
	left: -71px;
	z-index: 3;
}
#nav {
	width: 225px;
	position: absolute;
	top: 523px;
	left: 1px;
	z-index: 3;
	background: url(images/nav_bg1.jpg) repeat-y;
}
#nav ul {
	margin: 0;
	padding: 20px 0px 45px 70px;
	font: 16px "Times New Roman", "Lucida Grande", serif;
	background: bottom left url(images/nav_bot.jpg) no-repeat;
	z-index: 3;
}
#nav li {
	margin: 5px;
	padding: 0 0 0 10px;
	list-style: none;
	list-style-image: url(images/bullet_white.gif);
}
#nav a {
	font-weight: normal;
	color: #FFFF7A;
}
#nav a:hover {
	color: #BF8D8D;
	text-decoration: underline;
}

#body {
	position: absolute;
	width: 426px;
	top: 56px;
	left: 226px;
	background: white;
	overflow: hidden;
}
#body .i {
	padding: 69px 45px 84px 74px;
}
#body .q {
	padding: 30px 30px 30px 30px;
}
#head-top {
	position: absolute;
	top: 0;
	left: 226px;
	width: 426px;
	height: 54px;
	z-index: 3;
	background: url(images/head_top.jpg) no-repeat;
}
#head-right {
	position: absolute;
	top: 0;
	left: 652px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(images/head_right.jpg) no-repeat;
}
#body h2 {
	font: 14px "Times new roman", "Lucida Grande", serif;
	font-weight: normal;
	margin-top: 25px;
}
#body h2.shallow {
	margin-top: 10px;
}
#body h2 strong {
	color: #576B02;
	font-size: 20px;
	font-weight: normal;
}
#body h2.orange strong {
	color: #8F6A2B;
}
#body p {
	margin: 1em 0;
}
#body ul {
	margin: 0;
	padding: 0;
}
#body li {
	margin: 1em 0;
	list-style: none;
	padding: 0 0 0 30px;
	background: top left url(images/bullet_orange.gif) no-repeat;
}
#view {
	float: left;
	width: 115px;
	text-align: center;
	margin-right: -50px;
}
#funtravel {
	margin-top: 10px;
}
#collect {
	float: left;
	width: 203px;
}
#collect p.dark, #view p.dark {
	text-align: center;
	color: #000;
	font: 14px "Arial narrow", arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 3px;
}
#collect p.orange, #view p.orange {
	text-align: center;
	color: #F25C00;
	font: 22px "Arial narrow", arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 10px;
}
#view p.dark {
	margin-top: 40px;
	margin-bottom: 10px;
}
#view p.dark a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#view p.orange a {
	color: #F25C00;
	font-weight: normal;
	text-decoration: none;
}
#collect p.other {
	margin-left: 12px;
}
#copyright {
	text-align: center;
	clear: both;
	color: black;
	padding-top: 15px;
}

