#banner {
	position: absolute;
	height: 105px;
	width: 780px;
	left: 197px;
	top: 12px;
	visibility: visible;
	padding-top: 10px;
}

h1 {
	font-size: 20px;
	font-weight: lighter;
	
}
h2 {
	font-size: 16px;
	font-weight: lighter;
}

/*Next is for major central container*/
#container1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-color: #67685E;
	position: absolute;
	top: 240px;
	left: 200px;
	width: 797px;
	height: 671px;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #00CC33;
}

