* {
    margin: 0;
    padding: 0;
  }


body {
    margin: 40px auto;
    font-family: Verdana,'sans-serif';
    font-size: 14px;
    line-height: 18px;
    color: #858182;
    background:#372410 url(/store/images/design/hadcsabg.jpg) no-repeat;
  }


#wrap {
    margin: 80px auto;
    width:918px;
    min-height:800px;
  }


#head {
    width:918px;
    background-image:url(/store/images/design/content-topbg.gif);
    background-repeat:no-repeat;
    height:30px;
  }
#logo {
    width:530px;
    background-image:url(/store/images/design/logo.png);
    background-repeat:no-repeat;
    height:24px;
margin:-40px 0px 0px 24px;
  }


#contentbg {
    width:918px;
    background-image:url(/store/images/design/contentbg.gif);
    background-repeat:repeat-y;
  }


#content {
    margin: 10px auto;
    width:860px;

    font-family : times new roman;
  }


#foot {
    width:918px;
    height:35px;
    background-image:url(/store/images/design/content-footbg.gif);
    background-repeat:no-repeat;
    
  }


h1 {
    font: bold 24px "times new roman" sans-serif; color: #c0c0c0";
padding-bottom:18px;
  }
p{color:#000;padding-bottom:10px;}