*
{
	border: 0;
	margin: 0;
	padding: 0;
}



/* -------------------- Classes and HTML -------------------- */
a
{
	text-decoration: none;
}

body
{
	background: #f0f0f0;   /* light gray */
	color: #554;           /* dark gray */
	font: 11px Verdana, sans-serif;
}

body a:hover
{
	color: #CC9900; text-decoration: none   /* gold */
}



/* -------------------- Header and Logo-------------------- */
#header
{
	margin: 0 auto;
	padding: 15px 0 20px;
	position: relative;
	width: 800px;
}






/* -------------------- Footer -------------------- */
#footer
{
	background: url("../NEWNEWHawkinsUMC/img/site/footer.gif") repeat-x center top;
	clear: both;
	color: #665;   /*dark gray*/
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

#footer p
{
	background: url("../NEWNEWHawkinsUMC/img/site/footer.gif") repeat-x center top;
	margin: 0 auto;
	padding: 15px 10px 10px;
	width: 800px;
}

#footer a
{
	color: #665;   /*dark gray*/
}