* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	padding-bottom: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
	background-color: #fec6e6;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
}

h1 {
	margin: 15px auto;
	height: 183px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

h1 span {
	display: none;
}

.section {
	width: 942px;
	margin: 0 auto 30px auto;
	padding-bottom: 22px;
	background-image: url(images/section_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.section h2 {
	height: 64px;
	background-position: top;
	background-repeat: no-repeat;
}

.section h2 span {
	display: none;
}

#s_about h2 {
	background-image: url(images/h_about.png);
}

#s_rescued h2 {
	background-image: url(images/h_rescued.png);
}

#s_gallery h2 {
	background-image: url(images/h_gallery.png);
}

#s_donate h2 {
	background-image: url(images/h_donate.png);
}


#s_merch h2 {
	background-image: url(images/h_merch.png);
}

.section .content {
	background-image: url(images/section_middle.png);
	background-repeat: repeat-y;
	padding: 0 23px 5px 23px;
}

.section .clear {
	clear: both;
	height: 1px;
	font-family: 1px;
}

#s_gallery .content {
	padding-top: 5px;
}

#s_donate .content {
	text-align: center;
}

#s_merch .content {
	text-align: center;
}

#upload {
	display: block;
	clear: both;
	width: 896px;
	height: 40px;
	margin: 0 auto 5px auto;
	background-image: url(images/upload.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#upload:hover {
	background-position: 0 -40px;
}

#upload span {
	display: none;
}

.photo {
	float: left;
	width: 110px;
	height: 130px;
	margin: 5px 4px 0 4px;
	padding: 5px;
	background-image: url(images/photo_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.photo a {
	display: block;
	width: 100px;
	height: 120px;
	padding: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	text-decoration: none;
	color: #333;
	overflow: hidden;
}

.photo a:hover {
	color: #ef8bda;
}

.photo a span {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 4px;
}

.photo span img {
	position: absolute;
}

.view_all a {
	background-color: #f3a9d9;
}

.view_all a img {
	margin-top: 20px;
}

h3 {
	margin: 10px 0;
	font-size: 20px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

.pet_photo {
	float: left;
	margin: 0 10px 7px 0;
}

.video {
	padding-bottom: 20px;
}

.video, #video {
	text-align: center;
	margin: auto;
}
