/**{border:black 1px solid}
*/
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	border-right: 8px solid #ffffff;
	border-left: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	border-top: 10px solid #ffffff;
	width: 845px;
	background-image:url(../images/bg-sub2.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-y;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header-sub-press{
	background-image:url(../images/header-sub2-products.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
.breadcrumbs{	
	padding-left:26px;
	padding-top:21px;
}

#sidebar1 {
	position: absolute;
	top: 169px;
	left: 0;
	width: 112px;
	padding: 11px; /* padding keeps the content of the div away from the edges */
}
#mainContent-sub2 { 
	margin-top:0;
	margin-bottom:0;
	margin-left:140px;
	margin-right:10px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:20px;
}
