	.box { /* you can specify a width here, or allow it to default to 100% of its containing box */
		margin-bottom: 10px;
		}

	.box h2 {
		float: left; /* this allows you to float content to the right */
		width: 200px; /* the width is variable and depends on the title content */
		padding-top: 10px;
		padding-left: 12px;
		}

	/* top border */

	.tr {
		height: 40px; /* i have set the height to 40px to allow for header content */
		background: url(/images/round_corner_box/tr.gif) top right no-repeat;
		}

	.tl { /* title div */
		clear: both;
		float: left;
		width: 100%; /* required */
		height: 40px; /* this is variable but must match .tl height */
		background: url(/images/round_corner_box/tl.gif) top left no-repeat;
		}

	/* mid border */

	.mr {
		background: url(/images/round_corner_box/mr.gif) right repeat-y;
		}

	.ml {
		background: url(/images/round_corner_box/ml.gif) left repeat-y;
		}

	/* bottom border */

	.br {
		background: url(/images/round_corner_box/br.gif) bottom right no-repeat;
		}

	.bl { /* content div */
		height: 100px; /* here is where you set your heights, I am arbitrarily setting it to 100px */
		padding-top: 10px;
		text-align: center;
		background: url(/images/round_corner_box/bl.gif) bottom left no-repeat;
		padding-left: 20px;
		}
		
		
		
		
		
		
		
#container .wbox-top {
	background-image: url(/images/round_corner_box/content-top-wide.png);
  height: 42px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin-top: 12px;
  background-position: left top;
  line-height: 42px;
}

.barIcons {
	height: 42px;
	width: 120px;
	float: right;
	margin-right: 24px;
	font-size: 12px;
}
.barIcons a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}



#container .wbox-content {
	background-image: url(/images/round_corner_box/content-mid-wide.png);
	background-repeat: repeat-y;
	width: 100%;
	background-position: left top;
	padding-top: 18px;
	font-size: 12px;
	color: #666;
	padding-bottom: 18px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 10px;
}

#container .wbox-content-pics {
	background-image: url(/images/round_corner_box/content-mid-wide.png);
	background-repeat: repeat-y;
	width: 100%;
	background-position: left top;
	padding-top: 6px;
	font-size: 12px;
	color: #666;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 18px;
}

#container .wbox-bottom {
	background-image: url(/images/round_corner_box/content-bottom-wide.png);
	height: 20px;
	background-repeat: no-repeat;
}

#container .wbox-content .wbox-text {
	padding-right: 18px;
	padding-left: 18px;
}
#container .content-wide .wbox-content .wbox-text ul li {
	margin-left: 20px;
}

#container .wbox-content .wbox-header {
	color: #FFF;
	background-color: #A88A00;
	display: block;
	margin-left: 3px;
	margin-right: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #BA9B4F;
	border-right-color: #BA9B4F;
	border-bottom-color: #BA9B4F;
	border-left-color: #BA9B4F;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 12px;
	font-size: 14px;
}
#container .wbox-content a {
	color: #6D571C;
	text-decoration: none;
}
.wbox-content .imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#container .cbox-content .cbox-text ul li {
	margin-left: 20px;
}
