div.clearfix {
    display: block;
    }

div.navigation {
    display: none;
    }

div.content {
    padding-top : 30px;
    width : 720px; 
    }

div.footer,
div.start_footer {
    display: none;
    }

div.breadcrumb {
    display: block;
    width : 720px; 
    padding-top : 50px;
    padding-left : 20px;
    font-size : 14px;
    line-height : 20px;
    }

div.breadcrumb a {
    color : #333;
    text-decoration : none;
    }

div.clearfix:after {
	content: "";
	display: none;
	height: 0;
	clear: both;
	visibility: hidden;
    }

div.start_right,
div.header_right    {
    display : none;
    }

div.mediaspace_print {
    display: block;
    }

div.flashspace {
    display : none;
    }

