@charset "UTF-8";
body {
	background-color: #111111;
}
#wrapper {
	background-color: #000;
	width: 1110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 1110px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header #navBar {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarLeft {
	width: 30px;
	float: left;
}
#content {
	width: 700px;
	float: left;
}
#sidebarRight {
	width: 255px;
	float: left;
}
#footer {
	clear: none;
	overflow: hidden;
	zoom: 1;
}
