/* --- PRINT CSS --- */



/* --- LAYOUT MODS --- */

html, body {
	}

#main {
	background-color: #fff;
	width: 790px;
	font-size: 1em;
	padding-left: 20px;
	}

#header {
	display: none;
	}

#container {
	background: url(../images/content/line.gif) repeat-y 500px;
	}
	
#container_b {
	background: url(../images/content/line.gif) repeat-y 290px;
	}
	
div.empty {
	}
	
#nav2 {
	display: none;
	}

#content {
	margin-left: 0;
	}
	
#container_b #content {
	}

#colRight {
	}

#container_b #colRight {
	}

#footer {
	display: none;
	}
	
.clear {
	display: none;
	}
	
/* --- NUR PRINT --- */

div.spacer {
	height: 20px;
	}
	
	
/* --- CONTENT MODS --- */

.csc-header h1, .csc-header h2, .csc-header h3, .csc-header h4 {
	background-image: none !important;
	}
	
.csc-header span {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	}