<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
	
#container {
	background: url("../img/2_bg.jpg") repeat-y;
}

#mainHead {
	background: url("../img/2_head.jpg") no-repeat; 
}

#mainFoot {
	background: url("../img/2_foot.jpg") no-repeat;
}

#col-left {
	background:#cfe3e8;
}

#col-right {
	background:#cfe3e8;
}



#downloads {
	background:  url("../img/2_pdfbox.jpg") #cfe3e8;
	background-repeat: no-repeat;
	background-position: 8px 210px;
}

.row_1 {
background-color:#bdd6dc;

}
.row_2 {
background-color:#aac9ce;
}</pre></body></html>