@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.9rem;
	background-color: #ffe;
}

.layout {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    border-collapse: collapse;
}

/* остальной CSS без изменений */

.layout tr td {
    padding: 20px;
    vertical-align: top;
    border: solid 1px #f36223;
}

.header {
    font-size: 30px;
	background-color: #f36223;
	color: #FFFFFF;
}

.footer {
    text-align: center;
	background: linear-gradient(to bottom,#ffdb77,#ffcf77);
	color: white;
}

.sidebarHeader {
    font-size: 20px;
}

.sidebar ul {
    padding-left: 20px;
}

a, a:visited {
    color: #f36223;
}

h2 {
    font-size: 13px;
	color: #ff887a;
	font-weight: bold;
}