@charset "utf-8";
body {
	background-image: url(images/Catchbackground4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: auto;
	height: 100%;
	padding: 0px;
}

#container {
	margin: 0px;
	height: 100%;
	width: 860px;
	position: relative;
}
#container .links {
	height: 397px;
	width: 220px;
	left: 30px;
	top: 0px;
	position: absolute;
	background-image: url(images/links_bg_02.png);
	background-repeat: repeat-y;
}


#bottom {
	height: 342px;
	width: 860px;
	text-align: center;
	left: 0px;
	top: 650px;
	position: absolute;
}

#contentpane {
	background-image: url(images/kidscorner08_05.png);
	background-repeat: repeat-y;
	height: 397px;
	width: 860px;
	left: 0px;
	top: 253px;
	position: absolute;
}
#contentpane .text {
	padding: 12px;
	height: 375px;
	width: 565px;
	left: 240px;
	position: absolute;
	top: 0px;
	text-align: left;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.text a {
	color: #E67624;
	text-decoration: underline;
	font-weight: bold;
}

#contentpane  .footer  {
	height: 150px;
	width: 375px;
	position: absolute;
	left: 275px;
	top: 430px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



#header {
	background-image: url(images/kidscorner_08_02.png);
	height: 253px;
	width: 860px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
.swing {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}	
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	padding: 0px;
	margin: 0px;
	height: 397px;
	position: absolute;
	top: 253px;
	left: 0px;
	text-align: left;
	z-index: 2;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #AFCD77;
}
#vertmenu ul li a {
	font-size: 12px;
	display: block;
	padding: 31px;
	text-decoration: none;
	color: #000000;
	width:200px;
	font-weight: bold;
	text-align: center;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #CC6600;
	background-image: url(images/linkpiece_06.png);
	background-repeat: no-repeat;
	background-position: -13px;
	padding-left: 60px;
	margin-left: -60px;
}
#vertmenu  li.current  a    {
	color: #00B1DC;
	background-image: url(linkpiece_06_current.png);
	background-repeat: no-repeat;
	background-position: -13px;
	padding-left: 60px;
	margin-left: -60px;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.text a:hover {
	color: #E67624;
	text-decoration: none;
	font-weight: bold;
}

img, div, #swing, #vertmenu ul li, #contentpane, #bottom , #container { behavior: url(iepngfix.htc) };
