@import "common.css";

@media print {
    #page {
        width: 100%;
    }

    #content {
        background-color: white;
        width: 400px;
		float: right;
		padding-left: 20px;
		padding-right: 20px;
		border-left: 1px solid #cccccc;
    }

    #header, #picture, #menu, ul.menu {
        display: none;
    }
}