/* Start of CMSMS style sheet 'homepage' */
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	body {
	font-size: 13px;
	color:#282825;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#16753c;

	}
	
	/* rules for headings and paragraph */
	h1 {
	padding-top: 10px;
	font-size: 150%;
	color:#282825;
	}
	
	h2 {
	font-size: 130%;
	color:#282825;
	}
	
	h3 {
	font-size: 120%;
	color:282825;
	
	}
	
	p {
	line-height: 150%;
	}
	
#wrapper {
margin:0 auto;
position:relative;
width: 990px;
height: 726px;
padding: 0px;
}

/* middle column */
#middlecolumn {
	width:956px;
	height:598px;
	float:left;
	z-index:200;
	position:relative;
background:url(images/homeback.jpg) center bottom no-repeat;
}

#middlecolumn a {
color:black
}
#summer-jobs-logo {
	float:right;
	position:absolute;
	top:280px;
	left:488px;
text-align:center;
}
#summer-jobs-logo a {
text-align:center;
}
#summer-jobs-logo:hover {
	position:absolute;
	top:270px;
}
#stafflogo {
	float:left;
	position:absolute;
	top:440px;
	left:233px;
text-align:center
}
img {
border:0
}
#stafflogo:hover {
	position:absolute;
	top:435px;
}
#ukcamplogo {
	float:left;
	position:absolute;
	top:250px;
	left:250px;
}
#ukcamplogo:hover {
		position:absolute;
	top:245px;
}
#summercamplogo {
	position:absolute;
	top:280px;
	left:210px;
}
h3#usacamp, h3#jobs {
margin-left:auto;
margin-right:auto
}
#summercamplogo:hover {
	position:absolute;
	top:270px;
}
h3#ukcamp, h3#usacamp, h3#jobs{
width:235px;
font-size:110%;
}
h3#training {
width:285px;
font-size:110%;
margin-left:-25px;
}
/* footer */

#footer {
width:100%;
height:130px;
background:url(images/footerback.jpg) repeat-y;
position:absolute;
bottom:0;
left:-4px;
}

#footer a{
	text-decoration:none;
	color:#ffee00;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

#footleft {
	position:absolute;
	left:55px;
	top:10px;
	width:400px;
	font-size:10px;
	color:#ffee00;
	text-align:left;
}
#footright {
	position:absolute;
	top:10px;
	left:560px;
	width:350px;
	font-size:10px;
	color:#ffee00;
	text-align:right;
}


/* classes */
.whiteh3 { color:#fff; width:520px; position:relative; left:210px;}
.yellowh3 {color:#ead619; width:330px; position:relative; left:210px;}
.white {color:#fff}
.yellow {color:#ead619}
.clear {clear:both}
.paddingsm {padding:6px}
.paddinglrg {padding:10px}
.centre {text-align:center}
.welcome {width:428px; height:42px; position:relative; top:190px; left:250px;}
.button { vertical-align:middle; line-height:13px;}
.bigger { font-size:16px}

/* End of 'homepage' */

