/* home stylesheet */
@import url("layout.css");
/* @import url("typography.css");
@import url("nav.css"); */

#content {
	float: left;
	width: 450px;
/*	background-color: #dff; */
	border-left: #fff 200px solid;
	border-right: #fff 250px solid;
}

#primary {
	float: left;
	width: 400px;
	margin: 0 -450px 0 0;
	padding: 0 50px 0 0;
	text-align: left;
/*	background-color: #ffd; */
}