@charset "UTF-8";
body {
	background: #3c3e36 url(../images/bcknd.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Futura, Verdana, Helvetica;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#menu {
	height: 30px;
	width: 913px;
	background: #2c2f28 center;
	padding: 5px 20px 0px;
	text-align: center;
}

#menu p{
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #636560;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}
#menu a{
	color: #636560;
	text-decoration: none;
	font-family: Futura, Verdana, Helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
}
#menu a:hover{
	text-decoration: underline;
	font-family: Futura, Verdana, Helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	font-variant: normal;
}


.oneColFixCtrHdr #header {
	background: #2c2f28;
	padding: 20px 15px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 52px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header a {
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#right {
	padding-top: 0px;
}
#header div {
	padding-top: 10px;
	float: right;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#header a {
	color: #999999;
}
#header a:hover {
	text-decoration: underline;
}
#littlemiracleslogo {
	height: auto;
	width: 100px;
	float: right;
}
#address {
	float: left;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px 0;
	height: 100px;
}
#index a {
	color: #990000;
	text-decoration: none;
}
#index a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Futura, Verdana, Helvetica;
	font-size: 21px;
	color: #636560;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#footer a {
	color: #636560;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.oneColFixCtrHdr #container3 {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background: #FFFFFF;
}
#bookappointment {
	height: 500px;
	width: 960px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent3 {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

