

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	margin:0; padding:0;
	width:auto; height:250px;
	background:#f7f7f7 url(images/topbg.jpg) no-repeat  center;
}

	#logo {
		margin:0;
		width:580px; height:190px;
		background:url(images/topbg.jpg) no-repeat top ;
		float:left;
	}
	
	#searchform-header {
		margin:100px 20px 0 0; padding:0;
		width:284px; height:auto;
		background:url(images/searchform-back.gif) no-repeat center left;
		float:right;
	}
	
		#searchform-header #s {
			margin:0 0 0 0; padding:6px 10px 5px 25px;
			width:165px; height:auto;
			border:0;
			background:none;
			float:left;
			font-size:0.92em; color:#aea592;
		}
		
		#searchform-header #go {
			float:right;
			margin:0;
		}
	
#navigation {
	margin:0; padding:0;

	border-top:0px solid #393b3b; border-bottom:1px solid #FFF;
}


		
	.rss {
		margin:0 30px 0 0; padding:0;
		width:16px; height:17px;
		float:right;
	}
	



#menu {	
background:#1b252a url(images/navigation.gif) repeat-x bottom center;
width: 100%;
margin-bottom:10px; padding:0;
height: 35px;
}
