.leftbg {
	background-image: url(images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
.rightbg {
	background-image: url(images/header_6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
} 


	
	/* navigation */

.navigation{
width:1024px; 
	margin: 0;
	padding: 0;
}	
#rssfeed a{
text-align:left;
position:relative;  display:block; top:19px;
}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#nav ul li {
	float: right;
	margin: 0;
	padding: 0;
		background: url(images/nav/nav-bg.gif) no-repeat bottom left;
	} 
#nav ul li a {
	float: left;
	text-align:left;
	position:relative;
	display: block;
	width: 141px;
	line-height: 1.4em;
	padding: 1em 1em 1.5em 1.4em;
	margin: 0;
	text-decoration: none;
	color: #F47A0E;
	font-size: 12px;
	border: none;
	left:5px;

	}
#nav ul li a strong {
	display: block;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #F6D6B1;
	}
#nav li a:hover {
	background: url(images/nav/tab-hover.gif) repeat-x bottom left;
	}
#nav li a.active {
	color: #F47A0E;
	background: url(images/nav/tab-on-noise.gif) repeat-x bottom left;
	}
#nav ul li a:hover strong {	
	color: #fff;
	}
#nav ul li a.active strong {
	color: #fff;
	}

