body {
	font: 10pt Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#page {
	width: 600px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#title {
	text-align: center;
}

#header {
	text-align: center;
}

#header img {
	border: 1px solid #000;
}

#title h1 {
	font-size: 30px;
}

#title .contact-info {
	margin-top: 15px;
}

#title .services {
	margin-top: 15px;
	font-weight: bold;
}

#contacts table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 18px;
}

#contacts table td {
	padding: 15px;
	border: 1px solid #000;
}

#contacts td.colour1 {
	background-color: #b0a5b7;
}

#contacts td.colour2 {
	background-color: #8fb296;
}