body{
	width:100%;
	background:url(../images/header-bg.jpg) top left repeat-x;	
	overflow-x:hidden;
}

#header{
	width:100%;
	height:107px;
	margin:auto;
	border-bottom:solid 3px #009139;	
	background:url(../images/header-bg1.jpg) no-repeat left;
}

#nav { 
	right:0px;
	position:absolute;
	width:500px;
	height:107px;
	background:url(../images/header-bg2.jpg) no-repeat right;
}

.nav-right-links{cursor:pointer; margin-left:10px; font-weight:bold; color:#c96405;}
.nav-right-links a{color:#c96405;text-decoration:none;}
.nav-right-links a:hover{font-weight:bold; color:#000000;}
.nav-right-links:hover{font-weight:bold; color:#000000;}
