/* css for main camps page */

body {
	background-image:url('/images/home-public-bg-gradient.jpg');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#camps_container {
	width:784px;
	height:860px;
	background-image:url(/images/gdi-camps-inside-content.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
}

#camps_main_copy {
	position:absolute;
	left:100px;
	top:130px;
	width:480px;
	height:490px;
	margin:0;
	padding:0;
	color:#CCCCCC;
	overflow:auto;
}


/* bounding container for the 4 ad placement areas in the camps main page */
#ad_box_container_camps {
	position:absolute;
	top:635px;
	left:0px;
	width:100%;
	height:110px;
}
#satellite_pictures {
	position:absolute;
	top:250px;
	left:600px;
	width:170px;
	height:500px;
	margin:0;
	padding:0;
}
h1 {
	font-size:12px;
}
h2 {
	font-size:11px;
}

/* provide a little padding for content between it and the scroll bar in IE */
#programs_progressions_container {
	margin:0 10px 0 0;
}