.wide-contentbox-wrapper { 
	float: left;
	margin-bottom:5px; 
}

.wide-contentbox-top-line { 
	height: 6px; 
	width: 693px; 
	background: url(../images/layout/content-box/content-box-top-line.png) repeat-x; 
	margin-left: 6px; 
	margin-right: 6px;
}

.wide-contentbox-top-left-corner { 
	position: relative; 
	left: -6px; 
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-top-left.png) no-repeat;
}

.wide-contentbox-top-right-corner { 
	float: right; 
	position: relative; 
	right: -6px; 
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-top-right.png) no-repeat;
}

.wide-contentbox-bottom-line { 
	height: 6px; 
	width: 693px; 
	background: url(../images/layout/content-box/content-box-bottom-line.png) repeat-x; 
	margin-left: 6px; 
	margin-right: 6px;
}

.wide-contentbox-containing-box-left { 
	width: 705px; 
	background: url(../images/layout/content-box/content-box-left-and-fill.png) no-repeat;
}

.wide-contentbox-containing-box-right { 
	background: url(../images/layout/content-box/content-box-right-line.png) no-repeat top right; 
	margin-left: 6px; 
	padding-right: 6px;
}

.wide-contentbox-content { 
	padding: 10px;
	xheight:200px;
}

.wide-contentbox-bottom-left-corner { 
	position: relative; 
	left: -6px; 
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-bottom-left.png) no-repeat;
}

.wide-contentbox-bottom-right-corner { 
	float: right; 
	position: relative; 
	right: -6px; 
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-bottom-right.png) no-repeat;
}

