#top {
	background: url(../../images/page-top-left.png) no-repeat;
}

#container {
	background: url(../../images/page-sidebar-left.png) repeat-y center;
}

#sidebarContainer {
	float: left;
}

#contentContainer {
	margin: 0 4px 0 180px;
}

* html #contentContainer {
	margin-left: 177px;
}

#bottom {
	background: url(../../images/page-bottom-left.png) no-repeat;
}