@charset "ISO-8859-1";
#container {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(../images/lime_cat_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	padding: 70px 0 0 0;
}

#mainContent {
	width: 550px;
	float: left;
}

#rightMargin {
	width:200px;
	float:right;
}

#footer {
	position:relative;
	text-align:center;
	background-image: url(../media/greyBg.gif);
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}

#footer #mcp {
	position:absolute;
	width: 150px;
	text-align:center;
	top: 10px;
	left: 10px;
}

#footer #ukweb {
	position:absolute;
	width: 150px;
	text-align:center;
	top: 10px;
	right: 10px;
}
