/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 25px 0px 25px 0px;
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default; text-align:center;
	border: 0px solid #334143;
	background: #3684b8;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 0px 0px;
}
.caption-bottom {
   border-width:0px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;

}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}

.ch_l{ float:left; width:328px;}
.ch_r{ float:right; width:672px;}
.ch_r_box{ width:328px; float:left; margin-left:8px; margin-bottom:8px;}



