#content {
float:left;
width:70%;
margin-right: 25px;
}
#right {
padding-top: 20px;
}





      @media only screen and (max-device-width: 480px) {
 	div#wrapper {
 	width: 400px;
 	}
 	
 	div#header {
 	background-image: url(media-queries-phone.jpg);
 	height: 93px;
 	position: relative;
 	}
 
      div#header h1 {
 	font-size: 140%;
 	}
 	
 	#content {
 	float: none;
	width: 100%;
 	}
 	
 	#navigation {
 	float:none;
 	width: auto;
 	}
 	}	
