*{
	box-sizing: border-box;
}

html,body {
}


html {
	overflow-y:scroll;
}
html.admin {
	overflow-y:auto;
}

body {
	margin: 0px;

}
body.front-page {
	background: #e6e6e6;
}

.content {
	height: 100%;
}

.main-wrap {
	max-width: 1200px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.back .main-wrap {
	height: 100%;
}
.content-container {
	top: -34px;
	padding-top: 52px;
	padding-bottom: 34px;
	min-height: 100%;
}

.main-content.page-layout-text {
	padding: 0 70px;
	margin-top: 35px;
}

.main-content {
	font-family: verdana;
	color: #cccccc;
	margin-right: 200px;
	width: 1094px;
}

.back {
	position: absolute;
	height: 100%;
	width: 100%;
}

.back .main-wrap{

}

.back .back-content {
	background: #000000;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 1180px
}



.header {
	height: 33px;
}

.header-menu {
	position: fixed;
	z-index: 1;
	width: 100%;
	background: #e6e6e6;
	padding-top:10px;
}

.footer {
	background: #f0f0f0;
	height: 200px;
	padding: 20px 0;
	margin-top: 50px;
}



.right-sidebar {
	position: absolute;
	height: 100%;
	right: 202px;

}
.right-sidebar-fixed {
	position: fixed;
	height: 100%;

}




.fixed-bottom-bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	clear: both;
	background: #e6e6e6;
	padding-bottom:10px;

}
.fixed-bottom-bar:after {
	content: "";
	display: block;
	clear: both;
}
.fixed-bottom-bar ul{
	list-style: none;
}
.fixed-bottom-bar li{
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;

}
.fixed-bottom-bar a{
	color: #000000;
}

.fixed-bottom-bar .bottom-bar-left-list,
.fixed-bottom-bar .bottom-bar-right-list{
	padding: 0 20px;
	margin: 0px;
}

.bottom-bar-right-list{
	float: right;
}

.fixed-bottom-bar a {
	line-height: 35px;
}


h1,
h2,
h3,
.page-title {
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 7px;
}

h2 {
	padding-top: 20px;
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.page-title {
	margin-top: 15px;
}


<b><span lang="EN-GB" style="font-size: 16.0pt; font-family: Arial; color: #ff0000">

.page-title {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}



