@charset "utf-8";
body {
	background-color: #070C50;
}

/* CSS Document */

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#left {
	float: left;
	width: 330px;
	margin-left: 15px;
}
h2 {
	font-size: 16px;
	color: #070C50;
	background-color: #FFC40E;
}
.centreText {
	text-align: center;
	display: block;
}

#right {
	float: left;
	width: 330px;
	margin-left: 10px;
}

h1 {
	font-size: 18px;
	color: #070C50;
	background-color: #FFC40E;
}

#nav {
	float: left;
	width: 280px;
	padding-top: 5px;
}
#main {
	float: left;
	width: 700px;
	margin-left: 10px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	background-color: #FFC719;
	padding-bottom: 5px;
}
#footer a {
	text-decoration: none;
}

.centreImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#distribution {
	background-image: url(new/countryside_road.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#storage {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(new/storage_bg%20copy.jpg);
}

