
#roundedbox {
width:100%;
margin:0px auto;
background:#fff url(leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(rightside.gif) repeat-y right top;
padding:1px 10px 1px 20px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:59px;
background:url(bottom-right.gif) no-repeat right top;
}
#roundedbox p {margin:0 0 1em 0}

#roundedbox th{
text-align: left;
}
#roundedbox td{
}

#roundedbox a{
color:#666666;
}


#roundedbox td.name{
width: 120px;
}
#roundedbox td.address{
width: 220px;
}

