body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

html{
	min-height:100%;
	height:100%; 
}

body {
	min-height:100%;
	height:100%;
	background-color: #000;
	background-image: url(images/background_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0;
	padding:0;
}

* html #indexContent { 
	height:100%; 
} 

#ip01{
	background-image:url(images/indexPanel01.png);
}

#ip02{
	background-image:url(images/indexPanel02.png);
}

#ip03{
	background-image:url(images/indexPanel03.png);
}

#welcomeMessage{
	position:relative;
	margin-top: 320px;
}

#indexContent{
	position:relative;
	margin-top: 20px;
	width:924px;
}


#title{
	margin: 0 auto;
	text-align:left;
	margin-top: 200px;
	width:924px;
}

#content{
	min-height:400px;
	position:relative;
	margin-top: 10px;
	background-image:url(images/contentBG.jpg);
	border: 1px solid #413E37;
	border-width:thin;
	width:882px;
	padding:20px;
}

#content-index{
	min-height:100px;
	position:relative;
	margin-top: 20px;
	background-image:url(images/contentBG.jpg);
	border: 1px solid #413E37;
	border-width:thin;
	width:882px;
	padding:20px;
}


#footerMenu{
	margin-top:-40px;
	width:100%;
	height:40px;			/* Height of the footer */
	font-size: 12px;
	/*padding: 20px 0px 0px 0px;
	/*width:924px;*/
}

#footerMenuHolder{
	width:100%;
	height:50px;			/* Height of the footer */
	text-align:center;
	/*padding: 20px 0px 0px 0px;
	/*width:924px;*/
}

#headerMenu{
	width:924px;
}

#contentWrap {
	min-height:100%;
	/*margin-bottom:40px;			 Height of the footer */
}



.centerDiv {
	margin: 0 auto;
	text-align:center;
}

.scheduleTable {
	border: 1px solid #828282;
}

.scheduleTop{
	border: 1px solid #828282;
	background-image:url(images/s_topBg.gif);
	height: 29px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.scheduleLeft{
	border: 1px solid #828282;
	background-image:url(images/s_timeBg.gif);
	height: 29px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.scheduleNA{
	border: 1px solid #828282;
	background:#000;
}

.scheduleBjj{
	padding: 5px;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #828282;
	background-image:url(images/s_bjjBg.gif);
	background-repeat:repeat-x;
	background-color:#BFBFBF;
	text-align:center;
	vertical-align:middle;
}

.scheduleMt{
	padding: 5px;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #828282;
	background-image:url(images/s_mtBg.gif);
	background-repeat:repeat-x;
	background-color:#454545;
	text-align:center;
	vertical-align:middle;
}


.indexPanel{
	width: 285px;
	height: 294px;
	color: #A7A179;
	text-align:left;
	font-size: 13px;
}

.indexPanelText{
	padding: 120px 10px 10px 10px;
}

a:link {
    color: #A7A179;
}
a:visited {
    color: #A7A179;
}
a:hover {
    color: #A7A179;
}
a:active {
    color: #A7A179;
}


a.footerLink:link {
	font-size: 12px;
    color: #FFF;
	text-decoration:none;
}
a.footerLink:visited {
    color: #FFF;
	text-decoration:none;
}
a.footerLink:hover {
    color: #FFF;
	text-decoration:none;
}
a.footerLink:active {
    color: #FFF;
	text-decoration:none;
}

a.invis:link {
	text-decoration:none;
}
a.invis:visited {
	text-decoration:none;
}
a.invis:hover {
	text-decoration:none;
}
a.invis:active {
	text-decoration:none;
}
