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

#container {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #959595;
}
#header {
	/*background image colour */
	background-image: url(../images/images/background-pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 67px;
	width: 758px;
	padding-right: 20px;
	padding-top: 32px;
	margin: 0px;
}
#navigation-container {
	height: 24px;
	width: auto;
	/* Navigation Image colour */
	background-color: #ff7f7f;
	padding-top: 4px;
}
#footer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #959595;
}

#footer-left {
	float: left;
}

#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #959595;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #636363;
}




body {
	margin: 0px;
	padding: 20px;
}
#homepage {
	position: relative;
	height: 420px;
}
#image1 {
	height: 128px;
	width: 170px;
	left: 19px;
	top: 136px;
	position: absolute;
}
#image2 {
	height: 128px;
	width: 170px;
	left: 209px;
	top: 136px;
	position: absolute;
}
#image3 {
	height: 128px;
	width: 170px;
	left: 399px;
	top: 136px;
	position: absolute;
}
#image4 {
	height: 128px;
	width: 170px;
	left: 589px;
	top: 136px;
	position: absolute;
}
