/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
	float: left;
	margin: 0px -300px 0px 0px;
	width: 80%;
	padding: 50px;
}

DIV #content {
	margin: 0px 200px 0px 0px;
}

DIV.sidebar {
	position: relative;
	top: 80px;
	float: right;
	overflow: hidden;
	width: 150px;
	margin-right: 100px;
}

DIV #secondary {
	clear: right;
}

DIV #footer {
	clear: both;
	width: 100%;
}