html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

#faf {
	height: 100%;
	width: 100%;
	display: table;
}

#faf-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	/*background-color: #f0ad4e;*/
	background-color: #d8e1e8;
}

/*
	structure
*/

#header {
	width: 1200px;
	height: 50px;
	margin: auto;
	padding: 0 40px;
	background-color: #363636;
}

#header .header a {
	font-size: 18px;
	line-height: 18px;
	font-family: Roboto-Regular, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#body {
	/*border-top: solid 3px #cccccc;*/
	background-color: #ffffff;
	margin: auto;
	padding: 20px 40px 40px 40px;
	/*width: 1200px;*/
	width: 100%;
	height: 100%;

}
/*
structure
 */
#categories-menu {
	margin: 0 40px 0 0;
}

#tags-menu {
	margin: 40px 40px 0 0;
}

#topics{
	margin: 0;
}

/*
footer
 */
#footer {
	width: 1200px;
	height: 55px;
	margin: auto;
	background-color: #282828;
}

#footer-content {
	height: 100%;
	margin: auto;
	color: #ffffff;
}

#footer .footer {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 12px;
	line-height: 55px;
	text-align: center;
}
