@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_gradient2.jpg);
	background-color: #450102;
	background-repeat: repeat-y;
	background-position: center;
}


#outside {
	width: 1000px;
	height:700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/MMA/MMA2.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	background-position: 12px top;

}

#Banner {
	clear: both;
	height: 185px;
	background-image: url(../images/MMA/ax2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	width: 700px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	color: #191921;
	clear: both;
}

#Main {
	float: left;
	width: 680px;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	height: auto;
}

h1 {
	color: maroon;
	font-size: 24pt;
	font-weight: bolder;
}

p {
	color: white;
	font-size: 120%;
	line-height: normal;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

a:link {
	color: #cc6600;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

#footer {
	clear: both;
	color: #CCCCCC;
}
#footer .li {
	font-size: 75%;
	color: #666666;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer ul {
	list-style-type: none;
	text-align: center;
}

#container {
	float: right;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #C4CCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9933;
	text-decoration: none;
}
.whitetext {
	font-size: 110%;
	color: #FFFFFF;
}
.style1 {
	color: #FF0000
}

.videoleft {
	font-size:large;
	color: red;
	float: left;
	width: 320px;
	padding: 10px;
}

.videoright {
	font-size:large;
	color: red;
	float:right;
	padding: 10px;
	width: 320px;
}

/* ACCORDION CSS*/
.PanelHeader {
	background-image: url(../images/MMA/blbltab.jpg);
	background-repeat: repeat-y;
	background-color: #6666ff;
	width: 315px;
	padding: 5px 0px 5px 15px;
	color: white;
	font-family: Arial;
	font-size:medium;
	cursor: pointer; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border: solid black 1px;
	display: block;
}
.PanelHeader a {
	color: #ffffff;
	text-decoration: none;
}

.PanelHeader a:hover {
	color:red;
	text-decoration: none;
	
}

.box {
	width: 315px;
	background-color:#000;
	padding: 0px 8px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	display: none;
	color: #fff;
}

#about {
	padding-top: 10px;
}

#tableleft {
	float: left;
	width 315px;

}

#tableright {
	float: right;
	width 315px;

}
#webdesign {
	margin: 0 auto;
	padding: 0px 0px 0px 60px;
	font-size: 10pt;
	line-height: 10pt;
	color: white;
	text-align: center;
}
#webdesign a {
	color: #C4CCCC;
	text-decoration: none;
}
#webdesign a:hover {
	color: #FF9933;
	text-decoration: none;
}

