* {
	margin: 0;
}

body {
	font-family: Arial, Helvetica, 'san-serif';
	background-image: url('../images/bg_gradient.jpg');
	background-repeat: repeat-x;
}

p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 12px;
}

a {
	text-decoration:none;
}

h1 {
	font-size: 22px;
	color: #e31f26;
	font-family: 'Comic Sans MS', cursive;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

#navigation-row {
	background-image: url('../images/nav_bg.jpg');
	background-repeat: no-repeat;
	height: 56px;
}

#logo-row {
	background-image:url('../images/logo_row_bg.jpg');
	background-repeat: no-repeat;
	height: 205px;
	position: relative;
}

#left-container {
	float: left;
	background-image:url('../images/left_content_bg_w_dog.jpg');
	background-repeat: no-repeat;
	height: 606px;
	width: 336px;
}

#right-container {
	float: left;
	background-image:url('../images/right_content_bg.jpg');
	background-repeat: no-repeat;
	height: 606px;
	width: 688px;
	position: relative;
}

#home-link a {
	background-image:url(../images/home_link.jpg);
	height:24px;
	position:absolute;
	right:85px;
	top:48px;
	width:85px;
}

#home-link a:hover {
	background-image:url('../images/home_link_over.jpg');
	height:24px;
	position:absolute;
	right:85px;
	top:48px;
	width:85px;
}

#email-container a {
	background-image:url(../images/e_mail_button.jpg);
	bottom:78px;
	height:90px;
	position:absolute;
	right:75px;
	width:95px;
}

#email-container a:hover {
	background-image:url(../images/e_mail_button_rollover.jpg);
	bottom:78px;
	height:90px;
	position:absolute;
	right:75px;
	width:95px;
}
#specials-container a {
	background-image:url(../images/specials_button_rollover.jpg);
	bottom:78px;
	height:53px;
	position:absolute;
	width:167px;
	left: 5px;
}
#specials-container a:hover {
	background-image:url(../images/specials_button.jpg);
	bottom:78px;
	height:53px;
	position:absolute;
	width:167px;
	left: 5px;
}

#footer {
	height: 62px;
	background-image:url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	clear: both;
}

p.footer-text {
	font-family:'Comic Sans MS',cursive;
	margin-left:-10px;
	padding-top:20px;
	text-align:center;
	width:100%;
	color: #397843;
}

p.footer-text {
	padding: 13px 0 0;
}

p.footer-text a {
	color: #397843;
}

p.footer-text a:hover {
	color: #e31f26;
}

#text-box {
	height:430px;
	margin-left:10px;
	overflow:auto;
	width:606px;
}
#text-box_privacy {
	height:430px;
	margin-left:10px;
	overflow:auto;
	width:606px;
}
#text-box-gallery {
	height:100px;
	margin-left:10px;
	overflow:auto;
	width:606px;
}

#text-header {
	border-bottom: 2px solid #e31f26;
	margin-right: 13px;
}

#text-box p {
	padding-right: 15px;
}
#text-box a {
	color: #2263B0;
	font-weight: bold;
	padding-left: 30px;
}
#text-box_privacy a {
	color: #2263B0;
	font-weight: normal;
	padding-left: 0px;
}
#text-box a:hover {
	color: #09F;
	font-weight: bold;
}
#text-box a:visited {
	color: #C60;
	font-weight: bold;
}

ul li a {
	font-family: 'Comic Sans MS', cursive;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navigation-container {
	*margin-left: 40px;
}

ul.navigation {
	margin: 0 auto;
}

ul.navigation li {
	float:left;
	padding:0 42px 0 0;
	text-align:center;
	list-style-type:none;
	margin: 0px -29px 0 0;
}

ul.navigation li.breed {
	margin-left:0;

}

ul.navigation li a {
	background-image:url(../images/tab_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding: 10px 10px 24px 3px;
	text-align:center;
	list-style-type:none;
	width:135px;
}
ul.navigation li a:hover {
	color: #e31f26;
	background-image:url('../images/tab_bg_rollover.jpg');
	background-repeat: no-repeat;
}
ul.navigation li.last {
	width: 110px;
}

