@charset "utf-8";
/* CSS Document */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: #FFF;
	background-image: url(images/van1.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 0 10px;
	border: 1px solid #000;
	background-color: #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*  ====================Charnwood Link ========================*/
#charnwood-link {
	background-color: #FFF;
	height: 48px;
	width: 152px;
	border: 1px solid #009;
}
#chlink1 {
	float: right;
	height: 46px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
.charnwood-link {
	display: block;
	height: 51px;
	text-indent: -1000em;
	width: 51px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/Charnwood-Footer-Icon_01.gif);
	float: left;
	overflow: auto;
}
.charnwood-link1 {
	display: block;
	height: 23px;
	text-indent: -1000em;
	width: 99px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/Charnwood-Footer-Icon_02.gif);
}
.charnwood-link2 {
	display: block;
	height: 11px;
	text-indent: -1000em;
	width: 99px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/Charnwood-Footer-Icon_03.gif);
}
.charnwood-link3 {
	display: block;
	height: 12px;
	text-indent: -1000em;
	width: 99px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/Charnwood-Footer-Icon_04.gif);
}
/*  ====================End of Charnwood Link ========================*/