@charset "utf-8";
/* CSS Document */

body		{
			background-color:#333333;
			background:url(images/1.gif);
			background-repeat:repeat;
			}
			
.one		{
			
			background:transparent url(images/price_off.png) no-repeat scroll 0 0;
			height:89px;
			width:100px;
			display:block;
			float:left;
			margin:20px 10px 0 0;
			text-indent:-9999px;
			
			}
			
.one:hover	{
			
			background:transparent url(images/price.png) no-repeat scroll 0 0;
			height:89px;
			width:100px;
			display:block;
			float:left;
			}
			
.two		{
			
			background:transparent url(images/tuition_off.png) no-repeat scroll 0 0;
			height:89px;
			width:100px;
			display:block;
			float:left;
			margin:20px 10px 0 0;
			text-indent:-9999px;
			
			}
			
.two:hover	{
			
			background:transparent url(images/tuition.png) no-repeat scroll 0 0;
			height:89px;
			width:100px;
			display:block;
			float:left;
			}
			
.three		{
			
			background:transparent url(images/kids_off.png) no-repeat scroll 0 0;
			height:89px;
			width:100px;
			display:block;
			float:left;
			margin:20px 10px 0 0;
			text-indent:-9999px;
			
			}
			
.three:hover	{
			
			background:transparent url(images/kids.png) no-repeat scroll 0 0;
			height:89px;
			width:100px;
			display:block;
			float:left;
			}

#wrapper	{
			position:absolute;
			top:50%;
			left:50%;
			width:960px;
			height:600px;
			margin-top:-300px; /*set to a negative number 1/2 of your height*/
			margin-left:-480px; /*set to a negative number 1/2 of your width*/
			background-color:#F5F5F5;
			background-image:url(images/bg.jpg);
			background-repeat:no-repeat;
			}
			
h1#welcome {
           background:transparent url(images/logo.png) no-repeat scroll 0 0;
           height:81px;
           margin:30px 0 0 40px;
           padding:0;
           text-indent:-9999px;
           width:200px;
           } 
		   
.shouts		{
			margin-top:270px;
			height:120px;
			width:350px;
			display:block;
			float:right;
			
			} 
			
ul			{
			list-style:none
			}
			
#wrapper li			{
			display:inline;
			margin-right:10px;
			}
			
.copy		{
			height:100px;
			background-color:#000;
			width:910px;
			padding:0 0 0 50px;
			}
			
h2#intro		{
			background:transparent url(images/intro.jpg) no-repeat scroll 0 10px;
           height:40px;
           padding:0;
           text-indent:-9999px;
           width:880px;
			}
			
p.sub		{
			font-family:"Trebuchet MS";
			color:#fff;
			font-size:18px;
			margin-top:-5px;
			}
			
			
.clean		{
			clear:both;
			}

em			{
			color:#0099ee;
			font-style:normal;
			}
			
.kidsroll	{
		 display: block;
	  	 width: 100px;
	  	 height: 89px;
	  	 background-image:url(images/kids.png);
	  	 background-repeat: no-repeat;
         background-position: 0 0;
		 float:left;
		 margin:20px 10px 0 0;
		 }


.kidsroll:hover	 {
		  background-position: 0 -89px;
		  }
		  
.priceroll	{
		 display: block;
	  	 width: 100px;
	  	 height: 89px;
	  	 background-image:url(images/price.png);
	  	 background-repeat: no-repeat;
         background-position: 0 0;
		 float:left;
		 margin:20px 10px 0 0;
		 }


.priceroll:hover	 {
		  background-position: 0 -89px;
		  }
			
			
.turoll	{
		 display: block;
	  	 width: 100px;
	  	 height: 89px;
	  	 background-image:url(images/tuition.png);
	  	 background-repeat: no-repeat;
         background-position: 0 0;
		 float:left;
		 margin:20px 10px 0 0;
		 }


.turoll:hover	 {
		  background-position: 0 -89px;
		  }
