/* 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-main.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
}

#camps_main_copy {
	position:absolute;
	left:260px;
	top:230px;
	width:500px;
	height:100px;
	margin:0;
	padding:0;
	color:#CCCCCC;
}

#camps_photo_and_text_box {
	position:absolute;
	top:380px;
	left:0px;
	width:100%;
	height:380px;
}

#camps_photo_and_text {
	float:left;
	position:relative;
	left:30px;
	margin:0 15px;
	height:220px;
	width:150px;
	color:white;
	font-size:9px;
}

#camps_photo_box {
	width:150px;
	height:140px;
	margin:7px 0;
	vertical-align:middle;
}
	
/* 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;
}

