/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/
div#container {
	float: left;
	width: 960px;
	padding: 0;
	margin: 0;
}
div#content {
	margin: 0 325px;
	width: 308px;
}
div.sidebar {
	position: relative;
	float: left;
	overflow: hidden;
	width: 305px;
	margin: 0;
	padding: 0;
	
}
div#primary {
	margin: 0 0 0 -100%;
	padding: 0;
	position: relative;
	float: left;
}

* html div#primary {
	left: 145px;
	position: relative;
}

div#secondary {
	margin: 0 0 0 -305px;
}
div#footer { 
	clear: left;
	width: 100%;
}