 #smallpic {
		float: right;
		width: 81px;
 }
#smallline {
		height: 96px;
		overflow: hidden;
}
.horizbar {	vertical-align: top;}

@media all and (max-width:880px){
		#mainpic { display: none; }
		img#OO {width: 65px}
		#header h1 {font-size: 110%; font-weight: normal;}
		}	

@media all and (max-width:480px){
		#smallpic { display: none; }
		}

@media all and (min-width:481px){
		#smallline { display: none; }
		}