div#menu3, div#search {
	display: none;
}
div#article {
	width: 830px;
	background: none;
}

div#article a.more-link {
	float: right;
	margin-right: 10px;
}
* html div#article a.more-link {
	margin-right: 10px;
}
/* Two Column Layout */
div.two-cols {
}
div.two-cols div.column {
  float: left;
  width: 380px;
  margin: 0;
  padding-left: 50px;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {

}

/* Three Column Layout */
div.three-cols {
}
div.three-cols div.column {
	background: url(Images/homepage_three_cols.png) no-repeat 0 0;
}
div.three-cols div.column h3 {
	padding-left: 10px;
	line-height: 35px;
}

div.three-cols div.column h3 a {
	display: block;
	color: #fff;
	font-size: 0.75em;
	font-weight: normal;
	font-style: normal;
}

div.three-cols div.column p {
	padding-left: 10px;
	padding-right: 10px;
}

div.three-cols div.column {
  float: left;
  width: 270px;
  margin: 0;
  padding-right: 10px;
}
div.three-cols div.left {
  padding-left: 0;
}
div.three-cols div.middle {
	padding-left: 0;
}
div.three-cols div.right {
	padding-left: 0;
	padding-right: 0;

}
