			body
			{
				background: #D5D5D5;
				margin: 0px;
				padding: 0px;
				text-align: center;
				font-family: Georgia, serif;
				font-size: 0.8em;
				color: #000000;
				line-height: 140%;
			}
			#container
			{
				position: relative;
				background: #FFFFFF;
				width: 1000px;
				margin: 0px;
				margin: 0px;
				margin-left: auto;
				margin-right: auto;
				padding: 0px;
				padding-top: 256px;
				text-align: left;
			}
			#container #header
			{
				position: absolute;
				top: 0px;
				left: 0px;
			}
			#container #headerTextContainer
			{
				position: absolute;
				height: 252px;
				width: 250px;
				left: 740px;
				top: 4px;
				color: #FFFFFF;
				text-align: center;
				line-height: 200%;
			}
			#container #headerTextContainer a#eventsLink
			{
				color: #C9C9C9;
				font-size: 14pt;
			}
			#container #headerTextContainer #nextRoundHeading
			{
				font-size: 28pt;
				font-weight: bold;
			}
			#container #headerTextContainer .nextRound
			{
				font-size: 24pt;
			}
			#info
			{
				line-height: 140%;
			}
			#info h2
			{
				line-height: 200%;
			}
			
			/* Three column layout from http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm */
			
			#colmask {
				position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
				clear: both;
				float: left;
				width: 985px;			/* width of whole page */
				overflow: hidden;		/* This chops off any overhanging divs */
				background: #FFFFFF;	/* Left column background colour */
				padding: 0px;
				border: 0px;
				margin-left: 5px;
			}
			#colmid {
				float: left;
				width: 200%;
				position: relative;
				left: 200px;
				background: #FFFFFF;    /* Centre column background colour */
			}
			#colright {
				float: left;
				width: 100%;
				position: relative;
				left: 50%;
				margin-left: -450px;
				background: #7F7F7F;    /* Right column background colour */
			}
			#colright #info a {
				color: #C9C9C9;
			}
			#col1wrap {
				float: right;
				width: 50%;
				position: relative;
				right: 100%;
			}
			#col1pad {
				margin: 0 0px 0 450px;
				overflow: hidden;
			}
			#col1 {
				width: 100%;
				overflow: hidden;
			}
			#col2 {
				float: left;
				width: 200px;
				position: relative;
				margin-left: -50%;
				left: 250px;
				overflow: hidden;
			}
			#col3 {
				float: left;
				width: 250px;
				position: relative;
				left: 0px;
				overflow: hidden;
			}
			
			#footer {
				clear: both;
				width: 100%;
				padding: 0;
				margin: 0;
				text-align: center;
				font-size: 80%;
				color: #888888;
			}