
/* DIVS */

#wrapper {
	width: 740px;			
	border: 1px solid #FFFFFF; /*nescape 4 centering bug fix */
	text-align: center;
	padding: 0;	
}

#masterHeader {	
	margin-bottom: 5px;
	text-align: left;
}

#masterHeaderPiece {
	font-size: 10px;
	letter-spacing: .1em;
}

#breadcrumbs {
	display: none;
}


#content {
	width: 100%;	
	padding: 0;	
	margin: 5px 0 5px 0;
	text-align: left;	
}


#header {
	width: 100%;
	border-bottom: 2px solid #DCE7ED;
	margin-top: 5px;
	padding-left: 0px;
	text-align: left;
}


#footer {
	display: none;
	
}

#header_menu {
	display: none;
	visibility:hidden;
	
}
