

/*================================================================
	
	BLIS WEB AGENCY "PRINT" STYLESHEET

================================================================*/



/* FORMAT PAGE
----------------------------------------------------------------*/
    body
    {
        color: black;
        background: #999999;
        padding: 18px;
        font-family: georgia, serif;
        font-size: 12px;
    }
    

    
    .topPageGraphic h1
    {
        font-family: georgia, serif;
        font-size: 12px;
        font-weight: normal;
        color: #ABABAB;
    }
    
    h1
    {
        font-family: georgia, serif;
        font-size: 22px;
        font-weight: normal;
    }
    
    h2
    {
        font-family: georgia, serif;
        font-size: 16px;
        font-weight: normal;
    }
    
    p {
        line-height:18px;
	font-size:11px;
    }

    li {
    font-size:11px;
    }
    
    .webpage
    {
        width: 772px;
        background: white;
        height: 1060px;
    }
    
    .content_frame
    {
        background: white;
        width: 748px;
        padding: 12px;
    }

    a
    {
        color: black;
        text-decoration: none;
    }
    
    .photo img
    {
        border: 1px solid #000000;
    }
    
    #id_shop h2
    {
        padding-top: 20px;
        font-size: 120%;
    }
    
    #id_shop #footer
    {
        padding-top: 14px;
    }


/* TURN OFF SCREEN ONLY FEATURES
----------------------------------------------------------------*/

    #header,
    #footer,
    .footer,
    div.crumbs,
    div.top,
    div.goback,
    div.screenonly
    {
        display: none;
    }