html, body{
	margin: 0;
	height: 90%;
}

body{
	/*background-color: #000;*/
	background: url(../images/bodyBg.jpg) top #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CFCFCF;
}

a{
	text-decoration: none;
	color: #FFDEAD;
}

input {
	border: solid 1px #A5ACB2;
}

hr{
    margin: 0;
	padding: 0;
	border: 0;
	color: #fc0;
    background: #fc0;
	height: 1px;
	width: 100%;
	
}


#container{
	padding: 0;
	margin: 0 auto;
	width: 760px;
	margin: 15px auto 0 auto;
	height: 100%;
	/*border: solid 1px #ff0;*/
}

html>body #container{
	height: auto;
	min-height: 100%;
}

#top{
	/**/background: url(../images/boxTop.gif) no-repeat;
	height: 3px;
	margin: 0;
	padding: 0;
	height: 7px; overflow: hidden; /*overflow is set to hidden so crappy explorer will 'respect' the given height*/
}

#fpMenu {
	background-color: #333;
	height: 25px;
	/*border: solid 1px #f00;*/
}

/*Main Page 'header' image*/
#fpImage{
	background: url(../images/tcbFront.jpg) top no-repeat #333;
	height: 198px;
}

#fpImage h1{
	display: none;
}

/*Inner pages header*/
#ipImage{
	background: url(../images/header.jpg) top no-repeat #333;
	height: 102px;
}

#ipImage h1{
	display: none;
}


#contents{
	background-color: #666666;
	height: 450px;
	padding: 5px 10px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	/*border: solid 1px #f00;*/
}

html>body #contents{
    min-height: 450px;
	height: auto;
}


#ipContents{
	background-color: #666666;
	height: 546px;
	padding: 5px 10px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	/*border: solid 1px #f00;*/
}

html>body #ipContents{
	min-height: 546px;
	height: auto;
	/*border: solid 1px #f00;*/
}

#contents p, #ipContents p{
	margin-top: 0;
	text-align: justify;
	/*color: #DBCBB9;*/
}

#ipContents p.bios{
	height: 80px;
}

#contents h1, #ipContents h1{
	margin-top: 0;
	color: #FFA500; /*#FDC689*/
	font-size: 18pt;
}

#news {
	float: right; 
	width:200px; 
	height: 290px; /*was 240px*/
	background: #A3A3A3;
	margin: 0 0 0 10px;
	border: solid 1px #CECECE;
	padding: 10px;
	color: #000;
	overflow: auto;
}
#news ul{
	margin: 0 0 0 2px;
	list-style: none;
	padding: 0;
}

#news li{
	padding: 2px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-bottom: dashed 1px #DDDDDD;
}

#bottom{
	background: url(../images/boxBottom.gif) no-repeat;
	height: 10px; 
	overflow: hidden;
	/*height: 10px;*/
}

#fpMenu ul{
	margin: 0 10px 0 0;
	list-style: none;
	text-align: right;
}

#fpMenu  li{
	display: inline;
	padding: 0 5px 0 5px;
}

#fpMenu a{
	text-decoration: none;
	color: #fff;
}

#fpMenu a:hover{
	text-decoration: underline;
	color: #fff;
}

#footer{
	color: #CFCFCF;
	font-size: 8pt;
	text-align: center;
	margin: 10px 0;
}

#schedule{
	display: block;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: White;
}

#gallery{
	margin: 0 auto;
	width: 435px;
	overflow: hidden;
}

.gRow{
	padding: 0 0 5px 0; 
	text-align: center; 
}

.gMiddle{float: none; width: 145px;}

.gLeft{float: left; width: 145px;}

.gRight{float: right; width: 145px;}

.bioNames, .subTitle{
	color: #FDC689;
	font-weight: bold;
}

h2.subTitle, h3.subTitle{
	margin: 0;
}

h2.subTitle{
	font-size: 13pt;
}

h2.center{text-align: center;}

.photo, .gPhoto{
	border: solid 1px #999;
	margin: 2px 5px 0 0;
}

.photo {
	/**/float: left;
}

.gPhoto{margin: 0;}


.colTitle{
	border-bottom: solid 1px #ddd;
}

.attention{
	color: #FFD700;
	font-weight: bold;
	font-size: 13pt;
}

.promos{
    width: 450px;
	margin: 5px auto;
	padding: 15px 5px;
	background: #777;
	border: solid 1px #999;;
	color: #000;
	text-align: center;
}

html>body .promos{
    margin: 5px auto;
}



/*ip = Inner Page*/
