/* wrappers */
#contentWrapper {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #A8805D;
	margin-top: 20px;
}
#content {
	margin-right: 5px;
	margin-left: 5px;
}
/* art design */
.designLeft {
	background-image: url(images/content_shape_left_bkg.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 97px;
	position: relative;
	left: auto;
	z-index: 10;
	float: left;
	margin-top: -4px;
	margin-left: 1px;
}

/* Style images for content */
.designRight {
	background-image: url(images/content_shape_right_bkg.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 97px;
	position: relative;
	left: -1px;
	top: -4px;
	z-index: 10;
	float: right;
}

