* {
outline: none;
}

html, body {
	height: 100%;
}

#pawtable {
	background: url(../images/paws.png) top center repeat-y;
}

body {
margin: 0px;
padding: 0px;
background: #bae0ff url(../images/bodybg.png) repeat-x;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

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

#banner_div {
padding: 0px 0px;
height: 190px;
position: relative;
}

	/* BANNER CONTENT */
	
	#logo {
		margin: 0px;
		padding: 0px;
		background: url(../images/logo.png);
		width: 228px;
		height: 153px;
		text-indent: -3333px;
		overflow: hidden;
		position: absolute;
		bottom: 0px;
		left: 20px;
	}
	#logo a {
		display: block;
		width: 228px;
		height: 153px;
	}
	#super_div {
		position: absolute;
		right: 0px;
		top: 25px;
	}
	#navbar_div {
		width: 620px;
		height: 50px;
		position: absolute;
		right: 0px;
		top: 65px;
		background: url(../images/navbar.png);
	}
	#navbar_div a {
		text-decoration: none;
		height: 50px;
		display: block;
		float: left;
		text-indent: -3333px;
		overflow: hidden;
	}
	#navbar_div a.Home {
		background: url(../images/navbar.png);
		background-position: 0px 0px;
		width: 92px;
	}
	#navbar_div a.Home:hover {
		background-position: 0px -50px;
	}
	#navbar_div a.About {
		background: url(../images/navbar.png);
		background-position: -92px 0px;
		width: 90px;
	}
	#navbar_div a.About:hover {
		background-position: -92px -50px;
	}
	#navbar_div a.Tour {
		background: url(../images/navbar.png);
		background-position: -182px 0px;
		width: 78px;
	}
	#navbar_div a.Tour:hover {
		background-position: -182px -50px;
	}
	#navbar_div a.Services {
		background: url(../images/navbar.png);
		background-position: -260px 0px;
		width: 106px;
	}
	#navbar_div a.Services:hover {
		background-position: -260px -50px;
	}
	#navbar_div a.Blog {
		background: url(../images/navbar.png);
		background-position: -366px 0px;
		width: 77px;
	}
	#navbar_div a.Blog:hover {
		background-position: -366px -50px;
	}
	#navbar_div a.Contact {
		background: url(../images/navbar.png);
		background-position: -443px 0px;
		width: 177px;
	}
	#navbar_div a.Contact:hover {
		background-position: -443px -50px;
	}
	#phone_div {
		top: 140px;
		position: absolute;
		left: 320px;
		width: 400px;
	}
	#phone_div h2 {
		margin: 0px;
		padding: 0px;
	}
	#puppies {
		position: absolute;
		right: 40px;
		bottom: -27px;
	}
	#pig {
		position: absolute;
		top: 23px;
		left: 340px;
	}

#content_div {
	padding: 10px;
	background: #cdc094;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content_content {
	padding: 11px 20px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #8c7e5b;
	-webkit-box-shadow: 0px 0px 3px #8c7e5b;
}
.marginbottom {
	margin-bottom: 10px;
}
#contentheader {
	background: #f8e2b0;
	border-bottom: 1px solid #e6cf9c;
	padding: 5px 20px 0px 20px;
	margin: -11px -20px 11px -20px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#footer_div {
padding: 11px 30px;
color: #32879c;
}

.clear {
clear: both;
}

a img {
border: none;
}

p {
padding: 0px;
margin: 9px 0px;
}

a {
color: #32879c;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #c22d41;
	font-weight: bold;
	margin: 9px 0px;
	padding: 0px;
}

h1, h2, h3 {
	font-size: 24px;
	line-height: 28px;
}
h4, h5, h6 {
	font-size: 18px;
	line-height: 22px;
}

