﻿@media print
{
    body {
	    background: #fff;
	    text-align: left;
	}
    a, a:visited {
    	color: #520;
    	background: transparent;
    	font-weight: bold;
    	text-decoration: underline;
	}
	.noprint { display: none }
	/* CSS 2 */
	#content a:after, #content a:visited:after {
       content: " (" attr(href) ") ";
       font-size: 90%;
    }
    /* CSS 3 */
    #content a[href^="/"]:after {
        content: " (http://www.phimation.com" attr(href) ") ";
    }

    #wrapper, #content,#shadow,#column_wrapper{
        background: transparent;
        border:0;
        color: #000;
        margin:0;
        padding:0;
        float: none !important;
        width: auto;
    }
    #arch_overlay{ display: none; }
    #arch_overlay #topNav{ display: none; }
#arch_overlay #lnkLogo{
    height:100px;
    width: 226px; 
    display: block;
    position: fixed; 
    top: 0; 
    left: 0; 
    margin:0;
    padding:0;
    width: auto;
}
    #arch_overlay #leftNav{
        display: none;
        visibility: hidden;
    }
    #leftCol{
        display: none;
        float: none !important;
    }
    #rightCol{ 
        float: none !important;
        min-height: 1in !important;
        margin: 0 0 0.25in 0; 
        width: 6.5in !important; 
    }
    #rightCol #breadcrumbs{
        display: none;
    }
    #rightCol div.intro{
        font-size: 1.35em; 
        line-height: 1.5em; 
        width: auto;
    }
    #rightCol div.intro br{
        display: none;
    }
    #rightCol .column,
    #rightCol .column.first{
        float: left;
        font-size: 0.9em;
        margin: 0 2% 0 0;
        width: 31% !important;
    }
    #footer{
        background: transparent;
        left:0;
        margin:0;
        position: relative;
        width: auto;
    }
    #footer ul{
        margin: 0;
        padding-bottom: 0.25in;
        text-align: left;
        width: auto;
    }
}