body { 
 margin:0;
 padding:0;
 width:100%;
 min-height:100%;
 background-color:#000000;
 background-image:url('../images/background.gif');
 font-family:arial,helvetica,san-serif;
 color:#FFFFFF;
 font-weight:normal;
 font-size:12px;
}

.doublespace { line-height:65%; }
a:link,a:visited,a:active { color:#FF0000;text-decoration:underline; }
a:hover { color:#FFFFFF;text-decoration:underline; }

a.white_red:link,a.white_red:visited,a.white_red:active { color:#FFFFFF;text-decoration:underline; }
a.white_red:hover { color:#FF0000;text-decoration:underline; }
a.blue_red:link,a.blue_red:visited,a.blue_red:active { color:#0000FF;text-decoration:underline; }
a.blue_red:hover { color:#FF0000;text-decoration:underline; }
a.fighter:link,a.fighter:visited,a.fighter:active { text-transform:uppercase;font-size:18px;color:#FF0000;background-color:#000000;text-decoration:underline; }
a.fighter:hover { text-transform:uppercase;font-size:18px;color:#FFFFFF;background-color:#000000;text-decoration:underline; }
a.fighter-img:link,a.fighter-img:visited,a.fighter-img:active { text-decoration:none; }
a.fighter-img:hover { text-decoration:none; }

img { padding:0px;border:0px; }

#main-container { 
 width:980px;
 min-width:980px;
 max-width:980px;
 margin:0 auto;
 min-height:100%;
 border:0px;
 zoom:1;
}

#header-block { 
 height:110px;
 margin:0 auto;
 border:0px;
}

#main-block { 
 position:relative;
 width:980px; 
 min-width:980px;
 max-width:980px;
 border:0px;
 margin:0 auto;
}

#left-side { 
 float:left;
 width:175px;
 min-width:175px;
 max-width:175px;
 height:100%;
 min-height:100%;
 border:0px;
}
#right-side { 
 float:right;
 width:805px;
 min-width:805px;
 max-width:805px;
 border:0px;
}
#text-table { 
 font-weight:bold;
 background-color:#000000;
 opacity:0.8;
 filter:alpha(opacity = 80);
 padding:10px;
 padding-top:5px;
 padding-bottom:5px;
}
#fight-card-table { 
 font-size:14px;
 font-weight:bold;
 white-space:nowrap;
 background-color:transparent;
 background-image:url('../images/background_table.gif');
 border:0px;
 cellspacing:0px;
 border-collapse:collapse;
 padding:10px;
}
#fight-card-table td { vertical-align:top;padding:5px; }
#fight-card-table img { width:135px;height:180px; }
#fight-card-table .card-bar {
 background-color:#000000;
 opacity:0.8;
 filter:alpha(opacity = 80); 
 color:#FCD116;
 text-align:center;
 font-size:16px;
 font-weight:bold;
 padding:1px;
 border:0px;
 border-color:#cccccc;
 border-style:solid;
 border-top-width:1px;
}
#fight-card-table .card-hilite {
 color:#FCD116;
 font-style:italic;
 font-weight:bold;
 font-size:12px;
}
#footer-block { 
 clear:left;
 margin-left:auto ;
 margin-right:auto ;
 line-height:15px;
 width:400px;
 min-width:400px;
 max-width:400px;
 color:#FFFFFF;
 text-align:center;
 font-weight:bold;
 background-color:#000000;
 opacity:0.8;
 filter:alpha(opacity = 80);
 padding:10px;
 min-height:30px;
 zoom:1;
}
