
div.contactTitle {
	position: absolute;
	top: 150px;
	left: 80px;
	padding: 10px;
	width: 325px;
	height: 20px;
	
	/* margin-left: auto;
	margin-right: auto; */
	
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 0px solid black; */
	
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
}

div.contactForm {
	position: absolute;
	overflow: auto;
	top: 190px;
	left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	width: 210px;
	height: 173px;
	
	/* border-left: 1px solid black;
	border-right: 1px solid black; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
}

div.contactInfo {
	position: absolute;
	overflow: auto;
	top: 190px;
	left: 325px;
	padding: 10px;
	width: 310px;
	height: 173px;
	
	/* border-left: 1px solid white; */
	/* border-right: 1px solid black; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
}

div.nellymoochLogo {
	position: absolute;
	/* overflow: auto; */
	top: 385px;
	left: 286px;
	/* padding: 10px; */
	width: 175px;
	height: 75px;
	
	/* border-left: 1px solid white; */
	/* border-right: 1px solid black; */
	/* border-top: 1px solid white;
	border-bottom: 1px solid white; */
	
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
}

table.navButtonTable {
	width: 370px;
	height: 20px;
	border-width: 0px;
	border-spacing: 0px;
}
