﻿body {
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Arial;
	font-size:14px;
	background-color:	#E5E5E5
}
img {
	border-width:0px;
}
.header {
	
	margin:0 auto;
	background:url('../images/header-water-dramatic.jpg') center;
	height: 184px;
}
.white-back {
	background: #FFFFFF url('../images/shadow-right-wide.jpg') repeat-y center;
}
.shadow-right {
	margin: 0 auto;
	width: 896px;
	overflow: hidden;

	padding-top: 15px;
	padding-bottom: 15px;
}
.intro {
	float:left;
	width:896px;
	margin-bottom:10px;
}
.intro ul {
	width:24%;
	float:left;
	list-style-type:square;
	margin:10px 5px 10px 0;
	padding:0px;
	overflow:hidden
}
.intro li {
	padding-left:5px;
	margin:5px 18px;
}
.intro li:hover {
	font-style:italic
}
.intro li.first {
	padding-left:0px;
	font-weight:bold;
	list-style-type:none;
	margin:5px 0px;
	font-size:15px;
}
.intro li.first:hover {
	font-style:normal;
}
.contact {
	width:896px;
	float:left;
	padding:10px 0;
}
/*FOOTER*/
.footer {
	background:url('../images/footer.jpg') center;
	height: 109px;
	padding-top:75px
}
.innerfooter {
	margin:0 auto;
	width:896px;
}
.innerfooter p {
	color:white;
	margin:18px 0;
}
/*formating */
p, h1, h2, h3, h4, h5, h6 {
	margin:0 18px 10px 0;
	
}
h1, h2 {
	font-size:18px;
	height:1.5em;
	border-bottom:1px solid navy
}
