html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
	font-family: 'Roboto Condensed', sans-serif;
    color: #101651;
}

.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: center; 
}

.center_block {
	display: block;
	width: auto; 
}

.background.maincontent {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	margin-bottom: 70px; 
}

.maincontent {
	width: auto;
	height: auto;
	padding-bottom: 70px;
}

.background.left {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	width: 40%;
	background-color: #fff; 
}

.left {
	height: auto;
	width: 40%;
	padding-bottom: 0px;
}

.bottomline {
	width: 100%;
	height: auto;
	background-color: #fff;
}
p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 110%;
	margin: 20px 0 20px 0;
	padding: 0;
}
h1 {
	font-family: 'PT Serif', serif;
	font-size: 120%;
	margin: 50px 0 5px 0;
	padding: 0;
	}
h2 {
	font-family: 'PT Serif', serif;	
	font-size: 140%;
	margin: 0 0 20px 0;
	padding: 0;
	}