das/**
 * Holy Grail Stylesheet.
 * Creates the Holy Grail (fixed width) of three-column layouts.
 * Primary / Content / Secondary
 * Fixed width of 960px.
 *
 * @link http://www.alistapart.com/articles/holygrail
 * @author Matthew Levine
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

body {
	min-width: 830px;      /* 2x LC width + RC width */
	}
#body-container {

	}
#container {

	}
.no-widgets #container, .no-default-widgets #container {

	}
.content, #primary, #secondary {

	}
.content {

	}
.no-widgets .content, .no-default-widgets .content {

	}
#primary {

	}

#secondary {

	}

#tertiary {
	width: 137px;          /* RC width */
	margin-right: -200px;  /* RC width */
	margin-left: 63px;
	margin-top: 0px;
	}

/*** IE6 Fix ***/
* html #tertiary {
	left: 130px;           /* RC width */
	}

/*** IE6 Fix ***/
* html #secondary {
	left: 130px;           /* RC width */
	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	}

#footer {
	clear: both;
	}

.secondaryw
{
	/* border-top: solid brown 1px;
	border-bottom: solid brown 1px;
	padding-top: 0px;
	padding-bottom: 40px; */
}
