#container, #pageHeader{
	width: 1000px; }
#tape, #top_tile, #top_center  {}
#shadowpage { 
	background: url(../../images/elements/shadow/shadow_900.png) no-repeat center top !important;
}
#shadowtop { 
	background: url(../../images/elements/shadow/shadow_toolbar900.png) no-repeat center top;
}
/* 1000 content and sidebar percent */
#contentContainer {	width: 73.85%;}
#sidebarContainer {	width: 24.3%;}

/* ----sidebar position range---- */

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

/* 900 content and sidebar percent */
#contentContainer {
	width: 71.2%;
}
#sidebarContainer {
	width: 26.9%;
}
}

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

/* 850 content and sidebar percent */
#contentContainer {
	width: 69.42%;
}
#sidebarContainer {
	width: 28.5%;
}
}

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

/* 800 content and sidebar percent */
#contentContainer {
	width: 67.6%;
}
#sidebarContainer {
	width: 30.25%;
}
}

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

/* 750 content and sidebar percent */
#contentContainer {
	width: 65.4%;
}
#sidebarContainer {
	width: 32.35%;
}
}

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

/* 700 content and sidebar percent */
#contentContainer {
	width: 64.4%;
}
#sidebarContainer {
	width: 33.3%;
}
}