body {
	font-family: arial, sans-serif;
	font-size: 16px;
	background-color: #FED3A2;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

div#centralised {
	position: absolute;
	left: 50%;
	width: 770px;
	margin-left: -385px;
	padding-bottom: 20px;
	background: url(../images/overall-bottom.gif) #8ED8F8 no-repeat bottom left;
}

div#container {
	width: 100%;
	width: 570px;
	float: left;
	background-color: #8ED8F8;
}

div#text-area {
	width: 530px;
	margin-left: 20px;
	padding-bottom: 15px;
	background: url(../images/main-box-bottom.gif) white no-repeat bottom left;
}

div#text-area h1#top {
	padding: 10px 8px 4px 10px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1em;
	color: white;
	border-bottom: solid 1px #26569E;
	background: url(../images/main-box-top.gif) #0095D9 no-repeat top left;
}

div#text-area h2 {
	background-color: #FED3A2;
	padding: 3px 3px 3px 15px;
	margin-bottom: 10px;
	font-size: 0.8em;
}

div#text-area p {
	padding: 0px 15px 0 15px;
	font-size: 0.8em;
	margin: 0 0 15px 0;
}

div#text-area ul {
	padding: 0px 25px 15px 25px;
	font-size: 0.8em;
	margin-right: 10px;
	margin: 15px 0 15px 10px;
}

div#text-area ul li {
	margin-bottom: 5px;
}

div#text-area table {
	font-size: 0.8em;
	border-collapse: collapse;
	margin: 10px 0px 15px 25px;
}

div#text-area table td {
	border: solid 1px black;
	text-align: right;
	padding: 3px;
}


div#text-area ol {
	font-size: 0.8em;
}

div#header {
	height: 210px;
	background: url(../images/header-top.gif) no-repeat top left;	
}

p#address1 {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	font-size: 0.8em;
}

p#address2 {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	font-size: 0.8em;
	margin-left: 40px;
}

div#address-box {
	position: absolute;
	left: 230px;
	top: 138px;
	width: 500px;
	height: 80px;
}

span.tel {
	font-weight: bold;
	color: #26569e;
}

div#footer {
	padding-bottom: 10px;
}

div#footer p.center {
	font-size: 0.6em;
	color: #5F5F5F;
	clear: both;
	text-align: center;
	margin: 10px 0 10px 0;
}

div#footer p a {
	color: #5F5F5F;
}

div#footer p a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}

div#menu {
	width: 200px;
	float: left;
	background-color: #8ED8F8;
	height: 300px;
}

div#menu li {
	font-family: Comic Sans MS, arial, sans-serif;
	list-style-type: none;
	margin-left: 22px;
	text-align: right;
	width: 164px;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}

div#menu li a {
	display: block;
	padding-right: 10px;
	text-decoration: none;
	color: white;
	margin: 0;
}

div#menu li a:hover {
	color: #000000;
}

li.button-top {
	display: block;
	padding-top: 10px;
	height: 26px;
	background: url(../images/menu-item-top.gif) left top no-repeat;
}

li.button-top a {
	padding-bottom: 5px;	
}

li.button-middle {
	display: block;
	margin-top: -2px;
	height: 30px;
	padding-top: 5px;
	background-color: #0095D9;
	width: 164px;
}

li.button-bottom {
	display: block;
	margin-top: -2px;
	padding-top: 6px;
	height: 40px;
	background: url(../images/menu-item-bottom.gif) left top no-repeat;
}