#container #top {
	width: 1000px;
}
#container {
	width: 1000px;
}
#headerEdge{
	width: 1000px;
}
#footerEdge {
	width: 1000px;
}

#contentContainer {
	width: 76.2%;
}

#sidebarContainer {
	width: 22.5%; /* -3 */
}

/* responsive sidebar -keep fixed width */

@media only screen and (max-width: 950px) {	/* as the 900px.css */

#contentContainer {
	width: 73.57%;
}

#sidebarContainer {
	width: 25%; /* -3 */
}
}

@media only screen and (max-width: 900px) {

/* as the 840px.css */

/* + 10px */

#contentContainer {
	width: 71.65%; 
}
#sidebarContainer {
	width: 27.0%; /* -3 */
}
}

@media only screen and (max-width: 850px) {

/* sidebar a bit less than 790px.css */

/* + 10px */

#contentContainer {
	width: 69.88%;
}
#sidebarContainer {
	width: 28.55%;
}
}

@media only screen and (max-width: 800px) {

/* as the 720px.css */
#contentContainer {
	width: 68.1%;
}
#sidebarContainer {
	width: 30.2%;
}
}

@media only screen and (max-width: 720px) {

/* modified version for the breakpoint */
#contentContainer {
	width: 65.3%;
}
#sidebarContainer {
	width: 33%;
}
}