﻿/* ||||---- target devices: printers ----||||
    
    Date: 08/19/2009
    InterMedia Solutions, Inc.    
    http://www.intermedia4web.com
    1-877-462-4932
    
    
    NEED HELP:     
        Check out our great services at http://www.intermedia4web.com
    
    
    OVERVIEW:    
        CSS used for printers.            
    
    
    "Creative Commons Attribution-Share Alike 3.0"
        http://creativecommons.org/licenses/by-sa/3.0/us/    
*/

body {	
    /* ... page properties ... */
	background-color: white;
}


/*++++++++++ Start: common ids ++++++++++*/

#containerMain { /* ... Used to set min. page height (excludes footer height) ... */
    /* ... dimensions ... */
    padding: 10px;
}
/*++++++++++ End: common ids ++++++++++*/


/*++++++++++ Start: header ++++++++++*/
#logo {
    /* ... dimensions ... */
    margin:0; 
    padding:0;  
    
    /* ... positioning ... */    
    position: inherit; /* this will shrink wrap the h1 tag around the image in the a tag */
    
    /* ... font properties ... */

   
}
    #logo a:link, #logo a:visited {
        		
        /* ... font properties ... */
        color: inherit;         
	    text-decoration: inherit;	    
    }    
    
/*++++++++++ End: header ++++++++++*/