html, body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #DDE2EA url(../images/common/bacckground_grad.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	align: centre;

#mainContent_for_php_pages {
	margin: 0 0 0 0px;
	width: 700px;
	padding: 10px 10px 20px;
}
#container_uk_map {
	float: right;
	width: 400px;
	margin-right: 100px;
}
#_uk_map_popup_box {
	float: left;
	width: 180px;
}
#maptable {
	width: 780px;
}
#toptable {
	width: 780px;
	border: 1px solid #FF0000;
	background: #FFFFFF;
}
#maptable td {
	background: #FFFFFF;
}
#wrapper {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
p {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}

