/* CSS Document */

*							{ margin:0; padding:0; border:0; }

body						{ font-family: arial;
							color:#fff;
							margin: 0 auto;
							background-image: url(../images/bg/mh_bg.jpg);
							background-repeat: no-repeat;
							background-attachment: fixed;
							background-color: #000;
							background-position: 50% 0%;
							}
				
#wrapper					{ width:1000px; margin:0 auto; }
	
#header						{ height:321px; margin:0 auto; }

#nav 						{ background-image:url(../images/navbar/mh_navbar.png);
							background-repeat:none; width:100%; height:49px; margin: 0 auto;  
							}
#nav_wrapper 				{ width: 100%; margin: 0 auto; text-align: left; }
#nav ul 					{ list-style-type: none; padding: 0; margin: 0; position: relative; min-width: 200px; }
#nav ul li 					{ display: inline-block; font-size:17px; font-weight: bold; margin: 0 0 0 2.5%; }
#nav ul li img				{ vertical-align: middle; padding-left: 5px; }
#nav ul li:hover 			{ background-color:rgba(255,255,255,0.15); }
#nav ul li a:hover 			{ }
#nav ul li a, visited 		{ color: #fff; display: block; padding: 15px 10px; text-decoration: none; }
#nav ul li:hover ul 		{ display:block; width: auto; }
#nav ul ul 					{ display: none; position: absolute; background-color: #333; }
#nav ul ul li 				{ display: block; }
#nav ul ul li a:hover 		{ }

#content a                  {color:rgba(200,0,2,1.00);}
#content a:visited          {color:#c80002;}
#contentheader				{ background:rgba(13,13,13,1.00);}
#content					{ background-image:url(../images/bg/mh_content_bg.png); font-size: 18px;}
#content p					{ text-indent: 25px; line-height: 140%;padding: 0px 25px; }
#content p img				{ padding: 10px; }
#content table				{ margin: 0 auto; }
#content table p			{ font-size:14px; text-indent: -10px; }
#fightcard th 				{ border: solid; border-color: rgba(200,0,2,1.00);}
#odd						{ background-color:rgba(200,0,2,1.00); }
#even						{ background-color:rgba(200,0,2,.50); }


#footer						{ clear:both; padding:30px 10px; background-color:#222; }
#footer h5					{ float:right; }
#footer h5 a				{ color:rgba(200,0,2,1.00); text-decoration:none; }
#footer h5 a:hover			{ color: rgba(255,80,83,1.00); text-decoration:none; }
#footer p					{ }

.float_right				{ float:right; }
.float_left					{ float:left; }
.text_indent				{ text-indent: 20px;}
.img_center					{ margin: 0 auto; display: block;}
