#box0 {
	border:0px solid red;
    margin: 0 auto;
	text-align: left;
	width: 650px;	
	background-color: #F0F0F0;
	color:black;
}
 	
#content0 {
	padding-top:0px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}
/* ---=== border code follows ===--- */
/*
	tl = top left corner
	tr = top right corner
	bl = bottom left corner
	br = bottom right corner
	l = left border
	r = right border
	t = top border
	b = bottom border 
*/

#tl0, #tr0, #bl0, #br0 {
	background-color: transparent;
	background-repeat: no-repeat;
}

#tl0 {
	background-image:url(images0/tl.gif);
	background-position: 0% 0%;
}

#tr0 {
	background-image:url(images0/tr.gif);
	background-position: 100% 0%;
}
	
#bl0 {
	background-image:url(images0/bl.gif);
	background-position: 0% 100%;
}

#br0 {
	background-image:url(images0/br.gif);
	background-position: 100% 100%;
}

#t0, #b0 {
	background-color: transparent;
	background-repeat: repeat-x;
}
			
#t0 {
	background-image:url(images0/t.gif);
	background-position: 0% 0%;
}

#b0 {
	background-image:url(images0/b.gif);
	background-position: 50% 100%;
}
	
#r0 {
	background-image:url(images0/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#l0 {
	background-color: #F0F0F0;
	background-image:url(images0/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
