html, body 
{
	font-family : Lato;
	line-height : 30px;
	color : #535353;
	border : 0px;
	margin : 0px;
}

#header_background 
{
	width : 100%;
	background: url("header.jpg") repeat-x;
}

#header
{
	width:100%;
	max-width : 1000px;
	color : #444444;
	margin : auto;
	font-weight : bold;
	text-align:center;
}

#header h1
{
	padding-top : 40px;
	line-height : 30px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : white;
}

#header p
{
	font-size : 16px;
	margin-top : 10px;
	margin-bottom : 30px;
	color : white;
}

#whitebody 
{
	max-width : 850px;
	background : white;
	margin : auto;
	margin-top : 40px;
	border-radius : 10px;
	padding : 30px;
	font-size : 16px;
	text-align : justify;
}

h2
{
	margin-top : 0px;
	font-size : 16px;
}

#article_img
{
	float : right;
	padding-top : 40px;
	padding-left : 25px;
	padding-bottom : 20px;
}

#footer_background
{
	background: url("footer.jpg") bottom repeat;
}

#footer
{
	padding-top : 20px;
	padding-bottom : 20px;
	text-align : center;
	color : white;
}

#footer_content
{
	margin:auto;
	max-width : 850px;
	line-height:20px;
}

/**************** MENU MOBILE ****************/


#horizontal_menu
{
	width : 910px;
	margin:auto;
	height:47px;
	overflow:hidden;
}

#horizontal_menu_mobile
{
	display : none;
}

.menu_button
{
	text-decoration : none;
	display : inline-block;
	padding-top : 7px;
	padding-bottom : 7px;
	margin-left : 15px;
	font-size : 13px;
	color : #535353;
}

.menu_button_mobile
{
	border-bottom:1px solid silver;
	font-size: 17px;
	padding : 10px;
	display: block;
	color : #535353;
}

.menu_container_mobile 
{
	overflow: hidden;
	width : 100%;
	margin:auto;
	min-height : 45px;
	position: relative;
}

#menu_icon 
{
	display : none;
}

#menu_icon_mobile
{
	display : block;
	width : 40px;
	height : 33px;
	margin-top : 1px;
	margin-right : 10px;
	float : right;
	background:url("menu_icon.png");
	position : absolute;
	top:0px;
	right:0px;
}