/*Style for Title Bar Excluding Menu */
/*NOTE: This CSS contains body tag! Affects all content! */
body {margin: 0; padding: 0; background: white;}
#companyName{height: 55px; 
		background-color: #0000ff; border: 0;}
#welcome{position: absolute; top: 0; left: 0; 
		height: 55px; width: 120px; border: 0; 
		background-image: url('../images/bgnd.jpg'); background-color: #0000ff;
		text-align: right; color: #C0C0C0; font-size: 20;}
#marquee {position: absolute; margin-left: 13%; top: 0; 
		width: 100%; height: 55px; border: 0;
		color: #fff; 
		font-family: georgia; font-style: italic; font-weight: bold; font-size:50;}