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

body 	{	
	background: #fdffe7 url("img/nh-background2.png") repeat-y;
	color:black;	/*controls the default text color */
	background-color:; /*controls the color OUTSIDE the wrapper */
	font: 12px helvetica, arial, sans-serif;
	line-height: 20px;
	height: 100%;
	}

a:link 	{color: #669999; text-decoration: none; font-weight: bold; text-transform: capitalize;}
a:active {color: #666; text-decoration: none; text-transform: capitalize;}
a:visited {color: #666; text-decoration: none;text-transform: capitalize; }
a:hover {color: #669999;; text-decoration: none; text-transform: capitalize;}




#banner {
	margin: 0px auto;
	width: 1080px;
	height: 167px;
	background-repeat: no-repeat;
	background-image:url("img/nh-banner3.png");
	
		}
		
#header{ 
	margin: 0px auto;
	width: 1024px;
	height: 19px;
	border-bottom: 1px solid  #999;
		}

#wrap 	{	/* this creates the boxed effect */
	margin: 0px auto;
	width: 1024px;
	height: 100%;
	top: 123px;
	z-index: 1;
	
	}

#footer{ 
	color: #669999;
	float: left;	
	margin-left: ;
	background:;
	width: 720px;
	height: 123px;
	margin-top: ;
	color:;
	text-align: center;
	z-index: 9;
		}
		
#navigation {
	color: #669999;
	text-align:center;
	padding-right: 5px;
	padding-top: 10px;
	margin-right: 0px;
	padding-left: 10px;
	margin-top: 10px;
	float: right;
	margin-top: 20px;	
	top: 210px;
	background: ;
	width: 250px;
	height: 1000px;
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	font-size: large;
			}
			
#video {
	top: 210px;
	color:;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	height: 1200px;
	width: 700px;

	z-index: 3;	
	overflow: hidden;
	overflow-y: none;
	background-image:;
	background-color: none;
		}
		
#video-txt{padding: 5px; font-weight: bold; padding-left: 150px; }
		
#twitter_div { color: #666;	font-family:Arial, Helvetica, sans-serif;	font-size: 12px; text-align: center;	margin-left: 160px;}	
#twitter_update_list { color: #666; list-style:none; text-align: center; float: left; }







#aboutbox { 
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	float: left;
	color: #669999;
	background-color: ;
	margin-left:160px;
	height: 30px;
	border-bottom: 2px solid  #669999;
	z-index: 6;
}

