@media all {
	#col1 {
		display:none;
	}


	#col2 {
		background: transparent url(../gfx/bg_col2_start.gif) repeat-y top right;
		padding:0 40px 0 40px;
		width:688px;
	}

	#nav {
		background:transparent;
		height:363px;
		padding:0;
		width:1001px;
		position: relative;
	}

	#header_outer {height: 140px; overflow: hidden; position: relative;}
	#header_outer[id] {display: table; position: static;}

	#header_middle {position: absolute; top: 50%;} /* for explorer only*/
	#header_middle[id] {display: table-cell; vertical-align: middle; position: static;}

	#header_inner {position: relative; top: -50%} /* for explorer only */
	/* optional: #header_inner[id] {position: static;} */

	#main {
		padding-top: 20px;
	}
	
	h2, h3, h4, h1.csc-firstHeader, h3.news-latest-title, h3 a {
		margin-bottom:11px;
	}
}