/* CSS Document */

/* cleanovenuk - Site Layout and Geometry */

#body {
	/* IE Alignment */
	text-align:center;
}

#container {
	clear:both;
	margin:auto;
	width:755px;
}

#banner {
	clear:both;
	height:125px;
}

#title {
	clear:both;
}

#content {
	clear:both;
}

#main {
	float:left;
	width:540px;
}

#associated {
	float:right;
	width:135px;
}

#footer {
	clear:both;
}
