body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-left: 10px;
}
#container {
	position: relative;
	width: 800px;
	padding: 0px;
	margin: auto;
	background-color: #e9e4c5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	z-index: 1;
}
#banner {
	position: relative;
	width: 800px;
	height: 137px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#fillpic {
	z-index: 1;
	background-image: url(../images/hands.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 355px;
	width: 561px;
	top: -60px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#ad {
	position: relative;
	width: 229px;
	height: 305px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 50px;
	margin: 0px;
	z-index: 1;
	top: -60px;
	float: right;
	text-align: center;
}
#nav {
	position: absolute;
	width: 800px;
	height: 36px;
	top: 432px;
	right: 0px;
	left: 0px;
	background-image: url(../images/navBkgd.gif);
	background-repeat: repeat-x;
	background-position: center center;
	clear: both;
	z-index: 2;
}
#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul  li {
	display: inline;
	width: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	line-height: 30px;
}
#nav ul li a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover, a:visited:hover {
	color: #DFD8AA;
	text-decoration: none;
}
#navDrop {
	position: absolute;
	top: 454px;
	left: 150px;
	width: 350px;
	height: 45px;
	background-color:#106c7c;
	visibility: hidden;
	z-index: 3;
}
#navDrop ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navDrop ul  li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
	display:inline;
}
#navDrop ul li a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navDrop ul li a:hover, a:visited:hover {
	color: #DFD8AA;
	text-decoration: none;
}
#contentWrap {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#contentLeft {
	position: relative;
	width: 385px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin: 0px;
	z-index: 1;
	float: left;
}
#contentRight {
	position: relative;
	width: 385px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin: 0px;
	z-index: 1;
	float: right;
}
#contentAcross {
	position: relative;
	width: 770px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin: 0px;
	z-index: 1;
}
ul li a, a:visited {
	color: #000000;
	text-decoration: underline;	
}
ul li a:hover, a:visited:hover {
	color: #000000;
	text-decoration: none;	
}
#footer {
	clear: both;
	position: relative;
	width: 800px;
	height: 25px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(../images/footerBkgd.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 1;
	padding: 0px;
	margin: 0px;
}
#footer a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1 {font-size: 18px}