/************
* main footer
*************/
#mainfooter {
	position: relative;
	background: #FFF;
	border-top: solid #600 1pt;
	border-bottom: solid #600 0.5pt;
	padding: 7px 0 10px 0;
}
#mainfooter-links {
	padding: 0.5em;
	letter-spacing: 0.3em;
}
#mainfooter-links span {
	position: absolute;
	top: 0.5em;
	right: 1em;
	letter-spacing: 0.3em;
}
#mainfooter a {
	color: #600;
	text-decoration: none;
}
#mainfooter a:hover, #mainfooter a:active, #mainfooter a:focus {
	color: #fff;
}

#mainfooter table {
	text-align: center;
	width: 100%;
}
#mainfooter td {
	text-align: center;
}

/****************
* bpresent footer
*****************/
#bpresentfooter {
	position: relative;
	background: #fc9;
	height: 5em;
	font-size: 0.8em;
	border: none;
}

#copy {
	position: absolute;
	top: 0.5em;
	left: 0;
	text-align: left;
	padding: 0.5em 0 0 1em;
	width: 60%;
	color: #111;
}

#host-footer {
	font-family: Arial, Verdana, sans-serif;
	position: absolute;
	top: 1em;
	right: 0;
	text-align: right;
	padding: 0.5em 1em 0 0;
	width: 35%;
}
#host-footer a:link, #host-footer a:visited {
	text-decoration: none;
	color: #111;
	background: transparent;
	border: none;
}
#host-footer a:hover, #host-footer a:active, #host-footer a:focus {
	text-decoration: none;
	border: none;
	color: #111;
	background: #fcb;
}


#axis-logo {
	width: 161;
	background: #fc9;
	border-left: solid #600 1pt;
	text-align: center;
}
#axis-logo a {
	border: none;
	background: transparent;
	text-decoration: none;
	color: #c30;
}
#axis-logo p {
	color: #c30;
	padding: 30px 10px;
	text-align: center;
	line-height: 1.7em;
	font-size: 0.9em;
}
