/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ABOUT STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* STYLE ONE */
body.about {
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #e8e47d;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../_img/bio_bg.gif);
	text-align: center;
}
body.about .content {
	width: 500px;
	margin: 20px auto 0px auto;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
}
#inner-footer {
	overflow: hidden;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
	background-image:url(../_img/bio_img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 100;
}
