@media print{
#searchAndTools, #globalNav, #areaNav, #breadcrumble, #detailInfo{
display:none;
}

#logo img{
    display:none;
}

#moretxt{display:block}

#wrapper{
  margin:-50px 0px 0px -130px;
  width:75em;
}

.topLeft, .left, .bottomLeft{
width:350px;
}
#descriptionImg img{
   width:300px;
   margin-bottom:10px;
}
.topRight, .right, .bottomRight{
  width:200px;
  margin-left:10px;
  }

.right{
  float:left;
}
#globalFooter #footer{
border-bottom:none;
width:800px;
}
#globalFooter #footer p{
width:60%;
margin:0px auto;
}

.right #relatedLeft, .right #relatedRight {
float:none;
width:100%;
}

}