body{
	text-align:center;
	background-color:#E00C30;	
}
.red{
	color:#E00C30;
	font-weight:bold;	
}
a{
	color:#E00C30;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div#container{
	width:740px;

	margin:10px auto;
	/*background-image:url(../images/bgAll-small.jpg);*/
	background-color:#fff;
	text-align:left;
}
div#header{
	width:740px;
	height:124px;
}
div#header h1{
	width:410px;
	height:90px;
	background-image:url(../images/StMarksToddlersLogo.gif);
	text-indent:-9999px;
	float:left;
	margin:20px 0 0 12px;
	cursor:pointer;
}
div#header div#newsTicker{
	float:left;
	width:306px;
	height:15px;
	margin:30px 0 0 30px;
	background-color:#C5C3C3;
}
div#header div#newsTicker p{
	font-size:0.7em;
	line-height:1.2em;
	margin:3px 2px;
}
div#header div#contactInfo{
	float:left;
	width:120px;
	height:70px;
	margin:31px 0 0 152px;
	font-size:0.7em;
	line-height:1.2em;
}

div#mainBody{
	width:740px;
	clear:both;
}
div#mainBody div#contentPanel{
	float:left;
	width:310px;
	min-height:416px;
	margin:0 0 0 100px;
	color:#fff;
	background-color:#E00C30;
	border-right:1px solid #E00C30;
}
div#mainBody div#contentPanel h2{
	font-weight:bold;
	font-size:1.4em;
	margin:3px 0 10px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#mainBody div#contentPanel p{
	margin:0px 15px 15px 35px;
	font-size:0.8em;
	line-height:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#mainBody div#imagePanel{
	float:left;
	width:310px;
	height:416px;
	background-color:#fff;
	/*background-image:url(../images/homePage1.jpg);*/
	background-repeat:no-repeat;
	position:relative;
}

.slide {
	position: absolute;
	top:0px;
	right:0px;
	width:310px;
	height:416px;
	z-index:1;
}

div#mainBody div#imagePanel div#clock{
	font-weight:normal;
	font-size:2.5em;
	line-height:0.8em;
	margin:3px 0 30px 5px;
	color:#fff;
	position: absolute;
	top:0px;
	left:0px;
	z-index:2;
}
div#mainBody div#imagePanel div#clock span.red{
	font-weight:normal;
}
div#mainBody div#greyBar{
	width:618px;
	/*height:14px;*/
	clear:both;
	margin:10px 0 10px 100px;
	background-color:#C5C3C3;
	text-align:right;
}
div#mainBody div#greyBar a{
font-size:0.8em;
margin:-3px 10px 0 10px;
}
div.divClear{
	clear:both;
}

