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

body{
	background: #003C1E url(../images/nbtc_bg.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;
	}
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#footer{
	line-height: 20px;
	padding: 0 150px 25px 150px;;
	text-align:center;
	}
div#main_photos{
	width:800px;
	height:391px;
	}
div#news_ticker{
	width:640px;
	height:20px;
	}
div#content_middle{
	background: url(../images/header_bg.jpg) top center no-repeat;
	}
div#contact{
	border-color: #496244;
	border-style: solid;
	border-width: 1px;
	float: right;
	width: 260px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	margin-right: 50px;
	background: #d0ccb2;
	}
	
div#contact h2{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	}	
	
div#content{
	margin-right: 360px;
	padding: 0 25px 10px 25px;
	line-height: 22px;
	}

div#content ul{
	padding-left: 25px;
	}
	
div#content ul li{
	display: inline;
	}

h1{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}
	
form{
	margin: 10px 0;
	border: 1px solid #000000;
	padding: 10px;
	}
	
input, textarea{
	border: 1px solid #000000;
	padding: 2px;
	}
	
table td{
	margin: 2px;
	padding: 3px;
	background: #f6f1d2;
	}
	

