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

body {
	font-size: 10.1px; line-height: 1.5; color: #EED8AE;  
	font-family: Trebuchet MS, sans-serif; text-align: left;
        font-weight: bold; letter-spacing: 0.03em;

}

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

a:link { text-decoration: none; color: #454545; } 
a:active { text-decoration: none; color: #AB82FF; }
a:visited { text-decoration: none; color: #454545; }
a:hover { text-decoration: background-colour; color: #FFE7BA; }

a img { border: none; }

#menu {
    width: 205px;
    overflow: no;
    top: 0px;
    bottom: 0px;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff; background-color: transparent;
}

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

#menu ul li.section-title { } 

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

.container {
    padding: 30px 0px 0px 50px;
}

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

p {
    margin: 0px 0 9px 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: 0 0 12px 0; }

#once { clear: left; }