html {
	height: 100%;
}
body {
	background: #0096d3;
	vertical-align: middle;
	height: 100%;
	margin: 0px;
}
#bodyCont {
	position: absolute;
	top: 45px;
	bottom: 20%;
	width: 100%;
	vertical-align: 50%;
	height: 325px;
	float: left;
	background-image: url(http://www.sckindergartens.org.nz/bar.gif);
	background-repeat: repeat-x;
	background-position: 0px 71px;
	left: 0px;

}
#bodyShell {
	width: 100%;
	vertical-align: 50%;
	height: 100%;
	text-align: center;
}
#shell2 {
	width: 560px;
	
}

#centerBox {
height: 325px;
float: left;
width: 566px;
/*background: #ff0000;*/
background-image: url(http://www.sckindergartens.org.nz/indexBottom.gif);
background-position: bottom left;
background-repeat: no-repeat;
}
#topBox {
	width:585px;
	height: 71px;
	float: left;
	background-image: url(http://www.sckindergartens.org.nz/indexTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #0096d3;
}
#barImg {
	width: 201px;
	height: 25px;
	float: left;
	background-image: url(http://www.sckindergartens.org.nz/indexBar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #0096d3;
	border-right: #000000 1px solid;
}
div.menuButton {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background: #C4D53B;
	border-top: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-right: #000000 1px solid;
	float: left;
	padding-top: 3px;
	padding-bottom: 2px;
 	padding-left: 4px;
  padding-right: 4px;
}
#barEnd {
	background: #C4D53B;
	border-top: #000000 2px solid;
	border-bottom: #000000 2px solid;
	float: left;
 width: 52px;
 height: 21px;
}
#links {
	font-family: Arial;
	color: #444444;
	float: right;
	margin-top: 135px;
	margin-right: 15px;
	text-align: right;
	font-size: 14px;
		font-weight: bold;
		line-height: 25px;
}
a {
	color: #444444;
	text-decoration: none;
}
.add{
	font-family: Arial;
font-size: 1em;
}
.free{
	float: right;
	margin-top: 135px;
	margin-right: 5px;
}
.kindy{
	color: blue;
}
A.kindy:LINK, A.kindy:VISITED {
	color: Blue;
	text-decoration: underline;
}
A.kindy:HOVER {
	color: Red;
}

