/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ABOUT STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* STYLE ONE */
body.about {
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
body.about .content {
	width: 933px;
	margin: 10% auto 0px auto;
}
#inner-footer {
	overflow: hidden;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
	background-image:url(../_img/about_footer.png);
	background-repeat: repeat-x;
	z-index: 100;
}
#inner-footer .innards {
	padding-top: 8px;
	width: 600px;
	text-align: center;
	margin: 0px auto;
	font-size: 9px;
	color: #dcdcdc;
	text-transform: uppercase;
}
#inner-footer .credit {
	width: 250px;
	float: left;
	margin-right: 20px;
}
#inner-footer a {
	color: #333;
	text-decoration: none;
}
#inner-footer .options {
	float: right;
}
#inner-footer .options div {
	float: left;
	margin-right: 6px;
}
#tooltip h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
body.one {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body.one .content {
	margin: 0px auto 0px auto;
	width: 600px;
}
body.about div.one {
	width: 600px;
	height: 399px;
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_img/about_group.jpg);
	text-indent: -8008px;
}
body.about div.one div {
	float: left;
}
body.about div.one #the-brass {
	width: 117px;
	height: 311px;
	position: relative;
	top: 55px;
	left: 160px;
}
body.about div.one #the-cash {
	width: 94px;
	height: 235px;
	position: relative;
	top: 80px;
	left: 160px;
}
body.about div.one #the-rod {
	width: 90px;
	height: 280px;
	position: relative;
	top: 60px;
	left: 160px;
}
/* STYLE TWO */
body.about div.two {
	width: 397px;
	height: 397px;
	text-indent: -8008px;
	background-repeat: no-repeat;
	background-image: url(../_img/about_group2.jpg);
	margin-left: auto;
	margin-right: auto;
}
body.two div.one {
	display: none;
}
/* STYLE THREE */
body.about .member {
	width: 311px;
	height: 336px;
	float: left;
	margin: 0px;
	background-repeat: no-repeat;
	text-indent: -8008px;
}
body.about .patrick {
	background-image: url(../_img/about_patrick.jpg);
}
body.about .brassel {
	background-image: url(../_img/about_brassel.jpg);
}
body.about .eli {
	background-image: url(../_img/about_eli.jpg);
}
body.one .member,
body.two .member,
body.three div.one,
body.three div.two,
body.one div.two {
	display: none;
}
