#masthead{
	.position: relative;
	.right: 0px;
}

#content{
	.position: relative;
	.right: 0px;
	
	.display: table;
	.width: 780px;
}

#footer{
	.position: relative;
	.right: 0px;
}

#left_col {
	display: inline;
	width: 100%;
	float: left;
}