
#border {
width:100%;
margin:0px auto;
background: #f7f4ef url(../images/border/l.gif) repeat-y left top;
}
#border .top {
width:100%;
height:16px;
background:url(../images/border/t.gif) no-repeat left top;
}
#border .top span {
display:block;
position:relative;
height:16px;
background:url(../images/border/tr.gif) no-repeat right top;
}
#border .border-content {
position:relative;
background:url(../images/border/r.gif) repeat-y right top;
padding: 1px 0px 0 0px;
margin: -1px 0 -16px 0;
}
#border .bottom {
width:100%;
height:16px;
background: url(../images/border/b.gif) no-repeat left bottom;
}
#border .bottom span {
display:block;
position:relative;
height:16px;
background:url(../images/border/br.gif) no-repeat right top;
}

#border .content {
	padding: 0 10px 13px 10px; margin: 0;
}
