body {
	margin: 0;
	background: #fff;
}

#hd {
	position: relative;
	width: 100%;
	height: 400px;
	padding: 60px 0 0;
	background: #bec0c3;
	border-bottom: solid 1px #fff;
}

#hd-holder {
	position: relative;
	width: 920px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
}

#hd-logo {
	position: absolute;
	width: 156px;
	height: 180px;
	top: 0;
	left: 0;
}

#hd-logo-print {
	display: none;
}

#hd-flash {
	position: absolute;
	width: 725px;
	height: 394px;
	top: 0;
	right: 0;
	border-top: solid 6px #fff;
	border-right: solid 6px #fff;
	border-left: solid 6px #fff;
}

ul#hd-nav {
	position: absolute;
	width: 156px;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

ul#hd-nav li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

ul#hd-nav li a {
	display: block;
	width: 136px;
	padding: 4px 10px;
	margin: 0;
	border-top: solid 1px #bec0c3;
	background: #afb1b3;
}

ul#hd-nav li a.active {
	background: #c7c8cb;
}

ul#hd-nav li a:hover {
	background: #c7c8cb;
}

#mid-holder {
	position: relative;
	width: 920px;
	margin: 0 auto;
	background: url('/_img/bg-lcol.gif');
	background-position: left;
	background-repeat: repeat-y;
}

#mid-lcol {
	width: 156px;
	float: left;
}

#mid-rcol {
	width: 590px;
	float: right;
	padding: 38px 110px 0 0;
	z-index: 0;
}

a.appointment {
	display: block;
	width: 136px;
	padding: 26px 10px 10px;
	border-bottom: solid 1px #fff;
	background: url('/_img/arrow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.appointment:hover {
	background-color: #c7c8cb;
}

a.active {
	background-color: #c7c8cb;
}

ul#footer {
	position: absolute;
	bottom: 5px;
	right: 0;
	text-align: right;
	list-style-type: none;
	z-index: 100;
}

ul#footer li {
	display: inline;
	padding-left: 20px;
	font-size: 0.9em;
}

.clear {
	background: #bec0c3;
	height: 1px;
	width: 920px;
	clear: both;
}

#ft-holder {
	padding: 10px;
	height: 50px;
	margin: 0;
	background: #fff;
	z-index: 0;
	width: 920px;
	margin: 0 auto;
}

#ft-strapline {
	float: left;
	width: 420px;
	height: 40px;
}

#ft-logo {
	float: right;
	width: 191px;
	height: 40px;
}