body {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	Background-color: #FFFFFF;
	background-image: url(images/bgrounds/crayonedge.png);
	font-size: 18px;
	margin-left:4.3em;
}
td {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
th {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
#siteName h1{
	background-image: url(images/graphics/CCCLogo1.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px;
}
#siteFoot h1{
	background-image: url(images/graphics/bwaylogo.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px;
}

/*
<!--template code for Childcare pages Change Title.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Contact Us: Creative Childhood Center</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script> 
</head>

<body>

<table width="100%" border="0">
<tr>
<td width="100%">
<div id="siteName">
<h1></h1>
<center>
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js");
} else {
AC_FL_RunContent(
'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '450',
'height', '195',
'src', 'CCC',
'quality', 'high',
'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'false',
'scale', 'noscale',
'wmode', 'window',
'devicefont', 'false',
'id', 'flash-animations',
'bgcolor', '#eeeeee',
'name', 'CCC',
'menu', 'false',
'allowScriptAccess','sameDomain',
'movie', 'CCC',
'salign', ''
);
}
</script>
</center>
</div>
</td>
</tr>
</table>










<div id="siteFoot">
  <table width="100%">
  <tr>
  <td><h1></h1>
  <p align="center" class="style1">Creative Childhood Center is a program of Bridgeway Inc.
    <br />
&copy; 2006 Bridgeway Inc. </p>
  </td>
  </tr>
  </table>
</div> 
</html>
*/