/*center content*/

.content_left{
	margin: 0px auto;
	background: url(../images/borders/left-side.gif) repeat-y left top;
	
      }

.content_top {
width:100%;
height:20px;
background:url(../images/borders/left-top.gif) no-repeat left top;
}

.content_top span {
display:block;
position:relative;
height:20px;
background:url(../images/borders/right-top.gif) no-repeat right top;
}


.content_center-content {
	position:relative;
	background:  url(../images/borders/right-side.gif) repeat-y right top;
	padding:1px 19px 1px 19px;
	margin:-1px 0 -30px 0;
	min-height:522px;
	
      }



.content_bottom {
	height:67px;
	background:url(../images/borders/left-bottom.gif) no-repeat left bottom;
	text-decoration: none;
}

.content_bottom span {
	display:block;
	position:relative;
	height:67px;
	background:url(../images/borders/right-bottom.gif) no-repeat right bottom;
}
