	body {
		margin: 0;
		padding: 0;
		color: #333;
		font-family: "Verdana", Arial, sans-serif;
		font-size: x-small;
	}

	div#wrap {
		text-align: center;
	}
    
	div#left {
		background: url("london.jpg") no-repeat;
		position: absolute;
		left: 0;
		top: 18px;
		width: 156px;
		height: auto;
		font-size: small;
		background-color: #0CB6DA;
	}
	
	div#menu {
		margin-top: 150px;
		margin-left: 10px;
	}
	
	div#menu p {
		padding: 2px 5px 2px 5px;
	}
	
	div#top {
		background-color: #0786A1;
		width: 800px;
		margin-left: 156px;
		margin-top: 18px;
		height: auto;
	}
	
	div#center {
		width: 570px;
		left: 170px;
		top: 150px;
		text-align: left;
		position: absolute;
	}

	div#right {
		top: 200px;
		margin-left: 800px;
		position: absolute;
		text-align: center;
	}
	
	p {
		display: block;
		line-height: 1.3em;
	}

	#right p {
		margin-left: 380px;
	}

	div#right img {
		top: 100px;
		margin-bottom: 40px;
	}

	h1 {
		text-align: center;
		height: 24px; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 24px;
		}
	html>body h1 {
		height: 24px; /* ie5win fudge ends */
	}
	
	h1#workshop {
		background: url("graphics/title3.gif") no-repeat;
		height: 130px;
		margin: 0;
	}
	
	span#hide {
		display: none;
	}
	
	#title {
		font-size: small;
		font-weight: bold;
		display: block;
	}
	
	h2 {
		margin-left: 380px;
		margin-top: 10px;
		height: 18px;
	}

	h3 {
		display: block;
		margin-bottom: 0;
		font-weight: bold;
		font-size: small;
	}
	
	.prog td {
		border: 1px solid gray;
	}
