.header {
    display: none;
}

.contentLeft {
    display: none;
}

.footer {
    display: none;
}

.contentRightTop {
    display: none;
}

.printHeader {
    display: block;
    height: auto;
    position: relative;
    margin: 0px auto;
    width: 550px;
    height: auto;
    padding: 0px;
    text-align: center;
}

.printHeader h3 {
    color: #638f90;
    float: left;
    display: block;
}

.printHeader hr {
    color: #a7d2d3;
    background-color: #a7d2d3;
    height: 5px;
    border: 0px;
}

.printHeader img {
    display: block;
}

.contentRightBottom {
	float: left;
	background-color: red;
}