/******** Pod Structure **********/
#leftpods {
	width: 220px;
	margin: 0px 10px 0px 10px;
	}
	
#centerpods {
	width: 220px;
	float: right;
	margin: 0px 35px 0px 10px;
	}
	
#rightpods {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
/***** Pod Styles *****/	

.pod {
	background-color: #f3f3f3;
	margin-bottom: 15px;
	}
	
.podtitle {
	background-image:url(images/podtitlebackground.jpg);
	height: 22px;
	text-align: center;
	font-weight: bold;
	}	
	
.generalpod {
	font-size: 81.25%;
	padding-left: 5px;
	}

.pod ul {
	list-style: none;
	margin: 0;
	padding-left: 13px;
	font-size: 81.25%;
	}

.pod li {
	padding-bottom: 4px;
	}

/******* Pod Rounded Corners ********/

b.rtop, b.rbottom {
	display: block; 
	background: #FFFFFF
	}
b.rtop b {
	display: block;
	height: 1px;
    overflow: hidden; 
	background: #dedede;
	}
	
b.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden; 
	background: #f3f3f3;
	}
b.r1 {
	margin: 0 5px
	}
b.r2 {
	margin: 0 3px
	}
b.r3 {
	margin: 0 2px
	}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
	}	