#contentContainer #content,
#extraContainer2,
#extraContainer3,
.blog_top{
	max-width:950px !important;
	margin-right: auto;
	margin-left: auto;
}

#sidebarContainer{
	max-width:1000px !important;
	margin-right: auto;
	margin-left: auto;
}

#container{ /* fix centeres issue in IE9 */
	max-width:1000px !important;
	margin-right: auto;
	margin-left: auto;
}

.topfixed  {
	width:300px;
	max-width:1000px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	overflow: visible;
}
/* ------------ */
#extraContainer1box {	max-width:1000px !important;}
/* ------------ */

#topnav_box {	max-width:1000px !important;} /* fixed issue in IE9 centered DIV */

#logobox {	width: 900px;}  /* fixed issue in IE9 centered DIV */
#topnav, #footer_box {
	max-width:1000px !important;
	margin-right: auto;
	margin-left: auto;
}
/* ------------ */
#navcontainer {
	max-width: 820px;
		margin-left: 170px !important;
}

/* ------------ */

@media only screen and (max-width:1000px) {
#topnav,
.topfixed,
#extraContainer2,
#extraContainer1,
#footer_box,
#footer_box {	
border-radius:2px !important;
-webkit-border-radius:2px !important;
-moz-border-radius:2px !important;	
}
#navcontainer li:last-child {	
  border-top-right-radius:1px !important;
  -webkit-border-top-right-radius:1px !important;
  -moz-border-radius-topright:1px !important;
}
}