/*
|| NOTES ||
- Style Sheet for MSIE v6.0 SP1 and NN7.01 Browsers.
- Layout specific styles for a fluid content area of three columns wide.
- This style sheet is for tri-column Web pages that do not have a left navigation column.
- This file contains the standard CSS code used across the Board of County Commissioners
  Web sites. This file is part of the "Look and Feel" Standard.
- Edit this file ONLY in text mode. DO NOT edit this file using Dreamweaver's style editor.
  It may introduce non-compliant and buggy CSS.
- Style sheets are case-sensitive.

|| NOTES ||
Last Revised: Earl Chassee, 06/26/2006.  Added table#orgheaderarea rule to invoke fixed page width.
Author: Earl Chassee, 02/17/2006.
*/

/* ------------------------- One Column Fluid Content Section Rules ------------------------- */
/* Khaki background for one column template organization title background */
div#orgtitlebkgnd {
	background-image : url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
}

/* Control page fixed width for organization title and breadcrumb areas */
table#orgheaderarea {
	width: 800px;
}

