#leftpod, #rightpod {
	margin-top: 5px;
}

#leftpod {
	clear: both;
	float: left;
	margin-left: 10px;
	*margin-left: 5px;
}

#rightpod {
	float: right;
	margin-right: 10px;
	*margin-right: 5px;
}


#podtop, #podbottom {
	width: 268px; 
	height: 7px; 
	background-repeat: no-repeat;
}

#podtop {
	background-image: url(../images/pod_top.gif);
}

#podbottom {
	background-image: url(../images/pod_bottom.gif); 
	clear: both;
	height: 36px;
}
#podbottom img {
	border: 0px;

}

#podcontent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	width: 247px;
	height: 210px;
	background-color: white;	
	text-align: justify;

}

#podcontent img {
	margin-left: -8px;
	margin-right; -8px;
	padding-left: -8px;
	padding-right: -8px;
	border: 0px;
}

