@import url(base.css);

#masthead { margin-top:1px; }

#home-columns {  background:#f5f5f5; float:left; }
.col { float:left; width:175px; }

.col h3 {
	background:#222;
	padding:.25em 0;
	text-align:center;
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
}

.col .content {
	margin:1em 0;
	padding:0 12px;
	border-right:1px solid #ccc;
	/*background:url(/images/common/col-bg.gif) repeat-y;*/
}
.col .last-col { border-right:0; }

.col .content a { color:#333; text-decoration:none; font-weight:bold; }
.col .content a:hover { text-decoration:underline; }