/* Title bar */
	div{margin:0; padding:0;}
		.titleBar,
		.titleBar .bg1,
		.titleBar .bg2{
			display:inline; 
			position:relative; 
			float:left;
		}		
    .titleBar { margin-bottom:0px; width:100%}
		.titleBar{background:url(../images/layout/title_bar_right.jpg) no-repeat 100% 0;}
			.titleBar .bg1{background:url(../images/layout/title_bar_left.jpg) no-repeat;}
				.titleBar .bg2{
					margin:0 2px 0px;
					padding:0 10px;
					min-height:40px;
					color:#7C7C7C;
					background:url(../images/layout/title_bar_repeat.jpg) repeat-x;
					font-size:1.3em;
					line-height:40px;
					font-family:Arial, Helvetica, sans-serif;
				}
        .titleBar .normal { width:526px;  }
        .titleBar .wide { width:696px }
				* html .titleBar .bg2{height:40px;}

