body {
	background-color: #95B3D7;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}
#stripe {
	background-attachment: scroll;
	background-image: url(images/stripe.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 312px;
	max-width: 1400px;
	text-align: center;
	vertical-align: top;
}
#container {
	width: 950px;
	text-align: left;
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
}
#header {
	background-attachment: scroll;
	background-image: url(images/0/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 324px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li {
	overflow: hidden;
}
#header a,#header a:link,#header a:visited {
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header a:hover,#header a:active {
	background-position: 0px -18px;
}
#home,#products,#services,#about,#contact {
	height: 18px;
	position: absolute;
}
#home {
	left: 76px;
	width: 63px;
}
#home a,#home a:link,#home a:visited,#home a:hover,#home a:active {
	background-image: url(images/0/navhome.gif);
	width: 63px;
	background-repeat: no-repeat;
}
#products {
	left: 213px;
	width: 109px;
}
#products a,#products a:link,#products a:visited,#products a:hover,#products a:active {
	background-image: url(images/0/navproducts.gif);
	width: 109px;
}
#services {
	left: 397px;
	width: 97px;
}
#services a,#services a:link,#services a:visited,#services a:hover,#services a:active {
	background-image: url(images/0/navservices.gif);
	width: 97px;
}
#about {
	left: 568px;
	width: 105px;
}
#about a,#about a:link,#about a:visited,#about a:hover,#about a:active {
	background-image: url(images/0/navabout.gif);
	width: 105px;
}
#contact {
	left: 748px;
	width: 126px;
}
#contact a,#contact a:link,#contact a:visited,#contact a:hover,#contact a:active {
	background-image: url(images/0/navcontact.gif);
	width: 126px;
}
#index {
	position: absolute;
	width: 302px;
	height: 194px;
}
#index a,#index a:link,#index a:visited {
	background-image: url(images/0/navlogo.gif);
	width: 302px;
	height: 194px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#index a:hover,#index a:active {
	background-position: 0px -194px;
}
#logo {
	position: relative;
	top: 68px;
	left: 322px;
	width: 302px;
	height: 194px;
	margin: 0px;
	padding: 0px;
}
#logo a {
	padding-top: 194px;
}
#nav {
	position: relative;
	top: 105px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 18px;
}
#nav a {
	padding-top: 18px;
}
#content {
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 25px;
	padding-bottom: 12px;
}
#breadcrumb {
	border: 1px solid #999999;
	padding: 5px;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
	position: relative;
	left: 0px;
	bottom: 0px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: center;
}
.white {
	background-color: #FFFFFF;
}

.print {
	display: none;
}
