/* */

#header {
	height: 140px;
	margin: 0px;
	border-bottom: 2px solid #900;
	width: 100%;
	background:  url(images/279-header-bg.jpg) repeat;
	/* background: #fff; */
	}
	
#nav {
	position: absolute;
	top: 120px;
	left: 380px;
	width: 600px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
#nav li { /* Main nav list items */
	font: 11px verdana, sans-serif;
	float: left;
	list-style: none;
	text-align: center
	}
	
#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	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;
	}

#nav a:link, #nav a:visited  { 
	background: #900;
	color: #fff;
	}
	
#nav a:hover, #nav a:active { 
	background: #000;
	color: #fff;
	}
	
#nav a#current { 
	background: #900;
	color: #fff;}
	
.btn {
	background: #900;
	color: #fff;
	border: 1px #008E80 solid;
	}