/********************************************************************************************* 

	Two-column fluid layout with one sidebars right of content

*********************************************************************************************/

div#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
div#content {
	margin: 0 320px 0 0;
}
div.aside {
	float: right;
	overflow: hidden;
	width: 280px;
}
div#secondary,
div#tertiary {
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}