body {
	font-family: "AvantGarde Bk BT", Arial, sans-serif;
	background-color: #ee5d04;
	margin: 0 20px 0 270px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
	text-align: center;
}

.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: Red;
	text-decoration: underline;
	}

.imgLeft {
	float: left;
	margin: 0 5px 5px 0;
}
.imgRight {
	float: right;
	margin: 0 0 5px 5px;
}
#content {
	width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
}
hr {
	color: white;
}
.copyright {
	font-size: 75%;
	text-align: left;
}
