body {
	background-color: #000033;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center 375px;
}
p {
	text-align: center;
}

.header {
	height: 90px;
	top: 0px;
	background-color: #000000;
	position: fixed;
	left: 0px;
	right: 0px;
	z-index: 98;
	text-align: center;
}
.gradient {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/navigational/linkbar.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 90px;
	z-index: 97;
	left: 0px;
	right: 0px;
	height: 18px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.menu {
	height: 250px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}
.menu:hover {
	background-position: 0px 250px;
}
.Vwrapper {
	width: 250px;
	color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.Vtop {
	background-image: url(images/vertical-growing/top.png);
	height: 11px;
	width: 250px;
}
.Vmiddle {
	background-image: url(images/vertical-growing/middle.gif);
	background-repeat: repeat-y;
	width: 240px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Vbottom {
	background-image: url(images/vertical-growing/bottom.png);
	width: 250px;
	height: 10px;
}
.clouds {
	height: 219px;
	position: fixed;
	background-image: url(images/navigational/sampleclouds.png);
	z-index: 99;
	bottom: 0%;
	left: 0px;
	right: 0px;
}

.link {
	background-position: 0px 0px;
	height: 20px;
	width: 50px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: auto;
}
.link:hover {
	background-position: 0px 20px;
}
#printlink {
	background-image: url(images/navigational/printlink.png);
}
#weblink {
	background-image: url(images/navigational/weblink.png);
}
#motionlink {
	background-image: url(images/navigational/motionlink.png);
	width: 150px;
}
#photolink {
	background-image: url(images/navigational/photolink.png);
	width: 117px;
}
#home {
	background-image: url(images/navigational/home.png);
	width: 70px;
}
#contact {
	background-image: url(images/navigational/contact.png);
	width: 70px;
}
.endcopy {
	font-size: small;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
table {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: auto;
	text-align: left;
	padding: 5px;
}
table a {
	color: #99C;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
