/* ------------------------------------------------------
	CSS for the Dihedrals.com site.
	Main file included in all pages on this site.
-------------------------------------------------------*/
body {
	background: none;
	background-color: rgb(112,112,112);
	font-size: 11px !important;
}


/* Elements only found on the Skicamps.ch page  */
#centerBox {
	background: none;
}
#centerBox #header {
	width: 1000px;
	min-height: 200px;
}

#xskierCampMenu {
	margin: 30px auto 0px auto;
	height: 25px;
	width: 760px;
	text-align: right;
}
	#xskierCampMenu img {
		
	}

	
#skicampLeftCol {
	width: 320px;
	min-height: 100px;
	float: left;
	display: inline;
	margin: 0 0 0 166px;
	text-align: justify;
	color: white;
	line-height: 1.2em;
}
#skicampRightCol {
	width: 320px;
	min-height: 100px;
	float: right;
	display: inline;
	margin: 0 166px 0 0;
	text-align: left;
	color: white;
}

#skicampSponsors {
	width: 670px;
	min-height: 30px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#skicampFooter {
	color:rgb(20%,20%,20%);
	font-size: 80%;
	clear: both;
}
	#skicampFooter a {
		text-decoration: none;
	}
	#skicampFooter #webascentToolbox {
		color:rgb(20%,20%,20%) !important;
	}