body {
	margin: 0px;
	padding: 0px;
	background-color: #FF0066;
	background-image: url(images/bg-vert.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.content-repeat {
	background-image: url(images/content-bg-horiz.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.content-bg {
	background-image: url(images/petart_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	display: block;
	padding: 2px;
	height: 170px;
	width: 122px;
	margin-left: 33px;
}
#navigation p {
	display: block;
	height: 30px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	text-align: center;
	vertical-align: middle;
}
#navigation a {
	background-image: url(images/nav_up.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
}
#navigation a:hover {
	background-image: url(images/nav_over.jpg);
}
.footer {
	font-size: 14px;
	background-image: url(images/petart_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 14px;
	color: #FFFFFF;
}
.smallNote {
	font-size: 12px;
	color: #666666;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	width: 575px;
	padding: 3px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h2 {
	color: #333333;
}
.gallery-content-bg {
	background-image: url(images/gallery-bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gallery-footer {
	font-size: 14px;
	background-image: url(images/gallery-bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.gallery-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.gallery-content-repeat {
	background-image: url(images/gallery-bg-horiz.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#gallery-content {
	width: 710px;
	padding: 3px;
	margin-left: 38px;
}
a {
	color: #CC3467;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
