@charset "UTF-8";
/* index CSS */

body{
	background: #003C1E url(../images/nbtc_bg_index.jpg) 50% 0% repeat-y;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003C1E;
	}
div#wrapper{
	width: 800px;
	margin: 0 auto;
	}
div#logo{
	width: 800px;
	height: 170px;
	background:url(../images/head_right.jpg) right no-repeat;
	position: relative;
	}
div#center_court{
	position: absolute;
	top: 50px;
	right: 10px;
}
div#center_court img{
	border: none;
}
/* OLD
div#head_right{
	margin-left: 191px;
	width: 584px;
	height: 95px;
	background:url(../images/head_right.jpg) right no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align:right;
	padding-right:25px;
	padding-top:75px;
	}
*/
div#news{
	margin:0 auto;
	width: 800px;
	padding:5px 0 5px 0;
	background:#E3DEBF;
	}
table{
	border-top: 2px #B0A67A solid;
	border-left: 2px #B0A67A solid;
	}
table td{
	border-bottom: 2px #B0A67A solid;
	border-right: 2px #B0A67A solid;
	}
div#navigation{
	width: 191px;
	min-height:400px;
	background: url(../images/nav_bg.jpg) center top repeat-y;
	float:left;
	}
ul.nav{
	list-style: none;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	}
ul.sub_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 35px;
	}
a{
	font-size:9pt;
	color: #003C1E;
	text-decoration:none;
	}
a:hover{
	color:#996633;
	}
div#login{
	margin:0 auto;
	width:760px;
	background-color:#496244;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
	clear:both;
	}
div#welcome{
	margin:0 auto;
	width:720px;
	background:url(../images/foot_bg_top.jpg) top center no-repeat;
	background-color:#9E946C;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15pt;
	padding:30px;
	padding-bottom:10px;
	text-align:left;
	}
	
div#footer{
	width:800px;
	text-align:center;
	position:absolute;
	bottom:0;
	}
div#main_photos{
	min-height:400px;
	margin-left:191px;
	background:#E3DEBF;
	}
div#news_ticker{
	width:400px;
	height:20px;
}
div#content_middle{
	background: #E3DEBF;
	min-height: 400px;
	}
