
body {
	text-align: center;
	background-color: #333333;
	font: bold 12px Arial;
	color: #ffffff;
	scrollbar-base-color: #777777; 
	scrollbar-track-color: #777777;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #777777;
	scrollbar-3dlight-color: #777777;
	scrollbar-darkshadow-color: #777777;
	scrollbar-shadow-color: #777777;
	scrollbar-arrow-color: #777777;
}

a:link
{
    font: bold 12px Arial;
    color: #ffff00;
    text-decoration: none;
}

a:active
{
   font: bold 12px Arial;
    color: #ffff00;
    text-decoration: underline;
}

a:visited
{
    font: bold 12px Arial;
    color: #ffff00;
    text-decoration: none;
}

a:hover
{
    font: bold 12px Arial;
    color: #333333;
    text-decoration: underline;
}


#divBack {
	width: 900px;
	height: 550px;
	background-image: url(images/gBack.jpg);
	text-align: center;
	border: solid 2px #444444;
}

#divBackHome{
	width: 900px;
	height: 550px;
	background-image: url(images/gHome.jpg);
	text-align: center;
	border: solid 2px #444444;
}

#topNavBack {
	width: 720px;
	text-align: center;
	position: relative;
	top: 25px;
	margin:0px auto;
}

.buttonBack {
	width: 80px;
	height: 20px;
	float: left;
	text-align: center;
}

#topNav {
	width: 720px;
	text-align: center;
	position: relative;
	top: 7px;
	margin:0px auto;
}

.buttonNav{
	width: 80px;
	height: 20px;
	text-align: center;
	float: left;
	font: bold 14px Helvetica;
	color: #333333;
}

#topNavBackIndex {
	width: 720px;
	text-align: center;
	position: relative;
	top: 25px;
	margin:0px auto;
}

.buttonBackIndex {
	width: 90px;
	height: 20px;
	float: left;
	text-align: center;
}

#topNavIndex {
	width: 720px;
	text-align: center;
	position: relative;
	top: 7px;
	margin:0px auto;
}

.buttonNavIndex{
	width: 90px;
	height: 20px;
	text-align: center;
	float: left;
	font: bold 14px Helvetica;
	color: #333333;
}

.vertSpace {
	width:720px;
	height: 25px;
	margin:0px auto;
}

#main {
	width:850px;
	height: 450px;
	margin:0px auto;
	position: relative;
	top: 5px;
	*top: -10px;
}

#divPhoto1{
	width: 300px;
	height: 450px;
	float: left;
	position: relative;
	top: -20px;
	left: 7px;
}

#divPhoto2{
	width: 300px;
	height: 450px;
	float: left;
	position: relative;
	top: -16px;
	left: 7px;
}

#divPhoto3{
	width: 300px;
	height: 450px;
	float: left;
	position: relative;
	top: -13px;
	left: 7px;
}

#divContentBack{
	width: 500px;
	height: 450px;
	float: left;
	border: solid 10px #777777;
	background-color: #333333;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#contentArea{
	width: 475px;
	height: 430px;
	overflow: auto;
	text-align: center;
}

#content {
	width: 450px;
	margin:0px auto;
	text-align: left;
}

.titles{
	width: 95%;
	color: #333333;
	border-bottom: solid 2px #333333;
	font: bold 18px Helvetica;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.headline{
	width: 95%;
	color: #cccccc;
	font: bold 12px Helvetica;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
}

.newstext{
	width: 95%;
	position: relative;
	left: 15px;
	text-align: left;
}

.morelink {
	width: 95%;
	height: 10px;
	text-align: right;
}

.vertSpace10{
	width: 95%;
	height: 10px;
}

.fighter {
	width: 200px;
	text-align: center;
	float: left;
	font: bold 16px Helvetica;
}

.vs{
	width: 25px;
	text-align: center;
	float: left;
	font: bold 16px Helvetica;
	color: #cccccc;
}

.resultW{
	width: 95%;
	font: bold 14px Arial;
	text-align: center;
	color: #66cc66;
	padding-top: 3px;
}

.resultL{
	width: 95%;
	font: bold 14px Arial;
	text-align: center;
	color: #cc6666;
	padding-top: 3px;
}

.smallText{
	font: normal 10px Arial;
}

.clearfix{
	clear: both;
}

.become_a_partner{
	float:right;
	text-align:center;
}

.partner_footer{
	width:900px;
	text-align: right;
	margin: 0px auto;
}

.partner_footer a {
	color: #999999;
}

.next_fight_img{
	width: 195px;
	height: 342px;
	position:relative;
	top: 160px;
	left: 8px;
	*left: -345px;
}


