html{
	height:950px;
	width:100%;
	padding:0;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:500;
	font-size:12px;
	
	}

body{
	background-image:url(../images/background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:950px;
	width:100%;
	padding:0;
	margin:0;
	z-index:0;
	line-height:180%;
}

h1{
	font-size:14px;
	font-weight:bold;
	
}

#mainHolder{
	width:800px;
	height:auto;
	margin:0 auto;
	padding:15px 0 0 0;
	
}

#banner{
	width:792px;
	height:400px;
	z-index:2;
	position:absolute;
}

#contentBackground{
	background-image:url(../images/contentBackgound.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:794px;
	height:474px;

	padding:340px 0 0 0;
	z-index:1;
	position:absolute;
}

#contentBackgroundPlaytime{
	background-image:url(../images/playtime.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:794px;
	height:474px;

	padding:340px 0 0 0;
	z-index:1;
	position:absolute;
}


#contentBackgroundAbout{
	background-image:url(../images/contentBackgoundAbout.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:794px;
	height:474px;

	padding:340px 0 0 0;
	z-index:1;
	position:absolute;
}

#contentBackgroundExperience{
	background-image:url(../images/contentBackgoundExperience.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:794px;
	height:474px;

	padding:340px 0 0 0;
	z-index:1;
	position:absolute;
}

#lefCol{
	color:#000;
	width:520px;
	height:400px;
	padding:60px 0 0 20px;

}

#ourAccreditations ul {

	list-style: none;
	
	margin: 0;
	padding: 0;
	
}

#ourAccreditations ul li {

	float: left;
	display:inline;	
	margin: 0 16px 0 0;
	border:#0F0;
	padding: 0;
	
}

#rightCol{
	position:absolute;
	margin:55px 0 0 550px;
	width:240px;
	height:auto;
	z-index:3;
}

.hidden{
	display:none;
}

.visible{
	display:block;
}
#footer{
	background-image:url(../images/footer.gif);
	width:794px;
	height:86px;
	margin:830px 0 0 0;
	padding- bottom:20px;
	position:absolute;
	
}

#footerRed{
	background-image:url(../images/footerRed.gif);
	width:794px;
	height:86px;
	margin:830px 0 0 0;
	padding- bottom:20px;
	position:absolute;
	
}
