/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

#container {
	float: right;
	width: 75%;
	overflow: hidden;
}
#content {
	float: none;
	border-left-style: thin;
	border-left-width: solid;
	overflow: hidden;
}
#primary, #secondary {
	float: left;
	overflow: hidden;
	width: 20%; 
/*	border: solid 1px;
	padding: 1em;*/
	text-align: left;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

