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

body {
	
	font-size: 11px;
	font-family: 'Cantarell', arial, serif;
	color: #000;
	background: #fff;
	letter-spacing: 0,6em;
	line-height: 200%
  }

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00adee; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #00adee; }

a img { border: none; }

#menu {
   
	width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: #fff; }

#menu ul {
	
	
	border-top-color: #fff;
    border-top-style: dashed;
    border-top-width: 0px;
	list-style: none;
	margin: 10px 0px 10px 0px;
}

#menu ul li.section-title {
 
	font-size: 12px;
	font-family: 'Cantarell', arial;
	font-weight: bold;
	letter-color: #848484;
	width: 148px;
	border-bottom-color: #00adee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#content {
    
	height: 100%;
    margin: 0px 0px 0px 180px;
    top: 0;
}

.container {
    padding: 15px 0px 0px 20px; 
}

#content p { width: 600px; margin-bottom: 0px; }

p {
    margin: 0px 0 0px 0;
}

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

#img-container	{ margin: 0; padding: 0;  }
#img-container p	{ width: 400px; margin: 0; padding: 0px 0px 8px 0px; }

#once { clear: left; }
