@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CECECE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
*
{
margin: 0;
padding: 0;
}

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
}
#header {
	margin-bottom: 10px;
}
#mainContent {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#content_bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#left_bar {
	float: left;
	width: 180px;
}
#join {
	text-align: center;
}
#left_pics {
	margin-top: 5px;
}
#left_pics p {
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin-bottom: 4px;
}
#left_pics img {
	margin-bottom: 5px;
}
#right_bar {
	width: 180px;
	float: right;
	margin-top: 5px;
}
#right_bar img {
	margin-bottom: 5px;
}
#right_bar p {
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin-bottom: 4px;
}
#cont_box {
	margin-left: 200px;
	margin-right: 200px;
}
#footer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #D81817;
	text-align: center;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#video {
	text-align: center;
	background-color: #000000;
	margin-bottom: 8px;
}
#frame {
	height: 350px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 560px;
	background-color: #D5D4D4;
}
#class_gallery {
	background-color: #000000;
	height: 335px;
	margin-bottom: 8px;
	margin-top: 5px;
}
#left_trainers {
	width: 47%;
	float: left;
	margin-top: 5px;
}
#right_trainers {
	float: right;
	width: 47%;
	margin-top: 5px;
}
.fighter_stats {
	margin-bottom: 8px;
	padding: 5px;
	height: 330px;
	background-image: url(images/fighter_stats_bg.jpg);
	background-repeat: repeat-x;
	border: thin solid #810A08;
}
.fighter_stats  p {
	font-size: 12px;
	color: #D5D4D4;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
#map {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
h1, h2, h3 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #B20504;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 8px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
ul {
	font-size: 14px;
	padding-right: 20px;
	padding-left: 45px;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.class_table {
	font-size: 13px;
	margin-bottom: 10px;
	background-color: #1A1A1A;
}
.class_table  td {
	border: thin solid #D7D7D7;
	padding: 2px;
}
.class_table p {
	line-height: 1.3em;
}
.td_redbg {
	background-color: #B20504;
}
.ital {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.whitetext {
	color: #FFFFFF;
}
.fltrt {
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
.fltleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.clrflt {
	clear: both;
}
.thirty_text {
	font-size: 30px;
}
.redlink a {
	color: #B20504;
}
.servpics {
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
}
.servpics img {
	padding: 5px;
}
.contacts_table {
	width: 100%;
}
