
@media only screen and (max-width:480px) and (orientation:landscape){
	#header{
		height:auto;
		padding:11px 0 10px; 
	}
	#header #header_right{
		float:right;
		width:80%;
		margin-top:20px;
	}
	body #header ul li {
		height:20px;
		line-height:20px;
	}
	body #header ul li a{
		font-size:0.7em;
	} 
	#header #links_menu {
		float: left;
		width: 80%;
	}
} 