﻿/* CSS layout */
#masthead {
	background-image: url('images/BGbanner.jpg');
	background-repeat: no-repeat;
	background: url('images/BGbanner.jpg') repeat-y;
	height: 105px;
	width: 750px;
}

#top_nav {
	background-image: url('images/BGcontainer.jpg');
	background-repeat: no-repeat;
	height: 33px;
	width: 750px;
}

#container {
	background-image: url('images/index_r3_c1.jpg');
	background-repeat: repeat-y;
	position: relative;
	width: 750px;
	height: auto;
	background-image: url('images/BGcontainer.jpg');
	background-repeat: repeat-y;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 25px;
	top: 0px;
}

#page_content {
	padding: 5px 5px 5px 5px;
	border: thin #708090;
	margin-left: 145px;
	margin-right: 25px;
	background-color: #d8d8d8;
}

#footer {
	background-image: url('images/BGbottom.jpg');
	background-repeat: no-repeat;
	height: 60px;
	width: 750px;
}

<style type="text/css">
.x-small-centre {
	text-align: center;
	font-size: x-small;
	margin-left: 20px;
}
</style>

