.podBorder{
	width:270px;
	height:310px;
	background-color: #ccc;
	margin-bottom: 15px;
	float: left;
	margin-right: 4px;
	padding: 5px;
}

#pods {
	height: 335px;
}

.pod {
	display: block;
	height:308px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	background-color: #fff;
}

.pod h1{
	margin: 0px;
	font-size: 22px;
	padding: 8px;
	font-weight: normal;
	background: url(../images/podShim.jpg);
	color: #fff;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #666;	
}

.podInner{
	padding: 8px;
	font-size: 12px;
	line-height: 145%;
	height: 189px;
}

.pod a {
	display: block;
	padding-top: 19px;
	padding-right: 70px;
	padding-bottom: 18px;
	text-align: right;
	background-image: url(../images/more.jpg);
	color: #fff;
	width: 190px;
	text-decoration: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pod a:hover {
	background-position: -268px 0px;
	background-repeat: no-repeat;
}

.pod a:active {
	color: #fff;
}

.pod a:visited {
	color: #fff;
}

.pod p{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}