@charset "utf-8";
/* CSS Document */

/* Main Elements */

body
		{
		background-image:url(../images/worms.gif)
		}
p
		{
		font-family:Verdana;
		font-weight:bold; font-size:12px
		}
H1
		{
		font-family:Verdana; font-weight:bolder; color:#9900CC; 
		text-align:center; font-size:14px;
		}
H2
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px; 
		color:#ff3366;
		margin-bottom:5px;
		margin-right: 20px;
		}
		
H3
		{
		font-family:Verdana; font-weight:bolder; color:#ffffff; 
		text-align:center; font-size:14px;
		}
		
a 
		{
		text-decoration:underline; color:#9900CC
		}
a:hover 
		{
		text-decoration:none
		}

ul
		{
		margin-left:10px; list-style:circle
		}

/* Classes */

.rose {color:#cc66cc}
.info_yellow {color:#ff9900}
.field_green {color:#99cc00}
.parties_pink {color:#cc33ff}
.drop_purple {color:#6633ff}
.home_red {color: #ff3366}
.camps_blue {color: #6799ff}
.art_red {color: #cc3300}
.rose {color:#cc66cc}

.light_yellow {color:#ffcc33}
.light_blue {color:#99ccff}
.light_red {color:#cc6666}

.light_green {color:#c2db6e}

.light_pink {color:#cc66cc}

.light_purple {color:#9900CC}

.address
		{
		font-family:Verdana;
		font-weight:600;
		font-size:12px;
		color:#666600;
		margin-right: 20px;
		}
.register
		{
		font-family:Verdana;
		font-weight:600;
		font-size:12px;
		color:#666600;
		margin-top:30px;
		margin-right: 20px;
		}
.aregister
		{
		color:#666600;
		}
		
.bottomnav 
		{
		font-size: 10px;
		line-height: 10px
		}

.imgindent
		{
		margin-left: 60px;
		margin-top: 25px;
		}
		
.imgindent2
		{
		margin-left: 70px;
		margin-top: 10px;
		text-align:right;
		margin-right: 20px;
		}
		
.toptext
		{
		font-family:Verdana;
		font-weight:600;
		font-size:12px;
		color:#2a1f55;
		margin-top:30px;
		margin-left: 15px;
		margin-right: 15px;
		}
.text
		{
		font-family:Verdana;
		font-weight:600;
		font-size:12px;
		text-align:left;
		margin-right: 5px;
		margin-bottom: 10px;
		}
		
.textcenter
		{
		font-family:Verdana;
		font-weight:600;
		font-size:12px;
		text-align:center;
		margin-right: 5px;
		margin-bottom: 10px;
		}

.symbols
		{
		font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size:10px;
		color: #669933;
		}
		
.footer 
		{
		font-size: 10px;
		line-height: 200%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:bolder;
		text-transform:uppercase;
		}
.line 
		{
		color: #FFCC00;
		font-weight:bold;
		}
.center
		{
		text-align:center;
		}


/* Layers */

#topbanner
		{
		position:absolute;
		top: 0px;
		left: 16%;
		width: 840;
		height: 168px;
		background-color: yellow;
		border:0;
		margin-left:0px;
		visibility:visible
		}

#contents
		{
	position:absolute;
	top: 168px;
	left: 16%;
	width: 840px;
	background-color: #ffffff;
	border:0;
	margin-left:0px;
	visibility:visible;
		}

#nickelodeon 
		{
	position:absolute;
	top:-4px;
	left:-12px;
	width:155px;
	height:108px;
	visibility: visible;
	z-index:1;
		}
		
#kidspages 
		{
	position:absolute;
	top:-9px;
	left:287px;
	width:100px;
	height:100px;
	visibility: visible;
	z-index: 2;
		}
#campsmenu         
		{
	position: absolute;
	z-index: 4;
	top: 19px;
	left: 482px;
	width: 120px;
	height: 76px;
	visibility: hidden;
		}

#artclubmenu      
		{
	position: absolute;
	z-index: 5;
	top: 18px;
	left: 600px;
	width: 120px;
	height: 36px;
	visibility: hidden;
		}
