body{ margin: 0;
	padding: 0 0 0 0;
	background:#111027;
	/* background-image: url(http://www.calverleycc.co.uk/images/bgwash.jpg);
	background-repeat: repeat-y;
	background-position: top center; */
	color:#000;
	font-size:11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}





a:link{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}


a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

a:hover{
	color:#ff7900;
	text-decoration:none;
}


a img{ border:none; }






h1{
	color:#000;
	font-size: 13px;
	text-align: left;
	margin:1.5em 0;
}





p{
	line-height:1.75em;
}






/* structure */




#container {
    background-color: #FFF;
	width: 950px;
	margin: 0 auto 0 auto;
	border: 2px solid #000;
	padding: 0;
	text-align: left;
}


#banner {
	background-color: transparent;
	height: 400px;
	width: 950px;
	padding: 0;
	margin: 0;
}

#flashcontent {
	background-color: transparent;
	height: 400px;
	width: 950px;
	padding: 0;
	margin: 0;
}



/* left right */

#content {
	float: left;
	width: 275px;
	margin: 0;	
	padding: 0 0 0 50px;
}

#contentright{
	float: right;
	width: 501px;
	margin-top: 0;
	padding: 0 50px 0 0;
}

#contentone {
	float: left;
	width: 850px;
	margin: 0 50px 0 50px;	
	padding: 0;
}



#clearer {
	padding: 50px 0 0 0;
	clear: both;
}





/* MAIN NAV */

#mainnavcontainer {
	background: #FFF;
	width: 950px;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}


#navgroup {
 width: 950px;
 height: 25px;
 background: url(http://www.calverleycc.co.uk/images/nav.gif);
 margin: 0; padding: 0;
 border: 0;
 position: relative;
}

#navgroup li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#navgroup li, #navgroup a {height: 25px; display: block; text-decoration: none; border-bottom: none;}
#one {left: 395px; width: 40px; text-decoration: none; border-bottom: none;}
#two {left: 435px; width: 90px; text-decoration: none; border-bottom: none;}
#three {left: 525px; width: 65px; text-decoration: none; border-bottom: none;}
#four {left: 590px; width: 85px; text-decoration: none; border-bottom: none;}
#five {left: 675px; width: 65px; text-decoration: none; border-bottom: none;}
#six {left: 740px; width: 100px; text-decoration: none; border-bottom: none;}
#seven {left: 840px; width: 60px; text-decoration: none; border-bottom: none;}



#one a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -395px -25px no-repeat; text-decoration: none; border-bottom: none;}
#two a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -435px -25px no-repeat; text-decoration: none; border-bottom: none;}
#three a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -525px -25px no-repeat; text-decoration: none; border-bottom: none;}
#four a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -590px -25px no-repeat; text-decoration: none; border-bottom: none;}
#five a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -675px -25px no-repeat; text-decoration: none; border-bottom: none;}
#six a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -740px -25px no-repeat; text-decoration: none; border-bottom: none;}
#seven a:hover {background: transparent url(http://www.calverleycc.co.uk/images/nav.gif) -840px -25px no-repeat; text-decoration: none; border-bottom: none;}

