body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #00b6c8;
	font-size: 18px;
	text-align: center;
}
a {
	color: #00b6c8;
}
li {
	padding-bottom: 5px;
}

#container {
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	width: 810px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}
#navigation1 {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 200px;
}
.navhead {
	padding-top: 110px;
}

#content {
	background-repeat: no-repeat;
	background-position: top;
	width: 610px;
	text-align: justify;
	float: right;
}
.content1 {
	background-image: url(images/top1.jpg);
}
.content2 {
	background-image: url(images/top2.jpg);
}
.content3 {
	background-image: url(images/top3.jpg);
}
.content4 {
	background-image: url(images/top4.jpg);
}
#conhead {
	padding-top: 340px;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation1 ul {
	text-align: left;
	padding-left: 50px;
}
#bottom {
	text-align: center;
	width: 100%;
	position: relative;
}
#bottom ul {
	text-align: center;
	list-style-position: inside;
}
#bottom ul li {
	display: inline;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.odd {
	list-style-image: url(images/purplepaw.jpg);
}
.even {
	list-style-image: url(images/bluepaw.jpg);
}
.copyright {
	font-size: smaller;
	text-align: center;
}
.bottomphoto {
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: -220px;
}
.bottomphoto2 {
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: -215px;
}