body {
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	line-height: 130%;
	background: url('../images/Aqua_bg.jpg') no-repeat top left;
	position: relative;
	z-index: 0;
}
#flame {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 342px;
	background: url('../images/Aqua_bg.gif') no-repeat top left;
	z-index: 1;
}
img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 10px auto 0px auto;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	border: solid 1px #666;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
}
a {
	color: #000000;
}
#header {
	padding: 0px 0px 0px 0px;
}
#mainBody {
	padding: 10px 20px 20px 20px;
	margin: 0px auto 0px auto;
	text-align: justify;
}
#footer {
	width: 960px;
	margin: 10px auto 0px auto;
	font-size: 80%;
	color: #444444;
	line-height: 110%;
	text-align: left;
	position: relative;
	z-index: 2;
}
#footer a {
	color: #444444;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerCopy p, #footerDeveloper p, #footerAccess p {
	margin: 5px 0px 0px 0px;
}
#footerDeveloper {
	text-align: justify;
}
.clear {
	clear: both;
}
#mainNav {
	background-color: #00AEEF;
	padding: 0px 0px 0px 30px;
	margin: 5px 0px 0px 0px;
	height: 25px;
	text-align: center;
}
.navItem, .navSelected {
	margin: 0px;
	padding: 4px 35px 0px 35px;
	float: left;
	height: 21px;
}
.navItem:hover, .navSelected {
	background-color: #EE2E24;
}
.navItem a, .navSelected a {
	text-decoration: none;
	color: #FFFFFF;
}
#tel {
	font-size: 130%;
	line-height: 120%;
	float: left;
	margin: 5px 0px 0px 270px;
	padding: 0px;
	text-align: right;
}
#tel span {
	margin-right: 20px;
}
.inputContact {
	border: solid 1px #999999;
	font-size: 100%;
	width: 300px;
	margin-bottom: 5px;
}
.inputContactLarge {
	border: solid 1px #999999;
	font-size: 100%;
	width: 400px;
	height: 200px;
	margin-bottom: 5px;
}
.inputContactSmall {
	border: solid 1px #999999;
	font-size: 100%;
	width: 100px;
	margin-bottom: 5px;
}
.buttonContact {
	border: solid 1px #999999;
	background-color: #FFFFFF;
	margin-top: 5px;
}
