/* fullwidth.css - the content will occupy the full width of the container; the sidebar will be absent */ 
	#content {
		float: none;
		width: 730px;
		padding-right: 0;
	}
	#footer {
  		height: 5.75em;
	}
