@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: repeat-x;
	background-color: #9CE1FC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(/campkiddayz/images/bg_slice.png);
}
#container {
	background-image: url(../images/bg.png);
	width: 800px;
	height: auto;
	min-height: 600px;
	background-repeat: no-repeat;


}
#container #footer {
	float: left;
	width: 800px;
	top: 100%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-image: url(/campkiddayz/images/footer.png);
	height: 159px;
	padding-top: 50px;
}
#container #header {
	background-image: url(../images/header.png);
	float: left;
	height: 250px;
	width: 800px;
}
#container #nav span {
	margin: 0px;
	padding: 0px;
}
#container #nav {
	height: 20px;
	width: 800px;
	padding-bottom: 40px;
	float: left;
}
#container   #content   #page   {
	width: 700px;
	display: inline-block;
	padding-left: 40px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#container  #content  #page  h3  {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#container #content {
	height: auto;
	width: 778px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00AEF0;
	border-right-color: #00AEF0;
	border-left-color: #00AEF0;
	padding: 10px;
	min-height: 450px;
	text-align: justify;
	font-size: 12px;
	background-color: #FFFFFF;
	float: left;
}
#container #content #page .dates {
	font-size: 16px;
	color: #FF0000;
}
#container #content #left {
	width: 327px;
	float: left;
}
#container #content #right {
	float: left;
	width: 450px;
}
#container #tab a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#39b7e4;
	padding: 7px 15px 7px 15px;
	width:100px;
	position:relative;
	top:0px;
	left:320px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA813), to(#E9990E)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFA813,  #E9990E ); /* for firefox 3.6+ */
	/*	text-shadow: 0 1px 0 rgba(61, 61, 61, .8);*/
	border-bottom: 2px #fff solid;
	border-left: 2px #fff solid;
	font-size:12px;
	border-right: 2px #fff solid;

display:block;
}
#container #tab a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#A6FF0C), to(#8FE200)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A6FF0C,  #8FE200 ); /* for firefox 3.6+ */

}
