/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Century Gothic";
	font-stretch: narrower;
	font-stretch:narrower; 
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
}

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) {return;}
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #666666
}
a:active { text-decoration: none; color: #000000}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a img { border: none; }

#menu {
	width: 285px;
	overflow: auto;
	top: 40px;
	bottom: 23px;
	left: 40px;
	position: fixed;
	height: 100%;
	background-color: #CFE8ED;
	text-align:center;
	font-size:14px;
}

#menu ul {
	list-style: none;
	margin: 20px 0 0 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 50px 0px 0px 360px;
    top: 40px;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p {
	width: 680px;
	margin-bottom: 9px;
}

p {
    margin: 5px 5px 5px 5px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 2px; }
#img-container p	{ width: 0; margin: 0; padding: 100px 100px 100px 100px; }

#once {
	clear: right;
}