/* STRUCTURE ONLY, NO STYLING INFORMATION */

body {
	background:#E8F9F3;
	}

#container {
	width:80%;
	margin:0px auto;
	}

.borderleft {
	background:#fff url(../images/leftside.gif) repeat-y left top;
	}
		
.bordertop { 
	width:100%; 
	height:20px; 
	background:url(../images/top.gif) no-repeat left top; 
	} 

.bordertop span { 
	display:block; 
	position:relative; 
	height:20px; 
	background:url(../images/top-right.gif) no-repeat right top; 
	} 

.borderright {
	background:url(../images/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
	}

.borderright p {
	position: relative;
	z-index: 10;
	}
	
.borderbottom {
	height:60px;
	background:url(../images/bottom.gif) no-repeat left bottom;
	}

.borderbottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/bottom-right.gif) no-repeat right top;
	}
	
/* http://www.search-this.com/2007/02/12/css-liquid-round-corners/ */
