	/*-----------------------------------------*/
	/*-------------- BASICS -----------------*/
	/*-----------------------------------------*/

	*{
		margin : 0;
	}

	body {
		background-color:#FFFFFF;
		margin:0;
		padding:0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		display:none;
	}
	.header {
		width:100%;
		height:140px;
		background-color:#ffffff;
		margin:auto;
		color:#FFFFFF;
	}

	.inner-header-logo {
		width:565px;
		height:130px;
		margin: 0 auto;
	}

	.inner-header {
		width:800px;
		height:100%;
		margin:auto;
	}
	
	.image{
		text-decoration : none;
		border : none;
	}

	/*--------------  flags inspired  from Social Links and other platform -----------------*/

	.inner-header-sociallinks, .inner-footer-sociallinks{
		clear:both;
		height:35px;
		width:100%;
	}

	.inner-header-sociallinks .icons {
		float:right;
		height:30px;
		margin:5px 0 0 0;
	}

	.inner-footer-sociallinks .icons{
		float:left;
		margin:20px 0;
	}

	.icons span{
		text-indent : -5000px;
		visibility : hidden;
		font-size : 10px;
	}

	ul.list {
		height:100%;
	}

	ul.list li{
		display:block;
		float:left;
		height:100%;
		margin:2px;
		width:26px;
	}

	.list a{
		height:25px;
		width:25px;
		line-height:25px;
		display:block;
	}
	.content {
		width:800px;
		margin:auto;
	}
