body {
		background:#003300;
		margin:0px;
		font-family:"Gill Sans", arial, sans-serif;
	}
	
	#top {
		background:#003a00;
		height:20px;
		width:100%;
		
		}
	#container {
		width:820px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#head {
		background:url("http://bricklanebikes.co.uk/images/44.png") no-repeat 0 0;
		height:250px;
		margin-top:30px;
	}
	
	#topcontent {
		color:#ffffff;
		text-align:center;
	}
	
	#content {
		width:820px;
		height:600px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#col1 {
		width:410px;
		float:left;
	}
	
	#col2 {
		width:410px;
		float:left;
	}
	
	#foot {
		clear:both;
		height:40px;
		text-align:center;
		color:#ffffff;
		font-size:0.7em;
		padding:10px 0px 0px 20px;
	}
	
	#foot a {color:#ffffff;}
	
	img {border:1px solid #ffffff;}