/* */

#header {
	height: 120px;
	border-bottom: 2px solid #000;
	width: 100%;
	background:  url(images/214-header-bg.png) repeat-x;
	}
	
#nav {
	top: 100px;
	}
	
#nav li a {   /* Main nav styles for all links */
	display: block; 
	margin-left: 2px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
	/* background: #c33; */
	background: #fff;
	}

#nav a:link, #nav a:visited  { 
	background: #000;
	color: #fff;
	}
	
#nav a:hover, #nav a:active { 
	background: #fff;
	color: #000;
	}
	
#nav a#current { 
	background: #fff;
	color: #000;}	

