@media screen {
	#header, #hd{
		height:75px;
		width:100%;
		text-align:left;
		/*background-image: url(../images/fade3.png); 
		background-repeat: repeat-y;
		background-position: left;*/
	}
	
	#header #logo{	
		float:left;
		width:140px;
	}
	#header #title{		
		color: #990000; 
		font-size:25px; 
		padding-top:10px;
		padding-left:5px; 
	}
	#subTitle{		
		color: red; /* #990000; */
		font-size:20px; 
		padding-left:5px;  
		
	}
	#header #bus{
		float:right;
		width:201px;
	}
}