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



body {
	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: #000;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;
	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;
}

#page-content {
	margin: 10px;	
}

#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: hidden;
}
.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 ========================*/
