﻿body {
    background-color: #0099FF;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
}

#wrapper{
	background-position: top center;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: no-repeat;
}

/***PAGE HEADER BACKGROUNDS ***/
#pageheader{
	background-position: top center;
	background-image: url(images/bg-pageheader.png);
	background-repeat: no-repeat;
	height: 218px;
	margin: 0 0 20px 0;
}
		
		#pageheader.art{
			background-image: url(images/bg-pageheader-art.png);
			background-position: top center;
			background-repeat: no-repeat;
			height: 218px;
			margin: 0 0 20px 0;
		}
		
		
		#pageheader.birthday-parties{
			background-image: url(images/bg-pageheader-birthday-parties.png);
			background-position: top center;
			background-repeat: no-repeat;
			height: 218px;
			margin: 0 0 20px 0;
		}
		
		#pageheader.summer-camp{
			background-image: url(images/bg-pageheader-summer-camp.png);
		}
		
		#pageheader.field-trips{
			background-image: url(images/bg-pageheader-field-trips.png);
		}
		
		#pageheader.disneyland{
			background-image: url(images/bg-pageheader-disneyland.png);
		}
		
		#pageheader.gymtivity{
			background-image: url(images/bg-pageheader-gymtivity.png);
		}
		#pageheader.open-gym{
			background-image: url(images/bg-pageheader-open-gym.png);
		}
		
		#pageheader.parents-night-out{
			background-image: url(images/bg-pageheader-parents-night-out.png);
		}
		
		#pageheader.tgif-play-day{
			background-image: url(images/bg-pageheader-tgif-play-day.png);
		}
		
		#pageheader.gymotion{
			background-image: url(images/bg-pageheader-gymotion.png);
		}
		
h1{
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
}

a{
    color: #00FF00;
	font-size: 14px;
	font-weight: 700;
	font-weight: 100;
	margin: 0;
}

h2{
    color: #00FF00;
	font-size: 14px;
	font-weight: bold;
	font-weight: 100;
	margin: 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
