/* For the footer section of each page*/

div#footer {
	position: absolute;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006699;
	left: 0px;
	bottom: -45px;
}
div#footer a {
	text-decoration: none;
	color: #006699;
}
div#footer a:hover {
	text-decoration: underline;
	color: #006699;
}
/* Positions whole section outside of the bottom of the wrapper, sets fonts and hyperlinks, font colour is the same websafe colour as the logo */



img {
	border-style: none;
	}
/* Stop the blue/purple link border appearing around the hyperlink images in Internet Explorer*/



p#code7 {
	float: left;
	background-image: url(../images/code7animation.gif);
	background-repeat: no-repeat;
	width: 89px;
	height: 10px;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
/* Animated gif is bg image, used the .hide class to hide the original text */
div#footer ul {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#footer li {
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
p#copywrite {
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 45px;
}
p#xhtmlValid {
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p#cssValid {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Float moves all the named elements next to each other, spaced out with padding (extra 15px on top to move down from wrapper.) Had a few problems with Internet Explorer here but with some adjustments looks fine in all browsers. */