﻿body {
	background: white url("./bg.jpg") repeat;
	margin: 30px 0px;
	padding: 0px;
	font-size: 15px;
}
#container {
	width: 800px;
	margin: 0px auto;
	color: #778191;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid gray;
	overflow: auto;
	background: white url("./pawprints4.jpg") repeat-y;
}
#top {
	height: 274px;
	background: transparent url("./topbg.png") no-repeat;
}
#top img {
	float: left;
	position: relative;
	top: 4px;
}
#top #titles {
	position: relative;
	top: 40px;
	margin-left: 248px;
	text-align: center;
	right: 90px;
}
#top h1 {
	padding-top: 0px !important;
	font-size: 40px;
	color: #688BC5;
	display: inline;
}
#top h2 {
	padding-top: 0px !important;
	color: #FFB25F;
	font-size: 30px;
	display: inline;
}
#nav {
	font-size: 17px;
	width: 200px;
	color: gray;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#nav li {
	padding-left: 10px;
	padding-bottom: 5px;
	color: #688BC5;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFB25F;
}
#nav ul li ul {
	font-size: 15px;
}
#nav ul li ul li {
	margin: 0px;
	border-bottom: 0px solid black !important;
	padding: 0px 0px 0px 15px;
}
#nav a:hover {
	color: #AAC7E6;
}
#content {
	position: relative;
	bottom: 70px;
	margin-left: 202px;
	width: 558px;
	padding: 10px 30px 10px 10px;
}
h1 {
	color: #688BC5;
	font-size: 35px;
	display: inline-block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: inline-block;
	color: #688BC5;
}
h3 {
	font-size: 25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: inline-block;
	color: #688BC5;
}
h4 {
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: inline-block;
	color: #688BC5;
}
h5 {
	font-size: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: inline-block;
	color: #688BC5;
}
h6 {
	font-size: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: inline-block;
	color: #688BC5;
}
p {
	padding-left: 20px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #688BC5;
}
a:hover {
	color: #FFB25F;
}
.gallerybig {
	padding-left: 0px;
	text-align: center;
}
.gallerybig img {
	border: 5px double #FFB25F;
	height: 400px;
	width: 400px;
}
.gallerythumbs {
	padding-left: 0px;
	text-align: center;
}
.gallerythumbs a {
	text-decoration: none;
}
.gallerythumbs a img {
	border: 3px solid #AAC7E6;
	height: 80px;
	width: 80px;
}
.gallerythumbs a:hover img {
	border: 3px solid #FFB25F;
}
.caption {
	text-align: center;
	position: relative;
	bottom: 15px;
}
#copyright {
	color: #688BC5;
	text-align: center;
	text-indent: 0px;
	font-size: 10px;
}
.float-left {
	float: left;
}
.float-left p {
	padding-right: 20px;
}
.float-right {
	float: right;
}