#home-content {
  width: 1022px;
  margin: 2px 2px 0;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
	#home-content #category-boxes {
		height: 163px;
		margin: 2px 0px 3px 0px;
	}
		#home-content #category-boxes .box1 {
			float: left;
			height: inherit;
/* 			width: 254px; */
			width: 508px;
		}
		#home-content #category-boxes .box2 {
			float: left;
			height: inherit;
			margin-left: 6px;
/* 			width: 254px; */
			width: 508px;
		}
		#home-content #category-boxes .box3 {
			float: left;
			height: inherit;
			margin-left: 2px;
			width: 254px;
			display: none; /* Added by Jordan - July 8th, 2011 */
		}
		#home-content #category-boxes .box4 {
			float: right;
			height: inherit;
			width: 254px;
			display: none; /* Added by Jordan - July 8th, 2011 */
		}
