@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif)
}
#footer {
	width: 782px;
	height: 40px;
	margin: auto;
	background-color: #e8f0fa;
}
#spacer {
	width: 782px;
	height: 20px;
	margin: auto;
	background-color: #ffffff;
}
#wrapper {
	width: 850px;
	height: 679px;
	margin: auto;
	text-align: center;
}
#topleft {
	background-image: url(images/woolaw3_01.gif);
	float: left;
	height: 170px;
	width: 25px;
}
#topcentre {
	background-image: url(images/woolaw3_02.jpg);
	float: left;
	height: 170px;
	width: 800px;
}
#topright {
	background-image: url(images/woolaw3_03.gif);
	float: left;
	height: 170px;
	width: 25px;
}
#midleft {
	background-image: url(images/woolaw3_04.jpg);
	height: 45px;
	width: 25px;
	float: left;
}
#midcentre {
	background-image: url(images/woolaw3_05.gif);
	height: 45px;
	width: 800px;
	float: left;
}
#midright {
	background-image: url(images/woolaw3_06.jpg);
	height: 45px;
	width: 25px;
	float: left;
}
#mainleft {
	background-image: url(images/woolaw3_07.jpg);
	background-repeat: no-repeat;
	height: 464px;
	width: 25px;
	float: left;
}
#mainbuttons {
	background-image: url(images/woolaw3_08.gif);
	background-repeat: no-repeat;
	position:relative;
	height: 464px;
	width: 180px;
	float: left;
	text-align: left;	
}
#mainsponsors {
	position: absolute;
	bottom: 20px;
	left: 10px;
}
#maincentre {
	background-image: url(images/woolaw3_09.jpg);
	background-repeat: no-repeat;
	height: 464px;
	width: 620px;
	float: left;
}
#mainright {
	background-image: url(images/woolaw3_10.jpg);
	background-repeat: no-repeat;
	height: 464px;
	width: 25px;
	float: left;
}
/***** Longer page ******/
#wrapperlong {
	width: 850px;
	height: 915px; 
	margin: auto;
	text-align: center;
}
#mainleftlong {
	background-image: url(images/woolaw3_07.jpg);
	background-repeat: no-repeat;
	height: 700px; 
	width: 25px;
	float: left;
}
#mainbuttonslong {
	background-image: url(images/woolaw3_08.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 700px;
	width: 180px;
	float: left;
	text-align: left;	
}
#maincentrelong {
	background-image: url(images/woolaw3_09.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 620px;
	float: left;
}
#mainrightlong {
	background-image: url(images/woolaw3_10.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 25px;
	float: left;
}