#container {
	background: url(../../images/custom/siteBackground.jpg) repeat-y center;
	position: relative;
	top: 0px;
	width: 950px;
	margin: 0px auto;
	background-position: center;
}

.clearer {
	clear: both;
}

#navcontainer {
	margin-left: 340px;
}

#sidebarContainer {
	display: none;
}

#contentContainer #content {
	color: gray;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: .5% solid #dedede;
	margin: 0;
	padding: 0;
}

