body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #e5e4f0;
	padding: 0px;
	margin: 0px;
}

#container {
	margin: 0px auto 0px auto;
	width: 870px;
	position: relative;
}

div#top-bounds {
	width: 870px;
	background-image: url("../images/border-top.gif");
	height: 100px;
}

div#body-bounds {
	width: 750px;
	min-height: 380px;
	float: none;
	padding-top: 1px;
	padding-left: 60px;
	padding-right: 80px;
	padding-bottom: 10px;
	background-image: url("../images/border-middle.gif");
	position: relative;
}

div#header {
	padding: 0px 0px 0px 40px;
	float: none;
	width: 700px;
	height: 55px;
}

div#colours {
	position: absolute;
	left: 620px;
	top: 65px;
	width:200px;
	height: 110px;
	background-image: url(../images/colours.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 0px;
	padding: 0px;
}

div#navigation-bar {
	position: absolute;
	left: 200px;
	top: 12px;
	width: 633px;
	height: 29px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #817bb9;
	background-image: url(../images/navigation-left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

div#navigation-text {
	position: relative;
	padding: 7px 0px 0px 13px;
	color: #dcd9f2;
	font: bold 12px arial;
	word-spacing: 2px;
}

div.staff-profile {
	background-color: #f8f7fb;
	height: 190px;
	margin-bottom: 10px;
	padding: 5px;
}

img.image {
	padding-left: 0px;
	padding-right: 10px;
	overflow: none;
}

img.left {
	float: left;
}

img.right {
	float: left;
}

p.not {
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}

ul.specialisms {
	list-style-type: none;
	margin: 2px;
}

li.specialisms {
	background-color: #eeedf3;
	margin: 2px;
}

#sub-navigation {
	/*	color: #444a6c; */
	position: absolute;
	float: right;
	top: 175px;
	right:67px;
	width: 240px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font: bold 12px arial;
	word-spacing: 1px;
	line-height: 20px;
}

div#main-content {
	padding: 0px 0px 0px 45px;
	width: 480px;
	min-height: 300px;
}

div#sub-content {
	position: absolute;
	top: 150px;
	left: 650px;
	width: 50px;
	min-height: 50px;
}

div#footer-bounds {
	width: 870px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/border-bottom.gif");
	height: 108px;
	position: relative;
}

div#iip  {
	position: absolute;
	top: -77px;
	left: 660px;
	width: 165px;
	height: 71px;
	background-image: url("../images/iip10years.png");
}

div#footer-content {
	position: relative;
	left: 60px;
	top: -5px;
	width: 750px;
	height: 45px;
	text-align: center;
	color: #ffffff;
}

div#footer-left {
	float: left;
	width: 250px;
	height: 40px;
}

div#footer-middle {
	float: left;
	width: 250px;
	
}

div#footer-right {
	width: 250px;
	float: left;
}

.two-column {
	float:left;
	width: 240px;
}

.border {
	background-color: #f8f7fb;
	margin: 5px;	
	padding: 0px 5px 5px 5px;
}