	.row
	{
		clear: both;
		overflow: hidden;
	}
	
	.column, .seperator
	{
		float: left;
		overflow: hidden;
	}
	
	.seperator
	{
		height: 12px;
		width: 12px;
	}
	
	#container
	{
		background-color: #ffffff;
		color: #000000;
		text-align: center;
	}
	
	#content
	{
		margin: 0 auto;
		padding: 12px 0;
		text-align: left;
		width: 720px;
	}
	
	#pagehead,
	#foot,
	#legal
	{
		width: 720px;
	}	
	
	#pagehead
	{
		text-align: center;
		padding: 20px 0;		
	}
	
	#pagehead img
	{
		margin: 0px auto;
		height: 101px;
		width: 349px;
	}
	
	#pagehead h1,
	#pagehead h2
	{
		display: none;
	}
	
	#summary
	{
		margin-bottom: 12px;
		text-align: center;
	}
	
	#main
	{
		text-align: center;
		min-height: 180px;
		height: auto !important;
		height: 180px;	
	}
	
	#main .column
	{
		width: 171px;
	}
	
	#main .column .box
	{
		padding: 6px;
	}
			
	#box1 .box
	{
		background-color: #ffff7f;
		color: inherit;
	}
	
	#box1 .box h4
	{
		background-color: inherit;
		color: #ff7f00;
	}
	
	#box2 .box
	{
		background-color: #ffbf7f;
		color: inherit;
	}
	
	#box2 .box h4
	{
		background-color: inherit;
		color: #ff4000;
	}
	
	#box3 .box
	{
		background-color: #b2cfe9;
		color: inherit;
	}
	
	#box3 .box h4
	{
		background-color: inherit;
		color: #0060b6;
	}
	
	#box4 .box
	{
		background-color: #e6b7f1;
		color: inherit;
	}
	
	#box4 .box h4
	{
		background-color: inherit;
		color: #ab10d2;
	}
	
	#main .column .arrow
	{
		margin: 6px;
		text-align: center;		
	}

	#main .column .arrow img
	{
		display: inline;
	}	
	
	#main .column .hollow
	{
		border-style: solid;
		border-width: 2px;
		padding: 6px;
		height: 8em;		
	}
	
	.button
	{
		border: 1px solid #aaa;
		padding: 6px;
		background: #f6f3ec;
	}
	
	#full .button
	{
		width: 120px;
		display: inline-block;
		margin: 20px 0;
	}		
	
	#hollow1
	{
		border-color: #ffff7f;
	}
	
	#hollow2
	{
		border-color: #ffbf7f;
	}
	
	#hollow3
	{
		border-color: #b2cfe9;
	}
	
	#hollow4
	{
		border-color: #e6b7f1;
	}
	
	#full
	{
		margin: 20px 0;
	}
	
	#full .left,
	#full .right
	{
		width: 48%;
		background: #cbf1d7;
		padding: 10px 0;
	}
	
	#full .left
	{
		float: left;
		background: #a2b7c1 url(../image/panel_bg_left.gif) center left;
	}

	#full .right
	{
		float: right;
		background: #a2c1ac url(../image/panel_bg_right.gif) center left;
	}			
	
	#foot
	{
		background-image: url(../image/foot.gif);
		background-position: center center;
		background-repeat: repeat-x;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;		
		color: #ffffff;
		margin: 12px 0;
		padding: 10px 0;
	}
	
	#foot .column,
	#pagebody .column
	{
		width: 360px;
	}
	
	#foot h4,
	#foot p
	{
		background-color: inherit;
		color: #ffffff;
		padding-bottom: 0;
		padding-top: 0;
	}
	
	#contact
	{
		width: 340px;
		margin-left: 10px;
	}
	
	#kentcountycouncil img
	{
		float: right;
		margin: 0 10px;
		height: 52px;
		width: 81px;
	}
	
	.link,
	.link span
	{
		vertical-align: middle;
	}
	
	.link span
	{
		color: #c00;
		font-weight: bold;
		font-size: 1.6em;
		margin-right: 0.2em;
	}
	
	
		/* ------ links ------ */
		
	a	
	{
		text-decoration: underline;
	}
		
	#legal,
	a:link,
	a:visited
	{
    color: #333;
    background-color: transparent;
	}

	a:hover
	{
    color: #666;
    background-color: transparent;   
	}
	
	.button a
	{
		text-decoration: none;
		font-weight: bold;
	}
	
	
	#foot,
	#foot a:link,
	#foot a:visited	
	{
    color: #fff;
    background-color: transparent;
	}

	#foot,
	#foot a:hover
	{
    color: #e4e4e4;
    background-color: transparent;   
	}
	
	
/* ------ O2 form ------ */

#pagebody
{
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

form
{
	padding-top: 100px;
}

.row_col
{
	float: left;
	display: inline;
	margin-bottom: 0.8em;
	width: 360px;
}

.label
{
	width: 90px;
	text-align: right;
	float: left;
	padding-top: 0.2em;
}

.entry
{
	width: 260px;
	float: right;
}

.row_bttn
{
	margin-top: 1em;
}

input
{
	margin: 0;
	padding: 0.2em;
	border: 1px solid #aaaaaa;
}

input.small
{
	width: 140px;
}

input.medium
{
	width: 180px;
}

input.large
{
	width: 220px;
}
	
	
	
