/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(function () {
    //$(".content-box").corner("25px");
    //$("#sidebar").corner("dog 8px");
    $("#content").corner("30px");
    //$(".info p").corner("8px");
    $(".menu ul li").corner("top sc:#F2DA91 5px").corner("bottom sc:#B4842C 5px");
    $("#col-right h2").corner("8px");
    $(".info").corner("tl dog 25px");
    });

