The shape below has perimeter $66.$ lengths $bc$ and $cd$ are equal. angles $d$ and $b$ are right. what is the area of the shape below? [asy] pair c=(0,0); int a=24; pair a=c (0, a); pair b=a (10,0); pair e=c-(0,a); pair d = e -(18,0); draw(c--a--b--c--d--e--c); draw(rightanglemark(c, a, b, 60)); draw(rightanglemark(c,e,d, 60)); label("$c$", c, w); label("$d$", a, nw); label("$e$", b, ne); label("$b$", e, se); label("$a$", d, sw); int f=1; pair f=(a c)/2; pair g=f-(f,0); pair h=f (f,0); pair i=(c e)/2; pair j=i-(f,0); pair k=i (f,0); draw(g--h); draw(j--k); label("$9$", (d e)/2, s); label("$5$", (a b)/2, n); label("$13$", (b c)/2, sse); label("$15$", (d c)/2, nnw); [/asy]