@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.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;
}

p {
	margin-top: 1em;	
	
}

body {
	background:#010101;
	background-image: url(images/BG_main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

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

#HomeBodyContainer {
	background-color: #d6d6d6;
	width: 910px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#header {
	background-image: url(images/navBG.gif);
	background-repeat: no-repeat;

}
#nav {
	width: 660px;
	margin-left: 240px;
	padding-top: 10px;
	height: 38px;
}

#NavButtons {
	background-color: #272727;
		width: 660px;

}
#icons {
	width: 660px;
	margin-left: 240px;
	padding-top: 10px;
}

/*classes*/

.iconPadding {
	padding-right: 5px;	
}


#slides {
	width: 891px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#miniButtons {
	width: 891px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
#bottomMenu {
	width: 891px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer {
	width: 891px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 10px;
	line-height: 17px;
	color: #666;
	text-align: center;
}

.footer a:link {
	color: #666;
	text-decoration: none;
}
.footer a:visited {
	color: #666;
	text-decoration: none;
	
}
.footer a:hover {
	color: #900;
	text-decoration: none;

}
.footer a:active {
	color: #666;
	text-decoration: none;

}

.bodyContent {
	width: 891px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
}

.FightsbodyContent {
	width: 891px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	
	
}

.bioContent {
	width: 891px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
}

#bioPic {
	background-color: #06C;
	float: left;
	width: 274px;
}
.bodyText {
	width: 595px;
	margin-left: 280px;
	padding-top: 10px;
}

.sponsorImages {
	margin-right: 5px;	
}

.OddBgd, .TxtBoxOddBgd {
	background-color: #999;
}

#fights {
	margin: auto;
	width: 820px;
	overflow: auto;
	height: 482px;
}

div.float {
	float: left;
	padding-right: 15px;
	padding-left: 14px;
	margin-top: 20px;
  }
  
div.float p {
	font-size: 14px;
	line-height: 18px;
   }

div.spacer {
  clear: both;
  }

