body {
	background: #9c6;
	color: #000;
	font-family: arial, helvetica, serif;
	font-size: 11px;
	margin: 0;
	text-align: center;
}
ul, ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
}




#page {
	margin: 40px auto 0 auto;
	width: 460px;
	behavior: expression(
		this.onmouseover = new Function("this.className = ' pageover';"),
		this.onmouseout = new Function("this.className = '';"),
		this.style.behavior = null
	);
}
#page:hover, #page.pageover {
	cursor: pointer;
}
#page h1 {
	font-size: 20px;
	margin: 40px 0 40px 0;
}
#page:hover h1 a, #page.pageover h1 a {
	color: #f00;
}
#page p {
	clear: both;
	margin: 10px 0 10px 0;
}




#footer {
	border-top: 2px solid #b3d98c;
	margin: 20px auto 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
	width: 460px;
}
#footer ul {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 13px 0 0 35px;
	overflow: hidden;
	width: 425px;
}
#footer li {
	float: left;
}
#footer li.tel {
	background: transparent url(../graphics/splash/footer-tel.jpg) no-repeat 0 50%;
	line-height: 24px;
	margin: 0 40px 0 0;
	padding: 0 0 0 24px;
	white-space: nowrap;
}
#footer li.email {
	background: transparent url(../graphics/splash/footer-emailhover.jpg) no-repeat 0 50%;
}
#footer li.email a {
	background: transparent url(../graphics/splash/footer-email.jpg) no-repeat 0 50%;
	line-height: 24px;
	padding: 0 0 0 24px;
	text-decoration: none;
	white-space: nowrap;
}
#footer li.email a:hover {
	background: none;
	color: #f00;
}
#footer p {
	margin: 13px 0 0 0;
}
#footer p a {
	font-weight: normal;
	text-decoration: underline;
}