/* a few useful defaults to allow greater display consistency between browsers */
body {
	padding: 0px;
	margin: 0px;
}

img {
	display: block;
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

/* modify format of h1? */
h1 {
	font-family: arial;
	font-size: 19px;
	color: #FF3C40;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: normal;
}

h1.title_image, h2.title_image {
	display: block;
		
}

h1.title_image span, h2.title_image span {
	display: none;
}

h1.welcome {
	width: 190px;
	height: 78px;
	background: url(/images/welcome.jpg) 0 0 no-repeat;
}


h1.nursery {
	width: 168px;
	height: 60px;
	background: url(/images/nursery.jpg) 0 0 no-repeat;
}


h1.puppies {
	width: 173px;
	height: 70px;
	background: url(/images/puppies_right.jpg) 0 0 no-repeat;
}
h1.parents {
	width: 165px;
	height: 63px;
	background: url(/images/parents_right.jpg) 0 0 no-repeat;
}

h1.fun_photos {
	width: 269px;
	height: 69px;
	background: url(/images/fun_photos.jpg) 0 0 no-repeat;

}

h2, h1 {
	font-family: arial;
	font-size: 19px;
	color: #FF3C40;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: normal;
}

#navbar {
	background-image: url(/images/navbar_background.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 41px;
}

.nav_link {
	font-family: arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#dog_description {
	background-color: #FDCFCF;
	width: 100%;

	padding-left: 31px;
	padding-top: 35px;

}

#dog_image {
	background-color: #FDCFCF;
}

.dog_description_header {
	font-size: 16px;
	font-weight: 600;
}

.dog_description_copy {
	font-size: 30px;
	font-weight: 400;
}

#dog_listing {
	background-image: url(/images/king_queen_background_gradient.jpg);
	background-repeat: repeat-x;
	height: 272px;
	padding-left: 64px;
	padding-top: 23px;

}

.footer_link {
	font-family: arial;
	font-size: 15px;
	color: #188FAD;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.copy {
	font-family: arial;
	font-size: 12px;
}

.clickableImage {
	cursor: pointer;
}

.funHolder {
	float: left;
	width: 340px;
	margin: 30px;
	margin-bottom: 10px;
}

.funHolder img {
/*	margin: 0px auto;	*/
}


.funHolder p {
	color: #fff;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;	

}
.titleHolder {
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
}

h2.subpageheader {


}


/***** UL NAV *******/
ul.main_nav {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.main_nav li {
	display: inline;
}
