﻿
@media print {
    .wrapper {
        font-family:inherit; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; width:100%; height:auto;
    }
    .midWrap {
        margin:0px; width:100%; height:auto; border-color:black; border-width:medium;
    }    
	.imgWrap {
        margin:10px; width:100%; height:auto; border-color:black; border-width:medium;
    }
    .speWrap {
        margin:10px; width:100%; height:auto; border-color:black; border-width:medium;
    }
    .oneThird {
        margin:0px; width:26%; height:auto; border-color:black; border-width:medium;
    }
    header, scroller, menu, sidebar {
        display:none;
    }
}
