﻿.zen {
	width: 70%;
	margin: 0px auto;
	margin-top: 15px;
	background: #fff url(leftside.gif) repeat-y left top;
	background-color: #FFFFFF;
} 
.zen-top { 
width:100%; 
height:40px;
background:url(top.gif) no-repeat left top; 
} 
.zen-top span.zen-topRight { 
display:block; 
position:relative; 
height:40px; 
background:url(top-right.gif) no-repeat right top; 
} 
.center-content {
	position: relative;
	background: url(rightside.gif) repeat-y right top;
	padding: 1px 15px 1px 15px;
	margin: -1px 0px -2px 0px;
} 
.zen-bottom { 
height:15px;
background:url(bottom.gif) no-repeat left bottom; 
} 
.zen-bottom span { 
display:block; 
position:relative; 
height:15px;
background:url(bottom-right.gif) no-repeat right bottom; 
} 
.zenTitle {
	padding: 10px;
	color: #FF6600;
}