@charset "UTF-8";
/* CSS Document */
	
    .replace{
    position:relative;
    margin:0px; padding:0px;
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden;
    /* */
    }
    .replace span{
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1; /*for Opera 5 and 6*/
    }
    #greetingcardsh1, #greetingcardsh1 span{
    height:64px;
    width:360px;
    background-image: url(greetingcards.gif);
    }
    H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333366;
    }
    H3 {
    color: #003366;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:400;
    }
 
    body
    #liquid-round {
    width:740;
    margin:0px auto;
    background:#fefee0 url(leftside.gif) repeat-y left top;
    }
    .top {
    width:740;
    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 20px 1px 25px;
    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:60px;
    background:url(bottom-right.gif) no-repeat right top;
    }
    p {margin:0 0 1em 0}
