body {
	color: #000;
	background-color: #FFF;
	background-image: url(img/bg_01.jpg);
	margin-top: 50px;
	margin-left: 35px;
	background-repeat: no-repeat;
}
.england {
	width: 893px;
	background-image: url(img/uk_12.jpg);
	background-repeat: repeat-y;
}
.box {
	width: 893px;
}
.content {
	width: 575px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
}
.content A {
	color: #000;
	text-decoration: underline;
}
.content A:hover {
	color: #603;
	text-decoration: underline; }
.nav {
	float: left;
	width: 235px;
	margin-left: 0px;
	background-image: url(img/navi_05.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 41px;
}
.menu {
	background-color: #C4D1F1;
}
.menu ul, .menu li
{
	list-style:none;
	margin:0;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 19px;
}

.menu ul li
{
	display:block;
	padding:0;
	width: 180px;
}

.menu a
{
	font-size:12px;
	display:block;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(img/lnk_03.gif);
	background-repeat: no-repeat;
}

.menu a:hover,.menu a.on
{
	text-decoration:underline;
	background-image: url(img/link-hover_03.gif);
	background-repeat: no-repeat;
}
.copy {
	font-family: Arial;
	font-size: 10px;
	width: 550px;
	padding-top: 25px;
	margin-top: 35px;
	margin-bottom: 8px;
	padding-right: 10px;
}
.content h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.content h2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
-->