@charset "utf-8";

#sideBar {
	float: left;
	width: 330px;
	background-image: url(/cms/public/custom/gui/bck_2col.png);
	background-repeat: no-repeat;
	background-position: left -145px;
	min-height: 500px;
}
#sideBar.noContent  {
	background-image: url(/cms/public/custom/gui/bck_1col.png);
}

#mainContent {
	float: right;
	width: 630px;
}
#header {
	background-image: url(/cms/public/custom/gui/bck_2col.png);
	background-repeat: no-repeat;
	background-position: left top;
}

