/* ------------ */
#contentContainer #content,
#extraContainer2
.blog_top{
	max-width:1200px !important;
	margin-right: auto;
	margin-left: auto;
}
#footer_box, #container, #sidebarContainer{/* fix centeres issue in IE9 */
	max-width:1250px !important;
	margin-right: auto;
	margin-left: auto;
}
/* ------------ */
#extraContainer1box {	max-width:1250px !important;}
/* ------------ */ /* fixed issue in IE9 centered DIV */
#navcontainer {
	max-width: 1070px;
		margin-left: 170px !important;
}
/* ------------ */
@media only screen and (max-width:1250px) {
#extraContainer2,
#extraContainer1,
#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;
}
}