#header h2 {
	border: 0;
	}
#header h2 a {
	display: block;
	margin: 0;
	width: 300px;
	height: 60px;
	background-image: url(/immagini/bg_ulisse.jpg);
	}
#header h2 span {
	display: none;
	}
#header .description {
	visibility: hidden;
	}

#searchform {
	margin: 1em 0;
	}
#searchform #s {
	background: #FFF;
	/*border: none;
	border-bottom: 1px solid #333;*/
	border: 1px solid #333;
	width: 30em;
	color: #666666;
	padding: 0.25em;
	}
#searchform #searchsubmit {
	background: #FFF;
	color: #666;
	border: none;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	}