/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
	font-family: Trebuchet MS;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #808080; }
a:hover { text-decoration: none; color: #fff; }

a img { border: none; }

#menu {
    width: 240px;
  overflow: auto;
    position: fixed;
     height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
        font-size: 12px;
        font-style: normal;
}

#menu ul li.section-title {
        font-size: 13px;
        color: #b59a51;
        font-style: normal;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
}

.container {
     padding: 30px 30px 0px 20px;
}

#content p { width: 400px; margin-bottom: 0px; }

p {
    margin: 0 0 20px 0; 
font-size: 14px;
text: none; color: #000000;
font-style: normal;
}

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-left: 15px; padding: 70px 0 0 0; }

#once { clear: left; }