@charset "UTF-8";

img {
	border: 0px;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

WhitebodyText {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
}
#main {
	margin: auto;
	width: 915px;
	background-color: #FFF;
	padding: 6px;
}

#banner {
	margin-bottom: 2px;	
}
#nav {
	background-color: #000;
	padding-left: 2px;
}
#flash {
	background-color: #333;
	width: 915px;
	margin: 0px;
	padding: 0px;
}
#bottom {
	background-image: url(images/bottom_bg.jpg);
	height: 83px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#SubBottom {
	background-image: url(images/bottom_bg.jpg);
	height: 43px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.buttonPadding {
	padding-right:2px;
}

#footer {
	width: 915px;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 17px;
}

#content {
	background-color: #FFF;
	width: 915px;
	margin: 0px;
	padding: 0px;	
}

#teamMain {
	width: 905px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #141414;
	background-image: url(images/fight-teamBG2.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#team {
	width: 905px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #141414;
	background-image: url(images/fight-teamBG2.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 350px;
}
#teamRight {
	width: 220px;
	margin-left: 695px;
	background-color: #141414;
}

.teamImage {
	padding-right: 25px;	
}
.bioText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 18px;
	width: 500px;
	margin-left: 160px;
	margin-bottom: 50px;
}
