@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(images/canvasback3.jpg) center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#3F2300
}

p {
	margin:0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	padding:0 0 15px 0;
	margin:0;
}

#mainContainer{
	width:800px;
	margin:auto;
}

#header {
	
	height:170px;
	padding:0;
	background-color:black;
}

#header a {
	height:0;
	padding-top:128px;
	overflow:hidden;
	width:300px;
	display:block;
}

#contentHeader {
	background:url(images/3col_header.jpg) no-repeat;
	height:9px;
	font-size:1px;

}

#topNavigation {
	height:35px;
	
}

#topNavigation ul, #topNavigation li {
	margin:0;
	padding:0;
	display:block;
}

#topNavigation li {
	float:left;
	background:url(images/nav.gif) no-repeat;
	height:35px;
	text-indent:-5000em;
}

#topNavigation li a {
	display:block;
	height:35px;
	text-indent:5000em;
	overflow:hidden;
}


li#about, li#about a {
	width:125px;
	background-position:0 0;
}

li#classes, li#classes a {
	width:226px;
	background-position:-125px 0;
	
}

li#faq, li#faq a {
	width:70px;
	background-position:-351px 0;
}

li#fightTeam, li#fightTeam a {
	width:132px;
	background-position:-421px 0;
	
}

li#media, li#media a {
	width:114px;
	background-position:-553px 0;
}

li#contact, li#contact a {
	width:133px;
	background-position:-657px 0;
}

#leftColumn, #centerColumn, #rightColumn {
	float:left;
}

#leftColumn {
	width:152px;
	background:url(images/left_column_bg.jpg) repeat-y;
	
}



#centerColumn {
	width:500px;
	background:url(images/content_bg.jpg) repeat-y;
}

#rightColumn {
	width:148px;
	background:url(images/right_column_bg.jpg) repeat-y;
}

#footer {
	height:39px;
	background:url(images/footer.gif);
}


/* **************** */
/* COMMON CLASSES * */
/* **************** */
#homepageImage {
	/*background:url(images/homepage_content.jpg) no-repeat;*/
}

.centerContent {
	padding:20px;
}

.newsItem {
	padding:7px;
	font-size:.8em;
}

.newsItem h3 {
	padding-bottom:0;
}


/* ***************** */
/* ABOUT PAGE ****** */
/* ***************** */
#leftColumn ul, #leftColumn li {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
}

#leftColumn li {
	width:114px;
	height:47px;
	margin-left:22px;
	overflow:hidden;
}

#leftColumn li a {
	padding-top:47px;
	height:0;
	overflow:hidden;
	display:block;	
}

li#philosophy {
	background:url(images/subnav_philosophy.gif) no-repeat;
}
li#instructors {
	background:url(images/subnav_instructors.gif) no-repeat;
}

li#facilities {
	background:url(images/subnav_facilities.gif) no-repeat;
}

li#location {
	background:url(images/subnav_location.gif) no-repeat;
}

li#memberships{
	background:url(images/subnav_memberships.gif) no-repeat;
}


/* ***************** */
/* UTILITY CLASSES * */
/* ***************** */

.clear {
	clear:both;
}

.hideMe {
	display:none;
}