@charset "UTF-8";
/* CSS Document */
#both_wrapper {
	background-color:#e8e8d8;
	background-image:url("../design_images/bg_content.gif");
	background-repeat:repeat-x;
}
#body_core {
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
}
#left_wrapper {
	display:block;
	width:170px;
	float:left;
}
	#left_core {
		margin-left:10px;
		margin-right:10px;
	}
#content_wrapper {
	display:block;
	margin-left:170px;
}
	#content_core {
		margin-left:6px;
		margin-right:10px;
		
		line-height:150%;
	}
	#breadcrumbs {
		padding-top:3px;
		padding-bottom:6px;
		border-bottom:1px solid #dcd8c5;
		
		font-size:11px;
	}
	#content_core img[align='left'] { padding-right:10px; }
	#content_core img[align='right'] { padding-left:10px; }


	
