
#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 {
}

#sidebarContainer {
	float: left;
}

#contentContainer #content {
	color: #999;
	z-index: 45;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-left: 249px;
	margin-bottom: 5px;
}

#side-navcontainer {
	position: relative;
	top: 25px;
	font-size: 12px;
	left: 18px;
	background-color: transparent;
	background-image: none;
}

#side-navcontainer .current {
	margin-bottom: 0;
	background-color: transparent;
	background-image: none;
	padding-left: 20px;
}