@charset "UTF-8";
#container {
	position: relative;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
#container #Banner {
	position: absolute;
	height: 250px;
	width: 1100px;
	top: 0px;
	left: 0px;
}
#container #Nav {
	position: fixed;
	height: 500px;
	width: 145px;
	margin-right: auto;
	margin-left: 0px;
	top: 310px;
}
#container #Centre {
	position: absolute;
	height: 314px;
	width: 768px;
	top: 270px;
	left: 160px;
}
#container #AboutHeader {
	position: absolute;
	height: 30px;
	width: 150px;
	left: 945px;
	top: 260px;
}
#container #Twitter {
	position: absolute;
	height: 123px;
	width: 115px;
	left: 932px;
	top: 432px;
}
#container #About {
	position: absolute;
	height: 135px;
	width: 150px;
	left: 945px;
	top: 289px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

