
/*SummerCamp2015_style.css*/
#container {
width: 1100px;
margin: 0 auto;
background: #cde url(../images/bkgd_tile.gif) top;
background-repeat: repeat-y;
background-size: 1100px;
Padding: 0 0;
}

#navigation {
background-color: #999;
overflow: hidden;
padding: 2.5px 0 2.5px 0;
width: 1071px;
margin-left: 15px;
margin-right: 5px;
}

#info  {
	height: 70px;
	background-color: lightgray;
	margin-bottom: 5px;
	width: 1071px;
	margin-left: 14.8px;
}

#info p {
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	}
	
#footer {
text-align: center;
/* background-color: #89a; */
background-color: #595858;
/* overflow: hidden; */
padding: 30px 0px 40px 0px;
width: 1071px;
color: #fff;
margin-left: 15px;
margin-right: 5px;
}

h4{
color: #969696; 
/*color: #fd701e; */
text-align: center; 
font-size: 1em;	
	
}

h5{
	
/*color: #ffbfad; */
color: #ffbfad;
text-align: center; 
font-size: 1em;
/*border-bottom: 1px solid #f6f4f8; border-top: 1px solid #f6f4f8;  ...*/
	
}