div.tabs {
	height:147px;
	width:936px;
	background: #ebebeb;
}
		div.tabs div.tab {
			width:234px;
			height:135px;
			padding:12px 0 0 0;
			float:left;
			text-align: center;
			position: relative;
			text-shadow: 1px 1px 1px white;
			}
		div.tabs div.tab a {
			color:#333;
			}
		div.tabs div.tab.current_cat {
			background: url(../images/current_cat_bg.jpg) top center no-repeat;
			margin:-5px 0 0 0;
			padding:17px 0 0 0;
			}
				div.tab span.divlink {
					width:100%;
					height:100%;
					top:0;
					left:0;
					position: absolute;
				}
				div.tab span.divlink:hover {
					width:100%;
					height:100%;
					top:0;
					left:0;
					position: absolute;
					background: rgba(100,100,100,0.1);
				}
				div.tab h2 {
					font-family: "franklin-gothic-ext-comp-urw",'Helvetica Neue', Helvetica, Arial, sans-serif;
					font-weight: 700;
					font-size: 40px;
					line-height: 36px;
					}
				div.tab span.cat-description {
					font-family: "franklin-gothic-ext-comp-urw",'Helvetica Neue', Helvetica, Arial, sans-serif;
					font-weight:400;
					font-size: 23px;
					line-height: 45px;
					color:#999999;
					}
				div.tab span.cat-description p {
					margin: 0;
					padding: 0;
					}
				div.tab p.thedate {
					font-family: "franklin-gothic-urw-cond",'Helvetica Neue', Helvetica, Arial, sans-serif;
					font-size: 14px;
					line-height: 27px;
					padding: 0 0 9px 0;
					text-align: center;
					}