/* CSS Document */

	body {
		text-align:center;
		}
	
	#frame {
		width:925px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentheader {
		background:#fff;
		width:925px;
		}
		
	#contentcenter {
		width:900px;
		height:410px;
		padding:0px;
		float:left;
		background-image:url(images/contentcentre.png);
		background-repeat:no-repeat;
		}
		
	#contentfooter {
		font-family:Trebuchet MS;
		font-size:10px;
		color:#FFFFFF;
		margin-top:100px;
		}
		
	p,h1,pre {
		font-family:Trebuchet MS;
		font-size:12px;
		margin:0px 10px 10px 10px;
		}
			
	a {
		color:#B00000;
		}
		
	h1 {
		font-family:Trebuchet MS;
		font-size:20px;
		color:#B00000;
		}
	
	#contentright p { font-size:10px}

