/* ------------ */
#contentContainer #content,
#extraContainer2
.blog_top{
	max-width:1000px !important;
	margin-right: auto;
	margin-left: auto;
}
#footer_box, #container, #sidebarContainer{
	max-width:1050px !important;
	margin-right: auto;
	margin-left: auto;
}
/* ------------ */
#extraContainer1box {	max-width:1050px !important;}
/* ------------ */ 
#navcontainer {
	max-width: 870px;
		margin-left: 170px !important;
}
/* ------------ */
@media only screen and (max-width:1050px) {
#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;
}
}