#container { 
	margin: 0px auto; 	text-align: left;
	position: relative;
	border-right-width: 7px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}


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

#contentContainer #content {
	border-left: 3px solid;
	
}

html > body #contentContainer #content {
	border-left: none;
}

#sidebarContainer {
	float: left;
	width: 200px;
}