@import url("../header/header.css");

	#sidebar-top {
		width: 412px;
		height: 15px;
		background: url(../../images/catalogue/top.png) no-repeat top left;
	}

	#sidebar-top-div {
		width: 412px;
		height: 15px;
		background: url(../../images/catalogue/top.gif) no-repeat top left;
	}

	#sidebar-left {
		width: 16px;
		height: 399px;
	}

	#sidebar-left-div {
		width: 16px;
		height: 400px;
		float:left;
		background: url(../../images/catalogue/left.gif) no-repeat top left;
	}

	#sidebar-right {
		width: 13px;
		height: 400px;
		background: url(../../images/catalogue/right.png) repeat-y top left;
	}

	#sidebar-right-div {
		width: 13px;
		height: 400px;
		float:left;
		background: url(../../images/catalogue/right.gif) repeat-y top left;
	}

	#sidebar-bottom {
		width: 412px;
		height: 32px;
		background: url(../../images/catalogue/bottom.png) no-repeat top left;
	}

	#sidebar-bottom-div {
		width: 412px;
		height: 32px;
		float:left;
		background: url(../../images/catalogue/bottom.gif) no-repeat top left;
	}

	#sidebar-body {
		width: 383px;
		height: 400px;
		float:left;
		background: #f7931e url(../../images/catalogue/title.gif) repeat-x top left;
	}

	
