BODY{
	font-family: Book Antiqua, serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #ffffcc;
}

#Main{
	width:800px;
	margin:auto;
	background-repeat: repeat-x;
	background-position: bottom;}
.horizDiv{
	background-image:url(images/introPg/horizDiv.gif);
	background-repeat:repeat-x;
	width:100%;
	height:9px;
	clear:both;
}
#vertDiv{
	background-image:url(images/introPg/vertDiv.gif);
	background-repeat:repeat-y;
	width:9px;
	!width:9px;
	_width:9px;
	height:516px;
}
#Skokie{
	min-width:494px;
	!width:494px;
	_width:494px;
	text-align:right;
}
#SkokieBg, #CarolBg{
	position:absolute;
	left:0px;
	width:50%;
	height:516px;
	z-index:-1;
	background-image:url(images/introPg/bgSK.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#00badd;
}
#CarolBg{
	left:50%;
	background-color:#445214;
	background-image:url(images/introPg/bgCS.gif);
}
#Carol{
	min-width:494px;
	!width:494px;
	_width:494px;
	text-align:left;
}
.address{
	margin:-30px 70px 0px 70px;
	width:212px;
	height:90px;
	text-align:center;
	color:#FFF;
	font-size:16pt;
}
#Mid{
	position:relative;
	display:block;
	width:997px;
	border:none;
	height:516px;
	margin:auto;
	z-index:5;
}

img{border:none;}

/**********************************/
/* FOOTER */
/**********************************/
#Footer {
/*	position: relative;*/
	font-size: 10pt;
	background-color: #00714B;
	border-top:2px solid #63B49E;
	margin: auto;
	padding: 0;
	width: 100%;
	text-align:center;}
#Footer a{
	color:#84CCB9;
	text-align: center;
	text-decoration: none;}
#Footer a:hover{color:#FFF;}
#Footer .gutter {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 20px 0px;
	width: 800px;
	text-align:center;}
#Footer p {
	margin: 0;
	padding: 0em 0em .5em 0em;
	line-height: 1.5em;
	color: #84CCB9;	
	text-align:center;}
#Footer p a {
	color: #84CCB9;
	text-decoration: none;
	border-bottom: 1px dotted #84CCB9;}
#Footer p a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;}
/*** eof footer ***/

