html {
	background: #6a003a url(/images/page-bg.gif) left top repeat-x;
}
body {
	width: 980px;
	margin: 31px auto;
}
a img {
	border: 0 none;
}
.hpage {
	position: relative;
	background: white;
}
.pagetop {
	position: absolute;
	top: -5px;
	left: 0px;
}
.pagebottom {
	position: absolute;
	bottom: -5px;
	left: 0px;
}
* html .pagebottom {
	bottom: -6px;
}

h1 {
	position: relative;
	top: -5px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.departments {
	border-collapse: collapse;
	margin-top: 12px;
}
.departments td {
	padding: 0px 0px 18px 20px;
	margin: 0px;
}
.departments a {
	position: relative;
	display: block;
	padding: 153px 5px 5px 5px;
	width: 210px;
	height: 52px; /* 205 - 153 */
	overflow: hidden;
	background: url(/images/home/frame.gif) left top no-repeat;
	text-decoration: none;
	text-align: center;
	color: #807874;
	font: bold 14px/17px Arial,sans-serif;
}
.departments a:hover {
	background-position: -220px top;
}
.departments a img {
	position: absolute;
	top: 5px;
	left: 5px;
}
div.hpfooter {
	position: relative;
	padding-top: 125px;
}
div.hpfooter p {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 9px 0px;
	font: normal 11px/13px Arial,sans-serif;
	color: #afa9a6;
}
.logo {
	position: absolute;
	top: 25px;
	left: 370px;
	width: 229px;
	height: 79px;
}
