
/*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;
}

h3 { 
	text-align: center;
	color: white;
}	

#info  {
	height: 100px;
	background-color: #f65b08;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 1071px;
	margin-left: 14.8px;
}




#Guarantee {
	
	color: white;
	margin-left: 180px;
	list-style-type: square;
	
}


ul.b {
    list-style-type: square;
}

#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;
}