/**
 * Two columns with content floated left.
 * Fixed width of 960px.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

#body-container {
	width: 770px;
	margin: 0 auto;
	}
.papersheet {
	width: 720px;
}
.content,
#content_2col {
	float: left;
	width: 460px;
	}
.no-widgets .content,
.page-template-no-widgets .content,
.no-default-widgets .content {
	float:none;
	width: 720px;
	}

#primary {
	position: relative;
	float: right;
	width: 230px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 230px;
	}

#subsidiary {
	overflow: hidden;
	}

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

#footer-container {
	
	}

#footer {
	
	}
