﻿/* Print styles */

body{
    background: #FFF;
    margin: 0;
}

.print_hide,
#cms_area_admin_bar{
	display: none;
}

#main_header{
    height: auto !important;
}
#main_header h1{
    position:static !important;
}
#main_header h1 a {
    display:inline !important;
    background:none !important;
    color: #333 !important;
}

#cms_area_middle{
    width:100% !important;
}
