#sidebarContainer {
}

#container {
}

#contentContainer {
}

* html #sidebarContainer {

}

#contentContainer
{
	position: relative;
	border-left-width: 200px;
	border-left-style: solid;
	border-right-width: 0;
}

#content {
	position: relative;
}

#sidebarContainer
{
	width: 180px;
	position: relative;
	margin-left: -200px;
	_left: 200px;
	top: 0px;
	padding: 10px;
	float: left;
}

#footer {
	position: relative;
	left: 0px;
}
